Module 8: Connecting networks Flashcards

1
Q

AS an organization grows, so does the network of the company. As more and more VPC are added they need to be connected with each other so that they can interact with each other.
In that context what is called a full mesh?

A

A full mesh is a network in which each of the VPC are connected to each of the others VPC. The numbers of connection to set up and managed grows up exponentially, creating a greater workload and maintenance on the operations.

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

What is the alternative to a full mesh to connect the VPCs ?

A

Create a central hub to manage connectivity. Each VPC connects only to the hub

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

What AWS service can serve as a hub

A

AWS transit gateway

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

Key features of AWS Transit Gateway

A

1.Scales automatically
2.Can be peered with other transit gateways
3.chargee by number of connections and amount of traffic
4.has a flow log feature

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

How to connect to a transit gateway ?

A

Every AZ in a VPC must have a network interface to connect to the transit gatway. It means one dedicated subnet for each AZ must be created.
Adjust the route tables to connect to the transit gateway through the 10.0.0.0/8 IP range.
Add the connection on the Route table of the transit gateway to individual VPC

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

For added security you can organize your network so that only one Egress VPC points to the internet while all other will point to the transit gateway. It is calle a centralized outbound routing. What does the Egress VPC contains ?

A

A subnet with a network interface to receive the traffic from the transit gateway and another subnet with a NAT Gateway to direct oubound traffic to it
Finally a pointer between the NAT gateway and an internet Gateway.

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

Advantage of centralized outbound routing.

A

Cost efficient because only one NAT gateway, and added security.
For redundancy consider running a NAT Gateway for each of the AZ in the egress VPC.

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

Can the principle of a centralized outbound routing be applied to other services?

A

Yes. and it has a lot of advantages for simlifying the managemnt of the ressources as well as a better access control

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

What is the module used to link two transit gateways together called ?

A

A transit gateway peering attachement

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

Why should I still consider a mesh architecture when I could you a transit gateway?

A

If the number of VPC is small and if budget is limited. Indeed VPC peering is free.
Also because it’s point to point it keeps a low latency

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

Can you apply a mesh that connects to other region or accounts ?

A

Yes. But data between region incur cost equal to the standard data transfer rates.

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

If VPC A connect to VPC B and VPC B connects to VPC C, with no direct connection from A to C, can A and C communicate ?

A

No because transitive peering is not supported.
It can be useful to isolate errors and protect the network.

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

What if CIDR blocks overlaps between two VPC ?

A

Use a privatelink with a network load balancer to establish connectivity

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

How do yo connect your on permises corporate cnironment to a VPC ?

A

By using an AWS site-to-site VPN. It creates VPN tunnels between the two locations.
It connects to the customer gateway

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

What is a VPN Vloud hub used for?

A

It is to centralize VPN connections to many on permises networks

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

What service can you use to accelerate your VPN connections

A

AWS Global Accelerator (relying on edge locations)

17
Q

What if you want your on permise to access all VPC but you don’t want your VPCs to communicate with each other?

A

Use a transit gateway with several route tables.

18
Q

What is AWS Direct Connect?

A

It ‘s a dedicated private VLAN. It increases bandwidth throughput and provides a more consistent network experience than internet based connection

19
Q

Why use direct connect

A

Hybrid environments, large datasets, predictable network performance, secrutiy and compliance requirments.

20
Q

Direct connect for high resiliency?

A

implement connection at multiple locations

21
Q

Direct connect for high availability?

A

Couple a direct connect with another classic VPN connection using a different VPN provider to limit single point of failure.

22
Q

Best practices for RELIABLE network?

A

Provision redundant connectivity with your VPN
Prefer hub and spoke to mesh

23
Q

Best practices for a SECURE network

A

Control traffic at all layer (site to site VPN or Direct connect)
Authenticate network connections
Enfore encryption in transit

24
Q

Best Practices for a PERFORMANT network

A

Choose a right size dedicated connectivity or VPN
Choose the workload location based on requirements

25
Q

Best Practices for a Cost Optimized Network

A

Select component to optimize data transfer costs
Implement services to reduce data transfer costs

26
Q
A