What is the purpose of having an internet gateway within a VPC?
To create a VPN connection to the VPC
To allow communication between the VPC and the internet
To impose bandwidth constraints on internet traffic
To load balance traffic from the internet across Amazon EC2 instances
Explanations:
An internet gateway is not used to create VPN connections; it is primarily for internet connectivity.
The main purpose of an internet gateway is to allow communication between the VPC and the internet.
Internet gateways do not impose bandwidth constraints; they enable connectivity without such limitations.
While you can load balance traffic using other services, an internet gateway itself does not perform load balancing.