2. AWS Networking

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
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

VPC (Virtual Private Cloud)

Isolated virtual network.

2
New cards

Subnets

Divide VPC; Public (Internet) vs Private (Internal).

3
New cards

Route Tables

Define traffic flow for a subnet.

4
New cards

Internet Gateway (IGW)

Allows public internet access.

5
New cards

NAT Gateway

Allows private instances OUTBOUND internet access.

6
New cards

Security Groups (SG)

Virtual firewall for an instance

Stateful.

7
New cards

Network Access Control Lists (NACLs)

Stateless SUBNET-level firewall.

8
New cards

VPC Peering

Connect two VPCs directly (non-transitive).

9
New cards

Transit Gateway

Central HUB for connecting many VPCs.

10
New cards

PrivateLink / VPC Endpoints

Access AWS services privately (no public internet).

11
New cards

Application Load Balancer (ALB)

Layer 7 (HTTP/HTTPS) load balancing.

12
New cards

Network Load Balancer (NLB)

Layer 4 (TCP/UDP) load balancing; extreme performance.

13
New cards

Route 53

Managed DNS service; routing policies.

14
New cards

How does traffic flow in a 3-tier VPC architecture?

Traffic flows one-way (Public Private) through subnets

Public Subnet (ALB) → Private Subnet (EC2) → Private Subnet (RDS).

15
New cards
A new private EC2 instance needs to download security patches from the internet but must NOT be accessible directly from the internet. What resource is required?
A NAT Gateway (or NAT Instance).
16
New cards
You need to secure a specific EC2 instance, allowing inbound traffic only on port 80 and 443. Traffic is blocked by default. Which networking construct should you configure?
The Security Group (SG) attached to the instance.
17
New cards
You have five different VPCs in the same region that all need to share access to a central logging server in a sixth VPC. Which service is the most efficient solution?
Transit Gateway.