Networking Flashcards

1
Q

What establishes boundaries around your AWS resources?

A

Amazon Virtual Private Cloud (VPC)

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

How can public traffic get past your VPC?

A

Through an internet gateway

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

How can your private traffic get past your VPC?

A

Through a virtual private gateway that connects your VPC with your internal corporate network.

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

What does AWS Direct Connect do?

A

Reduces network costs
Increases bandwidth available for your network
Provides a dedicated connection between your data center directly to the VPC

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

How do you isolate resources within a VPC for security or operational purposes?

A

Place them in a subnet. Subnets isolate databases containing customers’ personal information. Public subnets support customer-facing interfaces (e.g. your website)

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

What is a Network access control list (ACL)?

A

A component of a VPC that checks packet permissions for access to subnets.
An ACL is a virtual firewall at the subnet level

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

Is a network ACL stateless or stateful?

A

Network ACLs perform stateless packet filtering. They remember nothing. By default, they allow all inbound AND outbound traffic, but are configurable.

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

What checks permissions at the instance level?

A

The security group. By default, a security group denies all inbound traffic and allows all outbound traffic.

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

Are security groups stateless or stateful?

A

Security groups perform stateful packet filtering. They remember previous decisions made for incoming packets.

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

What is Amazon Route 53?

A

A DNS (domain name service)
Route 53 directs traffic to your website, and can manage all your domain names in one place.

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

What is DNS resolution?

A

Translating a domain name into an IP address

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