Topic 1 Question 549
A company has created a multi-tier application for its ecommerce website. The website uses an Application Load Balancer that resides in the public subnets, a web tier in the public subnets, and a MySQL cluster hosted on Amazon EC2 instances in the private subnets. The MySQL database needs to retrieve product catalog and pricing information that is hosted on the internet by a third-party provider. A solutions architect must devise a strategy that maximizes security without increasing operational overhead.
What should the solutions architect do to meet these requirements?
Deploy a NAT instance in the VPC. Route all the internet-based traffic through the NAT instance.
Deploy a NAT gateway in the public subnets. Modify the private subnet route table to direct all internet-bound traffic to the NAT gateway.
Configure an internet gateway and attach it to the VPModify the private subnet route table to direct internet-bound traffic to the internet gateway.
Configure a virtual private gateway and attach it to the VPC. Modify the private subnet route table to direct internet-bound traffic to the virtual private gateway.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: B
NAT Gateway is safe
👍 2Deepakin962023/08/03 - 正解だと思う選択肢: B
Correct Answer: B
👍 2ssa032023/09/02 B is correct
👍 1Bmaster2023/08/01
シャッフルモード