Networking Flashcards

1
Q

Amazon Virtual Private Cloud (VPC)

A

Logically isolated section of AWS cloud where you can launch AWS resources in a virtual network that you define
Resources can be public or private (no internet access)
Subnets: ranges of IP addresses in VPC
Public subnet: aka the cashier in a coffee shop
Private subnet: aka the barista, who should not interact with customers and only focuses on making coffee

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

Public gateway

A

To allow public traffic from the internet to access your vpc, you must attach an internet gateway to the vpc

Internet gateway is a connection between a vpc and the internet

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

Private gateway

A

Virtual private gateway
Allows protected internet traffic to enter into the vpc if it comes from an approved network
Create a vpn connection between a private network and your vpc

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

AWS Direct Connect

A

Dedicated private connection from your data center to AWS
Helps sidestep bandwidth issues

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

Public subnet

A

contains resources that need to be accessible by the public, ex online store’s website

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

Private subnet

A

contains resources that should be accessible only through your private network, ex database with personal info

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

Network Traffic Flow in a VPC

A

When customer requests data from an app in the cloud, the request is sent as a packet - a unit of data sent over the internet or network

It enters into a vpc through an internet gateway
Permissions get checked to indicate who sent the packet and how the packet is trying to communicate with the resources in a subnet

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

Network access control list

A

vpc component that checks packet permissions
Virtual firewall that controls inbound and outbound traffic at the subnet level
By default, all inbound and outbound traffic is allowed, but you can add your own rules
For custom network ACLs, all traffic is denied until you add rules for what traffic to allow

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

Stateless Packet filtering

A

Remember nothing and check packets that cross the subnet border each way: inbound and outbound

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

Security groups

A

A virtual firewall that controls inbound and outbound traffic for an EC2 instance
Stateful packet filtering: remember previous decisions made for incoming packets
Security groups deny all inbound traffic by default, must add custom rules to allow traffic

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

Amazon Route 53

A

translates websites into IP addresses
Connects user requests to infrastructure running in AWS
Can route users to infrastructure outside of AWS
Can also manage DNS records for domain names
You can register new domain names, and transfer records for existing domain names

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