
Answer-first summary for fast verification
Answer: Trust policy
You manage access in AWS by creating policies and attaching them to IAM identities (users, groups of users, or roles) or AWS resources. A policy is an object in AWS that, when associated with an identity or resource, defines their permissions. Resource-based policies are JSON policy documents that you attach to a resource such as an Amazon S3 bucket. These policies grant the specified principal permission to perform specific actions on that resource and define under what conditions this applies.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of his development tasks, an AWS Certified Developer Associate is responsible for creating and managing policies within an AWS environment. Initially, he has created and attached Identity-based policies to various IAM identities to ensure secure access control. Now, his focus has shifted to crafting Resource-based policies, which are designed to specify who (which principal) can access the AWS resource and what actions they can perform.
What is the sole resource-based policy that the IAM service endorses?
A
Access control list (ACL)
B
AWS Organizations Service Control Policies (SCP)
C
Trust policy
D
Permissions boundary
No comments yet.