VPC sizing and structure Flashcards

1
Q

What key points should be considered for VPCs?

A
  1. Size - because this limits the use and how many services will be used –> CIDR range
  2. Are there any networks that we can’t use?
  3. Consider not overlapping the CIDR range with other cloud environments - VPCs, cloud, on-premises, partners, vendors…
  4. Try to predict future uses
  5. Try to predict the VPC structure - tiers and resilience (availability)
  6. VPC min /28 (16 IP)
  7. VPC max /16 (65456 IPs)
  8. Avoid common range 10.0 or 10.1, include up to 10.10
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What defines how big the VPC will be?

A

The VPC CIDR range.

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

Why is it a good practice trying not to overlap IP ranges even within private networks?

A

Because it will make more difficult the communication between networks.

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

What is the minimum size for a VPC?

A

/28 (16 IP)

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

What is the maximum size for a VPC?

A

/16 (65456 IPs)

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

What is the main recommendation when designing a VPC?

A

Try to split each subnet into tiers (web, application, db, spare).

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