An enterprise logistics company, GlobalTrack, is modernizing its legacy package tracking application by migrating it to AWS. The application will run as containerized microservices on AWS Fargate across multiple AWS accounts in an AWS Organization. The architecture consists of a Shared Services VPC in a central account and several Application VPCs in separate application accounts. To minimize costs and simplify administration, the enterprise wants to host the Amazon Elastic Container Registry (Amazon ECR) repositories and the Route 53 Private Hosted Zones centrally in the Shared Services VPC. The Fargate tasks in the Application VPCs must pull container images from the central ECR repositories and resolve ECR DNS names privately, without traversing the public internet. The Application VPCs are connected to the Shared Services VPC via an AWS Transit Gateway.
Which of the following actions should the Solutions Architect take to implement this architecture? (Select TWO.)
- Associate the Route 53 Private Hosted Zones for ECR created in the central Shared Services account with the Application VPCs in the application accounts.Cevap
- Create an Amazon S3 VPC Gateway Endpoint in each Application VPC to allow the AWS Fargate tasks to download image layers directly.Cevap
- CConfigure the ECS Task Definitions in the Application VPCs to use the bridge network mode to map container ports and route image pull traffic.
- DConfigure the Transit Gateway to route S3 traffic transitively to the S3 Gateway Endpoint located in the Shared Services VPC.
- EConfigure the DNS resolver (169.254.169.253) in the Application VPCs to forward all ECR queries transitively to the Shared Services VPC resolver over the Transit Gateway.