AWS Certified Solutions Architect – Professional — Question 15

A company is using AWS for production and development workloads. Each business unit has its own AWS account for production, and a separate AWS account to develop and deploy its applications. The Information Security department has introduced new security policies that limit access for terminating certain Amazon
EC2 instances in all accounts to a small group of individuals from the Security team.
How can the Solutions Architect meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating a new IAM policy specifically for the Security team and applying it to the master account ensures that only authorized personnel can terminate the EC2 instances. Option B is incorrect as tag-based policies would require tagging the instances in each account, which complicates management. Option C is not suitable since SCPs manage permissions at the organizational level and do not provide the granularity needed for individual instance access. Option D is inappropriate as SAML federation does not restrict API access based on user roles after authentication.