02-Fundamentals Flashcards
What are AWS Public Services and AWS Private Services referring to?
Networking.
What is an AWS Public Service?
Something that is accessed using public endpoints, such as S3.
What is an AWS Private Service?
Operates within a VPC, meaning only resources within the VPC or connected to the VPC.
True/False: Public Endpoints are only accessible if you’ve been granted permissions to the endpoint
TRUE
By default, can VPCs communicate with each other?
No. They can only communicate with each other if they have been explicitly allowed.
What are the network zones involved with AWS?
The public internet - where general internet services operate. The AWS Public Zone - Where AWS public services reside. The AWS Private Zone - Where VPCs and other private resources run
What 2 key functionalities does Internet Gateway provide?
Allows private resources to access the public internet if they have a public IP. Allows access to public services such as S3 without data touching the public internet.
Can EC2 instances be made publicly accessible?
Yes, they can be given a Public IP address making them accessible from the internet.