SA 003 -> Networking

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:45 PM on 4/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

What makes a subnet public?

A route table with a route to an Internet Gateway (IGW).

2
New cards

What makes a subnet private?

It has no direct route to an IGW

3
New cards

Does being in a public subnet automatically make an EC2 instance internet-accessible?

No. The instance also needs a public IP or Elastic IP, plus security rules that allow the traffic.

4
New cards

What does an Internet Gateway do?

It enables communication between a VPC and the internet.

5
New cards

What does a route table do?

It decides where traffic goes by matching destinations to targets like IGW, NAT, TGW, VPN, or VPC Peering.

6
New cards

What is a NAT Gateway used for?

Outbound internet access for instances in private subnets.

7
New cards

Where do you place a public NAT Gateway?

In a public subnet with an Elastic IP

8
New cards

Can a NAT Gateway allow inbound internet traffic to private instances?

No. NAT is for outbound-only initiation from private subnets

9
New cards

For IPv6 outbound-only internet access, what should you use?

An Egress-Only Internet Gateway.

10
New cards

Best practice for NAT across multiple AZs?

Use one NAT Gateway per AZ for resilience

11
New cards

Are Security Groups stateful or stateless?

Stateful. Return traffic is automatically allowed.

12
New cards

Are Network ACLs stateful or stateless

Stateless. You must allow traffic in both directions explicitly.

13
New cards

What level do Security Groups apply at?

Resource/instance ENI Level (EC2 Instance).

14
New cards

What level do NACLs apply at

Subnet Level.

15
New cards

What is VPC Peering best for?

Direct private connectivity between two VPCs (good for one-to-one connections).

16
New cards

Is VPC Peering transitive?

No. If A peers with B and B peers with C, A cannot automatically talk to C.

17
New cards

Can peered VPCs have overlapping CIDR blocks?

No. Overlapping CIDRs break peering eligibility.

18
New cards

When is a Transit Gateway the better solution?

When many VPCs/accounts/on-premises networks must communicate without a complications.

19
New cards

What services use a Gateway VPC Endpoint?

Amazon S3 and DynamoDB.

20
New cards

Why use a Gateway Endpoint?

To access S3/DynamoDB privately without IGW or NAT.

21
New cards

What is an Interface VPC Endpoint used for?

Private access to many AWS services via AWS PrivateLink.

22
New cards

When might S3 use an Interface Endpoint instead of an Gateway Endpoint?

In special cases like hybrid/on-prem/TGW-related access patterns.

23
New cards

When is AWS Direct Connect usually the right answer?

When you need a more consistent, dedicated private connectivity to AWS.

24
New cards

What layer does an ALB operate at?

Layer 7. ALB understands HTTP/HTTPS and app-level routing.

25
New cards

When is ALB the best fit?

For HTTP/HTTPS, path-based routing, or host-based routing (microservices + URL routing).

26
New cards

What layer does an NLB operate at?

Layer 4. TCP/UDP/TLS performance, not URL logic.

27
New cards

What is a Gateway Load Balancer used for?

Layer 3. Deploying and scaling network virtual appliances like firewalls and IDS/IPS.

28
New cards

What is Route 53 primarily?

A DNS service with routing policies, health checks, and hosted zones.

29
New cards

What is a private hosted zone?

A Route 53 hosted zone whose records resolve only inside associated VPCs.

30
New cards

When should you use an Alias record in Route 53?

When pointing a domain to supported AWS resources like ALB, CloudFront, API Gateway.

31
New cards

What problem does Route 53 solve?

DNS name resolution and routing policy selection.

32
New cards

What problem does CloudFront solve?

Content Delivery and caching at edge locations

33
New cards

What problem does Global Accelerator solve?

Improves global availability/performance using AWS global network and static anycast IPs.