Fundamentals Flashcards
1
Q
Difference of public vs private service
A
Public internet = iykyk
AWS public zone = accessible via public endpoints
AWS private zone = deployed in a vpc
2
Q
Describe communication path from an asset in private VPC to a public AWS service
A
Using an Inet gateway from your VPC goes direct from the AWS private zone to the AWS public zone, not over the internet.
Giving an EC2 instance a public IP projects the ENI into the AWS public zone, not onto the internet.