Networking Services Flashcards

1
Q

What is VPC?

A

Virtual Private Cloud. It’s a foundational service that allows you to create a secure private network in the AWS cloud where you launch your resources.

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

What are the components of VPC?`

A
  1. AZ’s: it spans AZ’s within a region
  2. Subnet: allows you to split the network inside the VPC. Example: Private and Public. This is where you launch resources like EC2 instances.
  3. NACL: Network Access Control Lists: ensure the proper traffic is allowed into the subnet.
  4. Router and Route table: Defines where network traffic is routed.
  5. Internet Gateway: allows public traffic to the internet from a VPC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What allows you to connect 2 VPC’s together?

A

VPC Peering

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

What is DNS?

A

Domain Name System. It translates the friendly name (amazon.com) to the IP address(xx.xxx.xx.xx). SO it directs internet traffic.

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

What is Amazon Route 53?

A

A highly available DNS service that routes users to applications

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

What can Route 53 do?

A
  1. Register your Domain Name
  2. Health checks on AWS resources
  3. Connect hybrid clouds using DNS query resolution to
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is AWS Direct Connect?

A
  • A dedicated physical network connection (super fast) to connect your on-premises data center to AWS
  • Your data travels over a private (dedicated) network (unlike VPN which is public network)
  • Totally circumvents the public cloud
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When would you use Direct Connect in the real world?

A
  1. Large datasets that you need to xfer to AWS
  2. Business-critical data you need to xfer to AWS bypassing your service provider
  3. Hybrid model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is AWS VPN?

A
  • Site-to-Site VPN creates a secure connection between your internal networks and your AWS VPCs.
  • Data goes over the public internet
  • data is automatically encrypted
  • slightly cheaper than Direct Connect
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When would you use Site-to-Site in the real world?

A
  • moving apps to the cloud
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a virtual private gateway?

A

The VPN connector on the AWS side.

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

What is the customer gateway?

A

The VPN connector on the customer side

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

What is the API Gateway?

A
  • Allows you to build and manage API’s.
  • it integrates with services such as Lambda
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly