A multinational company is designing its multi-account strategy using AWS Organizations. The IT and finance teams have the following requirements:
1. Member accounts must be restricted from modifying key security resources (such as AWS CloudTrail), while ensuring the management account remains completely unaffected by these restrictions.
2. Amazon S3 storage usage must be aggregated across all member accounts to qualify for active volume pricing discounts.
3. Member accounts must be prevented from automatically sharing and consuming unused Savings Plans purchased by other specific accounts within the organization to keep departmental budgets predictable.
Which combination of AWS Organizations features and configurations will satisfy all of these requirements?
- Apply Service Control Policies (SCPs) to the member accounts to restrict security resource modifications; enable Consolidated Billing to automatically aggregate S3 usage for volume discounts; and disable Savings Plan sharing in the Billing Preferences of the management account.Answer
- BApply IAM Policies to the management account to restrict security resource modifications; enable Consolidated Billing to aggregate S3 usage; and disable Savings Plan sharing by creating individual Service Control Policies (SCPs) that deny Savings Plan consumption in member accounts.
- CApply Service Control Policies (SCPs) at the root level of the organization to restrict security modifications across all accounts, including the management account; configure AWS Budgets to aggregate S3 billing data; and disable Savings Plan sharing using Billing Cost Allocation Tags on each member account.
- DApply Service Control Policies (SCPs) to member accounts; use AWS Cost Explorer to aggregate S3 usage; and configure individual IAM Policies on member account root users to block Savings Plan sharing.