Lecture 13: VPC & Networking Flashcards

1
Q
  1. IPv4
  2. IPv6
A

What are the two types of IP addresses?

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

Public networking

A

IPv4 -Internet protocol version 4 can be used on the _______ internet & EC2 instances gets a new public IP address everytime you stop then start it (default)

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

Private

A

________ IPv4 can be used on _________ networks (LAN) such as internal AWS networking & is fixed for EC2 instance even if you stop/start them (keep the same EC2)

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

_________ allows you to attach a fixed public IPv4 address to EC2 instances

A

Elastic IP

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

Public

A

IPv6 Internet protocol version 6 have every IP address ________

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

___________ is a private network to deploy your resources

A

VPC (Virtual private cloud)

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

_________ allow you to partition your network inside your VPC (availability zone resource)

A

Subnets

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

A _______ is a subnet that is accessible from the internet

A

Public subnet

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

________ is a subnet that is not accessible from the internet

A

Private subnet

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

To define access to the internet and between subnets need to use ________

A

Route table

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

________ helps your VPC instance connect with the internet ( public subnets have a route to the internet)

A

Internet gateway

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

__________ & ___________ allow your instance in your private subnet to access the internet while remaining private

A

NAT Gateway & NAT instance

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

__________ is a firewall which controls traffic from and to subnet, it can allow & deny rules & is attached at the subnet level

A

NACL (network ACL)

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

__________ is a firewall that controls traffic to EC2, it’s at the EC2 level and from an ENI/ an EC2 instance and can have only allow rules

A

Security groups

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

Return traffic is automatically allowed, regardless of any rules

A

Security groups are stateful which means what?

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

Return traffic must be explicitly allowed by rules

A

Network ACL is stateless which means what?

17
Q

__________ capture information about IP traffic going into your interfaces such as your ____________, subnet flow logs, and elastic network interface flow logs

A

VPC Flow logs

18
Q

__________ connect two VPC privately using AWS network, make them behaves as if they were in the same network

A

VPC peering

19
Q

must be established for each VPC that need to communicate with one another

(VPC peering (so if you have VPC A & B peering (talking) to one another n add VPC C n have it peering with VPC A, VPC C wont be able to communicate with VPC B until you peer them)

A

VPC peering connection _________ for each VPC to communicate with one another

20
Q

_________ are endpoints that allow you to connect to AWS services using a private network instead of the public www network to give you enhanced security and lower latency to access AWS services

A

VPC endpoints

21
Q

S3 & DynamoDB

A

The VPC Endpoint Gateway is to connect what AWS services to your VPC?

22
Q

Any of the AWS services

A

VPC endpoint interface is used to connect what AWS services to your VPC?

23
Q

____________ is the most secure & scalable way to expose a service to 1000s of VPCs and it doesn’t require VPC peering, internet gateway, etc

A

AWS privatelink

24
Q

___________ connects an on-premises VPN to AWS and the connection is automatically encrypted and it goes over the public internet

A

Site to site VPN

25
Q

_________ establish a physical connection between on-premises and AWS and the connection is private, secure, and fast and goes over a private network, takes at least a month to establish

A

Direct connect (DX)

26
Q

On premise side must use a customer gateway (CGW) and AWS must use a virtual private gateway (VGW) and when those two are create then you can connect them together to create a site to site VPN

A

To establish a site to site VPN on premises you must use what?

27
Q

__________ connect from your computer using openVPN to your private network in AWS and on-premises and it allows you to connect to your EC2 instance over a private IP and goes over a public Internet

A

AWS client VPN

28
Q

__________ is used to have transitive peering between thousands of VPC and on-premises, hub and spoke (Star) connection (connects thousands of VPC together as well as on-premise structure)

A

Transit Gateway