A technology company has a multi-account structure managed via AWS Organizations. The data engineering team in the Analytics account needs to run transient Amazon EMR clusters that access a centralized Amazon Aurora PostgreSQL database cluster situated in the Shared Services account. To comply with strict security requirements, the database must not be exposed to the public internet, and cross-account network traffic must avoid the data processing charges associated with Transit Gateway or VPC peering. The finance team requires that EMR compute costs are billed directly to the Analytics account, while the database storage and instance costs are billed to the Shared Services account. Which combination of actions will meet these requirements? (Select TWO.)
- In the Shared Services account, use AWS Resource Access Manager (RAM) to share the private subnets containing the Aurora database with the Analytics account.Answer
- In the Analytics account, launch the Amazon EMR clusters directly into the shared private subnets.Answer
- CIn the Shared Services account, use AWS Resource Access Manager (RAM) to share the Aurora database cluster directly with the Analytics account.
- DIn the management account, attach a Service Control Policy (SCP) to the Shared Services Organizational Unit (OU) that grants the Analytics IAM role permission to access the Aurora database.
- EIn the Analytics account, configure a centralized S3 bucket policy for CloudTrail to allow the Shared Services account to deliver database access logs without using AWS Organizations.