A company has an AWS Organization consisting of a management account and multiple member accounts representing distinct business units: Network, Finance, and Engineering. The company wants to implement a resource sharing and cost management strategy that satisfies the following requirements:
- The Engineering unit must deploy its application workloads into a shared VPC hosted and managed by the Network account, while maintaining control over their own application-level security groups.
- The Finance unit requires internal showback reports where their Amazon EC2 usage has a markup applied, without affecting the actual consolidated invoice from AWS.
Which of the following actions should the solutions architect take to meet these requirements? (Select TWO.)
- Enable resource sharing within AWS Organizations from the management account. Use AWS Resource Access Manager (RAM) in the centralized Network account to share private subnets with the Engineering unit's accounts.Answer
- Configure AWS Billing Conductor in the billing management account. Create a billing group for the Finance unit's accounts, establish a custom pricing rule with a markup on Amazon EC2, and apply this rule to the billing group.Answer
- CUse AWS Resource Access Manager (RAM) in the Network account to share both the subnets and the security groups with the Engineering unit's accounts, allowing them to use centralized security groups.
- DIn the centralized Network account, share the AWS-managed KMS key (aws/s3) with the Engineering unit's accounts to allow encryption of shared files in S3 buckets.
- EApply a Service Control Policy (SCP) to the Finance unit's Organizational Unit (OU) to automatically apply a markup to the cost visualization in their Billing and Cost Management console.