Computer Science, asked by tarunshashank25, 10 months ago

Which VPC scenario is recommended for single tier web applications? VPC with a Private Subnet Only and AWS Managed VPN Access VPC With Public and Private Subnets and AWS Managed VPN Access VPC with a single public subnet VPC with public and private subnets

Answers

Answered by neeturathor80
0

Answer:

The configuration for this scenario includes a virtual private cloud (VPC) with a public subnet and a private subnet, and a virtual private gateway to enable communication with your own network over an IPsec VPN tunnel. We recommend this scenario if you want to extend your network into the cloud and also directly access the Internet from your VPC. This scenario enables you to run a multi-tiered application with a scalable web front end in a public subnet, and to house your data in a private subnet that is connected to your network by an IPsec AWS Site-to-Site VPN connection.

This scenario can also be optionally configured for IPv6—you can use the VPC wizard to create a VPC and subnets with associated IPv6 CIDR blocks. Instances launched into the subnets can receive IPv6 addresses. Currently, we do not support IPv6 communication over a Site-to-Site VPN connection; however, instances in the VPC can communicate with each other via IPv6, and instances in the public subnet can communicate over the Internet via IPv6. For more information about IPv4 and IPv6 addressing, see IP Addressing in Your VPC.

Explanation:

Follow me

Hope this helps you

Similar questions