VPC / Networking Flashcards

1
Q

When connecting to s3 from an on-premises service via direct connect, what type of interface is required?

A

Public Virtual Interface -
Public VIFs allow access from direct connect to public AWS services such as s3.
Private VIFs allow connection to services within your VPC

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

When connecting to s3 from a service within a VPC, if you want to avoid public internet traffic, what service should you use?

A

AWS PrivateLink -
AWS PrivateLink allows connections from within a VPC to public AWS services over AWS internal networking to avoid any public network traffic.

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

How do you create a IPv6 CIDR block for your VPC?

A

You must request an IPv6 CIDR block from Amazon, and it is not customizable.
Conversely, you can create an IPv4 CIDR block by defining the IP addresses in the range.

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

When configuring a VPN over Direct Connect to connect an on premise data center to your VPC, what type of interface should you use?

A

Public Virtual Interface -
A public VIF is necessary for all VPN connections, even over Direct Connect.
Traditionally, Direct Connect uses Private VIFs, but when a VPN is configured over Direct Connect, Public is necessary.

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

What is AWS PrivateLink?

A

AWS PrivateLink allows services within your VPC to connect to Public AWS services (S3, Lambda, Etc), Provider VPCs, or 3rd Party VPCs without using an Internet Gateway, and only using AWS internal networking

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

What is VPC Peering?
What are 2 limitations?

A

VPC Peering allows two VPCs to route traffic between resources using the Private IP addresses of the resources.
Limitation 1: the CIDR blocks of the VPCs must not overlap.
Limitation 2: VPC peering is not transitive

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

What is AWS Direct Connect?

A

AWS Direct Connect is a direct connection between your on-premise data center and AWS using a physical connection from your data center to an AWS edge location.

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

When should I use an egress-only Internet Gateway

A

Egress-only internet gateways are necessary for connecting services from a private subnet to the internet using IPv6 traffic.
A traditional NAT Gateway / Internet Gateway setup will not work for IPv6

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

What AWS Service allows multiple on premise data centers, each with their own customer gateway, to connect to a single VPC?

A

AWS VPN CloudHub

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

What are the two main reasons to keep connected services within a single VPC?

A

Latency and Security

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

What is a Private Hosted Zone

A

Private hosted zones in Route 53 is a service that allows you to register private domain names and routing that allows services in multiple VPCs to communicate without exposure to the public internet.

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

What is an inbound endpoint resolver? What is the use case?

A

Inbound resolvers are provided by Route 53 and is a service that exists within a VPC / AZ that forwards inbound traffic to a Route 53 Hosted Zone.
Often, these are used when a request from an on-premise data center attempts to access domain names in a Private Hosted Zone

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

What is AWS Global Accelerator

A

Networking service that provides fixed static IP addresses that act as an entry point for application endpoints in multiple regions

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

What is the best way to have a Dx Connection connect to multiple regions?

A

Direct Connect Gateway -
Note- Transit gateway exists within regions, so it doesn’t work here

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