In the context of Amazon CloudFront Actions, you use the _____ when specifying APIs in IAM policies.

September 14, 2021 by Admin

In the context of Amazon CloudFront Actions, you use the _____ when specifying APIs in IAM policies.

  • object names
  • class names
  • entity names
  • action names

Explanation:
In an AWS IAM policy, you can specify any and all API actions that Amazon CloudFront offers. The action name must be prefixed with the lowercase string cloudfront. For example: cloudfront:GetDistributionConfig
cloudfront:ListInvalidations
cloudfront:* (for all CloudFront actions).In the reference link, there are tables that list the canonical names for all CloudFront actions. Use these canonical names when specifying APIs in IAM policies.

Leave a Reply