4.01. Private and Public AWS Services

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

What are the two main categories of AWS services?

Public services and private services

2
New cards

What determines whether an AWS service is public or private?

Its network accessibility — whether it uses public endpoints or is deployed inside a VPC

3
New cards

Is S3 a public or private service?

Public — it uses public endpoints accessible via the internet

4
New cards

What is an example of a private AWS service?

EC2 instances inside a VPC

5
New cards

Does “public service” mean unrestricted access to anyone?

No — public/private in this context refers to networking, not permissions

6
New cards

Can public services like S3 still be restricted?

Yes — via IAM policies and permissions

7
New cards

What are the three core network zones in AWS?

Public Internet, AWS Public Zone, and AWS Private Zone (VPC)

8
New cards

What is the AWS Public Zone?

A network area between the public internet and private VPCs where AWS public services like S3 operate

9
New cards

How can a VPC communicate with the public internet?

By attaching an Internet Gateway and assigning public IPs to resources

10
New cards

Does traffic to public AWS services (like S3) always go over the public internet?

Not necessarily — if coming from within AWS (e.g., a VPC), traffic can go directly via the AWS Public Zone without touching the internet

11
New cards

What does it mean to assign a public IP to a private resource like EC2?

It projects the instance into the public zone for bi-directional internet communication

12
New cards

Can VPCs communicate with each other by default?

No — VPCs are isolated by default. Connectivity must be explicitly configured (e.g., VPC peering, Transit Gateway)

13
New cards

How do private networks (like on-premises) connect to AWS VPCs securely?

Through VPNs or AWS Direct Connect

14
New cards

Why is it important to distinguish between AWS public and private zones?

Because it affects security, connectivity, and architecture decisions, especially in complex deployments

15
New cards

What provides a clearer model than just “internet vs. private” zones?

A three-zone model: Public Internet, AWS Public Zone, AWS Private Zone

16
New cards
17
New cards

[Diagram] Architecture of Public Internet Zone, AWS Public Zone and AWS Private Zone.

knowt flashcard image