AWS Certified Solutions Architect – Associate (SAA-C03) — Question 946

A company is designing the architecture for a new mobile app that uses the AWS Cloud. The company uses organizational units (OUs) in AWS Organizations to manage its accounts. The company wants to tag Amazon EC2 instances with data sensitivity by using values of sensitive and nonsensitive. IAM identities must not be able to delete a tag or create instances without a tag.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Tag policies in AWS Organizations are designed to standardize tags across resources, ensuring correct capitalization and allowed values (such as 'sensitive' and 'nonsensitive'), which satisfies the first requirement. However, tag policies cannot prevent actions like launching untagged resources or deleting tags; for preventative enforcement, Service Control Policies (SCPs) must be used to deny the RunInstances API call when the tag is missing and deny the DeleteTags API call.