Topic 1 Question 234
2 つ選択A security engineer has designed a VPC to segment private traffic from public traffic. The VPC includes two Availability Zones. The security engineer has provisioned each Availability Zone with one private subnet and one public subnet. The security engineer has created three route tables for use with the environment. One route table is for the public subnets, and two route tables are for the private subnets (one route table for the private subnet in each Availability Zone).
The security engineer discovers that all four subnets are attempting to route traffic out through the internet gateway that is attached to the VPC.
Which combination of steps should the security engineer take to remediate this scenario?
Verify that a NAT gateway has been provisioned in the public subnet in each Availability Zone.
Verify that a NAT gateway has been provisioned in the private subnet in each Availability Zone.
Modify the route tables that are associated with each of the public subnets. Create a new route for local destinations to the VPC CIDR range.
Modify the route tables that are associated with each of the private subnets. Create a new route for the destination 0.0.0.0/0. Specify the NAT gateway in the public subnet of the same Availability Zone as the target of the route.
Modify the route tables that are associated with each of the private subnets. Create a new route for the destination 0.0.0.0/0. Specify the internet gateway in the public subnet of the same Availability Zone as the target of the route.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: AD
A. NAT Gateway Provisioning: NAT gateways need to be in the public subnet of each Availability Zone to enable instances in the private subnets to connect to the internet for updates and other tasks, without exposing these instances directly to the internet.
D. Route Table Modification: Private subnets should route their outbound internet traffic to the NAT gateway in the corresponding public subnet. This ensures that private subnet traffic passes through the NAT gateway, which then routes it to the internet gateway, maintaining security by preventing direct internet access.
👍 1IPLogic2024/12/05
シャッフルモード