What are the various way the institutions can connect their AWS VPC to the Internet? I searched on AWS documentation about VPC but could not figure out
Asked
Active
Viewed 110 times
2
-
I don't understand what you mean, a VPC will have Internet Access provided it has been associated with an Internet Gateway. – Wayne Phipps Dec 14 '18 at 21:23
1 Answers
1
VPCs
access the internet through an Internet Gateway
or NAT Gateway
.
Internet Gateway
is probably the easiest and most common
https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html
NAT Gateways
are to allow outbound access only.
https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat.html

Dave S
- 3,378
- 1
- 20
- 34
-
-
2A good way to show appreciation for an answer is upvote it, and if it answers your question, accept it to help other users who see this question looking for an answer. ;) – Dave S Dec 14 '18 at 23:21