04-Default VPC Flashcards

1
Q

What is a Virtual Private Cloud (VPC)?

A

A virtual network within AWS that allows you to create private networks for AWS resources, as well as connect to on-premises networks or other cloud platforms.

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

What is a Default VPC?

A

A preconfigured VPC by AWS with a default IP range (CIDR) of 172.31.0.0/16.

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

How many Default VPCs are there per Region?

A

One

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

What is included with a Default VPC?

A

Preconfigured subnets, an internet gateway, a default security group, and network ACLs. Provides public IPv4 addressing for resources placed in its subnets by default.

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

What are limitations of the Default VPC?

A

Less flexible and unsuitable for production environments due to its rigid structure.

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

What is a Custom VPC?

A

Fully configure able by the user, allowing you to design your network’s size, structure, and connectivity.

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

How many Custom VPCs can you have per Region?

A

Multiple

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

By default, how are Custom VPCs configured?

A

100% private by default unless explicitly configured otherwise.

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

What are some features of Custom VPCs?

A

Can be connected to other VPCs, cloud platforms, and on-premises networks.

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

What resilience level is a VPC?

A

It is regionally resilient. It spans multiple AZs within a Region.

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

What is a CIDR?

A

Defines the IP address range available within the VPC.

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

What is the CIDR Block difference between Custom and Default VPCs?

A

Custom: Can have multiple CIDR blocks. Default: Can only have one and it is always 172.31.0.0/16

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

What are subnets?

A

Smaller sub-networks within a VPC, each associated with a specific AZ.

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

What resilience level is a subnet?

A

It is AZ resilient.

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

Can subnets have overlapping CIDRs in the same VPC?

A

No.

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

What is an Internet Gateway (IGW)?

A

Allows VPCs to connect to the internet. A Default VPC includes an IGW by default.

17
Q

What are Security Groups and Network ACLs (NACLs)?

A

Security layers to control incoming and outgoing traffic to and from resources within the VPC.

18
Q

What is an example of a Production VPC?

A

A custom VPC is created with multiple subnets across different availability zones (AZs) for a production workload. The VPC is fully isolated and only accessible through specific security rules and configurations.

19
Q

What is an example of a Hybrid VPC?

A

A hybrid environment is created using a custom VPC connected to an on-premises network via a VPN gateway, allowing private communication between AWS and the on-premises data center.