1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Does your IAM user have permissions (DescribeImages, DescribeImageAttribute) to view AMIs?
If the permissions are set and it is not displayed, there may be a problem with the cache of your browser, so please try clearing the cache or opening it in a different browser.
Relevant content
- asked a year ago
- Accepted Answerasked 4 years ago
- asked 7 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 3 years ago
Hi Riku_Kobayashi,
Thanks for your response. I am using from the root user where in earlier I was able to see the AMI's. Recently from last 2-3 days I was unable to see any. I tried checking the access, but couldn't see anywhere "DescribeImages" permission. I tried adding InBound permissions with "DescribeImages" permission for the role. But no luck on seeing the AMI's.
Apart from IAMReadOnlyAccess, I added a new InBound Permission Policy as below. But no luck on seeing the AMI's. { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "ec2:DescribeImages", "ec2:" ], "Resource": "" } ] }