AWS Network Services Flashcards

(24 cards)

1
Q

What is a VPC?

A

A Virtual Private Cloud, an isolated virtual network in AWS where you can launch resources (EC2, RDS, etc.). Each account comes with a default VPC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the difference between default and non-default VPC?

A

Default VPC comes preconfigured with subnets, route tables, and an internet gateway. A non-default VPC is created manually and fully customizable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a subnet?

A

A subdivision of a VPC IP range (CIDR). Defines a smaller network segment where resources live. Can be public, private, or VPN-only depending on route table entries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you decide if a subnet is public or private?

A

If the subnet’s route table has an entry to an Internet Gateway (IGW) → public. If no IGW but has a Virtual Private Gateway (VPG) → VPN-only. If neither → private.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a route table?

A

A set of rules (routes) that define how traffic is directed within a VPC. Every subnet must be associated with one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an Internet Gateway (IGW)?

A

A VPC component that allows communication between instances in the VPC and the internet. Also translates private IPs to public IPs (NAT).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a NAT Gateway?

A

A managed AWS service that allows private subnets to initiate outbound connections to the internet (e.g., for updates), but prevents inbound connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an Egress-only Internet Gateway?

A

Similar to NAT Gateway, but used for IPv6 traffic only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Security Group (SG)?

A

A stateful firewall at the instance level. Works as an allow list only. Return traffic is automatically allowed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Network ACL (NACL)?

A

A stateless firewall at the subnet level. Evaluates inbound and outbound rules separately. Allows both allow and deny rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Key difference SG vs NACL?

A

SG = instance-level, stateful, allow-only rules. NACL = subnet-level, stateless, allow & deny rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a VPC Peering?

A

A connection between two VPCs allowing traffic via private IPs. Not transitive (A-B and B-C doesn’t mean A-C). Max ~1.25–1.5 Gbps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is an AWS Transit Gateway?

A

A scalable hub-and-spoke service that connects multiple VPCs and on-prem networks. Simplifies networking (no need for full-mesh peering).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a VPC Endpoint?

A

A private connection from your VPC to AWS services (like S3, DynamoDB) without using the internet. Uses Elastic Network Interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is PrivateLink?

A

An extension of endpoints that lets you privately connect your VPC to third-party services or other AWS accounts through their load balancers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Route 53?

A

AWS’s scalable, highly available DNS service. Translates domain names into IPs and performs health checks for endpoints.

17
Q

What is CloudFront?

A

AWS’s Content Delivery Network (CDN). Distributes content via edge locations worldwide for low latency. Integrated with WAF & Shield.

18
Q

What is Global Accelerator?

A

Provides two static IPs that route traffic through AWS’s global network to the closest healthy endpoint. Improves latency & failover across regions.

19
Q

Difference Route 53 vs Global Accelerator?

A

Route 53 = DNS-based traffic routing (decision at resolution time). Global Accelerator = network-level routing using static IPs and AWS backbone.

20
Q

What is a Site-to-Site VPN?

A

A managed VPN that connects on-premises networks (Customer Gateway) to AWS (Virtual Private Gateway) over the public internet. Max ~1.25 Gbps.

21
Q

What is a Client VPN?

A

A managed VPN for individual remote users (teleworkers) to securely connect to AWS or on-prem networks.

22
Q

What is Direct Connect?

A

A private, dedicated connection between your data center and AWS via a colocation facility. Bandwidth up to 10/50/100 Gbps. Lower latency, higher reliability.

23
Q

Key difference: VPN vs Direct Connect?

A

VPN = quick, cheap, internet-based, ~1.25 Gbps. Direct Connect = private, high bandwidth (up to 100 Gbps), stable, ideal for hybrid/enterprise workloads.

24
Q

rango de IP privadas que AWS asigna como default VPC?

A

172.31.0.0/16