An enterprise is designing a secure hybrid and multi-account network topology. The architecture consists of spoke VPCs distributed across AWS accounts in the `eu-west-1` Region, and a Shared Services VPC in a central account. Hybrid connectivity to the on-premises datacenter is established via AWS Direct Connect using an AWS Transit Gateway.
The configuration must satisfy the following requirements:
- All spoke VPCs must be able to communicate with the on-premises datacenter.
- Spoke VPCs must not be able to communicate with each other.
- All spoke VPCs must be able to resolve domain names in a Route 53 Private Hosted Zone (`aws.internal`) hosted in the Shared Services account.
Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Configure two Transit Gateway route tables: associate the spoke VPC attachments with a route table that routes traffic only to the Direct Connect Gateway attachment, and associate the Direct Connect Gateway attachment with a route table that has propagations enabled for all spoke VPC attachments.Cevap
- Authorize and associate the Route 53 Private Hosted Zone in the Shared Services account with each of the spoke VPCs in the consumer accounts.Cevap
- CAttach all spoke VPCs directly to the Direct Connect Gateway and enable transitive routing to allow VPC-to-VPC communication while bypassing the Transit Gateway.
- DShare the Private Hosted Zone from the Shared Services account with the spoke accounts using AWS Resource Access Manager (RAM), and configure Route 53 Resolver rules to forward queries to the Shared Services VPC.