1 Answer
- Newest
- Most votes
- Most comments
1
Hi! Good question. You may be running into issues on the AWS Console where even listing/displaying certain things still ties back to a Describe or List API (Think view and read) permissions from AWS. Only having AmazonSESFullAccess will only have actions contained within SES (SES:*). I would typically recommend attaching another AWS Managed policy on your user such as ViewOnlyAccess or ReadOnlyAccess. Keep in mind ViewOnlyAccess is a limited set of View/Metadata Permissions while ReadOnlyAccess has possible Data read as well. These policies may help you avoid Console view issues that may prompt the errors you are facing.
answered 3 years ago
Relevant content
- asked 2 years ago
- asked a year ago
- asked a year ago
- Accepted Answerasked 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 13 days ago
- AWS OFFICIALUpdated a year ago
Thanks. I added the ViewOnlyAccess.