A multinational enterprise manages its multi-account environment using AWS Organizations. The setup includes a management account, a central network account, and multiple member accounts for various business units. The network team needs to share private subnets and Transit Gateway attachments from the central network account to other internal member accounts. The security team requires all VPC Flow Logs to be encrypted using a Customer Managed Key (CMK). Additionally, a joint venture partner's account (Account P) must be billed under a separate pro forma structure that applies a 10% markup on standard AWS rates, and Account P must not benefit from any organization-wide volume discounts or Savings Plans. The remaining internal business units utilize a mix of Amazon EC2 and AWS Fargate, and they must share a discount model to optimize compute costs. Which combination of actions will meet these requirements with the least administrative effort?
- Enable resource sharing within AWS Organizations. In the central network account, create an AWS RAM resource share for the subnets and Transit Gateway targeting the organization's OUs. Use a Customer Managed Key (CMK) with a cross-account key policy to encrypt the destination S3 bucket for VPC Flow Logs. Purchase Compute Savings Plans in the management account, and disable discount sharing for Account P in the Billing Preferences. In AWS Billing Conductor, configure a billing group for Account P with a 10% global markup rule.Cevap
- BEnable resource sharing within AWS Organizations. In the central network account, create an AWS RAM resource share for the subnets and Transit Gateway. Use the default AWS-managed KMS key (aws/s3) in the central network account to encrypt the Flow Logs S3 bucket. Purchase EC2 Instance Savings Plans in the management account, and disable discount sharing for Account P in the Billing Preferences. In AWS Billing Conductor, configure a billing group for Account P with a 10% global markup rule.
- CIn the management account, attach a Service Control Policy (SCP) to the OU containing Account P that denies access to consolidated Savings Plans discounts and grants write permissions to the central Flow Logs bucket. Share the subnets and Transit Gateway from the central network account by creating an AWS RAM resource share targeting the specific account IDs of the internal business units. In AWS Billing Conductor, create a billing group containing Account P and apply a pricing rule with a 10% markup.
- DIn the central network account, create an AWS RAM resource share for the subnets and Transit Gateway. Configure the share to allow external entities, and manually add the account IDs of the internal business units without enabling organizational sharing. Use a Customer Managed Key (CMK) in the central network account to encrypt the Flow Logs S3 bucket. Purchase Compute Savings Plans in the management account, and use IAM policies in Account P to deny access to Savings Plans resources. In AWS Billing Conductor, configure a billing group with a 10% markup for Account P.