AWS Certified Solutions Architect – Professional — Question 773

A company wants to move its three-stage web application to the AWS Cloud. The three stages are development, test, and production. Each stage must use its own dedicated VPC. The company wants to access the stages through IPsec connections from the company's main office location.

Which combination of steps should a solutions architect implement in the network design to meet these requirements? (Choose three.)

Answer options

Correct answer: B, C, D

Explanation

AWS Transit Gateway simplifies network topology by acting as a cloud router, allowing you to connect multiple VPCs and route traffic through a single VPN connection attached to it (B and D). Security groups are applied at the resource level within each VPC to restrict and control network traffic (C). Using a virtual private gateway (A and E) is less scalable as it would require separate VPN connections for each VPC, and security groups cannot be applied directly to a transit gateway itself (F).