1 Answers
0
Some actions are not supported in the Visual Editor. But you can get past that by adding those action using the JSON tab or pasting a JSON policy document. A policy like the following works though it would show the error "Unrecognised Actions" in Policy summary
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"cloudfront:ListCacheStatsDataPointSeries",
"cloudfront:GetPopularURLs",
"cloudfront:ListDistributions"
],
"Resource": "*"
}
]
}
answered 16 days ago
Relevant questions
AWS IAM is failing with missing permissions that are unrecognized by AWS
asked 17 days agoAWS Issue - Fragmented View of Services Due To Acct/Role
asked 5 months agoWhat permissions configurations are required on an S3 bucket for Athena to be able to Preview View on an object?
asked 5 months agosite hosted via our aws account is down
asked 6 months agoIs possible to use RHEL Developer Subscription on AWS EC2?
asked 4 months agoAWS Account verification Team
asked 4 months agoCaching is not working properly in Cloudfront
asked 5 months ago[Cloudfront]The Request are failing with error code 403 after enabling ALL_viewer origin request policy
asked 2 months agoAfter Upgrade to 1.0.6630 view is failing with Assert error
asked 3 years agoIs VMC certified to run SAP workloads on AWS?
Accepted Answerasked a month ago