AWS Certified Solutions Architect – Professional — Question 180
The MySecureData company has five branches across the globe. They want to expand their data centers such that their web server will be in the AWS and each branch would have their own database in the local data center. Based on the user login, the company wants to connect to the data center.
How can MySecureData company implement this scenario with the AWS VPC?
Answer options
- A. Create five VPCs with the public subnet for the app server and setup the VPN gateway for each VPN to connect them individually.
- B. Use the AWS VPN CloudHub to communicate with multiple VPN connections.
- C. Use the AWS CloudGateway to communicate with multiple VPN connections.
- D. It is not possible to connect different data centers from a single VPC.
Correct answer: B
Explanation
The correct answer is B because AWS VPN CloudHub allows for multiple VPN connections to be established, enabling communication between the different branches and the AWS web server. Options A and C suggest creating separate configurations that do not efficiently utilize AWS services for connecting multiple sites, while D incorrectly states that such connections are impossible.