VPC Flashcards

1
Q

Can a subnet span AZ?

A

No. A subnet must reside entirely within a single AZ.

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

Can there be multiple subnets in an AZ?

A

Yes

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

What is a VPC?

A

A Virtual Private Cloud (like a traditional on-prem network only in the cloud)
Can be divided into multiple subnetworks or subnets

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

Can a VPC span AZ?

A

Yes, but it can only exist within a single region.

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

Services that do not require a VPC

A

S3 bucket, DynamoDB tables, Lambda functions. Those are regional resources and can’t be placed in a subnet.

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

How do you access infrastructure that isn’t part of the VPC from ECS instances within the VPC?

A

Use a VPC endpoint

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

What does a VPC endpoint do?

A

Allows private connectivity between EC2 instances and other AWS services without the traffic passing through the public internet

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

Internet Gateway

A

By default, a VPC does not have a connection to any public networks. An Internet Gateway allows your EC2 instances to connect to the public internet.

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

Customer Gateway

A

Component of on-prem network that works with the site-to-site VPN connection in AWS

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

Virtual Private Gateway

A

Used for establishing an AWS Direct Connect connection to an on-prem data center

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

Egress-only Gateway

A

Used for VPCs that use IPv6
Allows outbound communication over IPv6 from EC2 instances in your VPC to the public internet
Prevents the public internet from initiating a IPv6 connection with your EC2 instances
Performs NAT (network address translation)
NAT gateways and NAT instances won’t work in IPv6

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

Carrier Gateway

A

Used for VPCs that use AWS Wavelength to deliver ultra-low latency applications for 5G devices
Allows incoming traffic from a carrier network in a specific location
Allows outgoing traffic to the carrier network and to the public internet
Only available for VPCs that contain subnets in a Wavelength Zone

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

AWS Direct Connect

A


Allows‬‭ you‬‭ to‬‭ establish‬‭ a‬‭ dedicated‬‭ network‬‭ connection‬ from‬‭ your‬‭ on-premises‬‭ network‬‭ to‬‭ AWS.‬‭
Private‬‭ connection‬‭ to‬‭ AWS,‬‭ lower‬‭ latency,‬‭ and‬‭ a‬‭ higher‬‭ network‬ bandwidth.
Data does not pass over the public internet

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