AWS Basic Networking Flashcards

1
Q

Smallest CIDR block size used in a VPC?

A

/28

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

Largest CIDR block size used in a VCP?

A

/16

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

How many IP addresses reserved by a VPC?

A

5 addresses

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

What is a VPC?

A

A logically isolated network dedicated to your AWS account

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

VPCs belong to a single AWS ______ and can span multiple _______ _____.
(HINT: Geography)

A

Region; availability zones

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

For what purpose does AWS reserve the very first IP address in a subnet?

A

Network address

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

What is the function of the second IP address in a VPC subnet?

A

Internal communication

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

What is the function of the third IP address in a VPC subnet?

A

DNS resolution

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

What is the purpose of the fourth IP address in a VPC subnet?

A

Reserved for future use

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

What is the purpose of the last IP address in a VPC subnet?

A

Network broadcast address

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

Which public IP address can be allocated and remapped anytime in AWS?

A

Elastic IP address

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

Each subnet must be associated with a _____ table.

A

Route

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

By default, what must every route table contain in order to communicate within the VPC?

A

A local route

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

What is a route table?

A

A set of rules that are configured to direct network traffic

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

What two things make up a route table?

A

A destination and a target

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

What two purposes does an AWS VPC internet gateway serve?

A
  1. Provide a target in your VPC route tables for internet-routable traffic
  2. To perform network address translation for instances that have public IPv4 addresses
17
Q

Two types of AWS VPC endpoints?

A
  1. Gateway endpoints

2. Interface endpoints

18
Q

Advantage of NAT gateway over a NAT instance in a public subnet?

A

Better availability

Higher bandwidth

Less administrative overhead

19
Q

What does the route table target “pcx-id” represent?

Ex: pcx-11112222

A

A VPC peering connection

20
Q

What are VPC endpoints used for?

A

Connecting a VPC to supported AWS services while remaining private traffic.

21
Q

Network ACLs are associated to ________.

A

Subnets

22
Q

Security groups are applied on the _____________ level.

A

Instance