Module 4 - Networking Flashcards

1
Q

What is a networking service that you can use to establish boundaries around your AWS resources?

A

Amazin Virtual Private Cloud (Amazon VPC)

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

Within a virtual private cloud (VPC), what allows you to organize your resources into private or public _____?

A

Subnets - they are seperate areas that are used to group together resources.

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

To allow public traffic from the internet to access your VPC, you attach an ______ to the VPC. It is a connection between a VPC and the internet.

A

internet gateway

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

To access private resources in a VPC, you can use a ____

A

virtual private gateway

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

What is AWS Direct Connect?

A

It is a service that lets you to establish a dedicated private connection between your data center and a VPC.

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

_____ contain resources that need to be accessible by the public, such as an online store’s website.

A

Public subnets

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

____ contain resources that should be accessible only through your private network, such as a database that contains customers’ personal information and order histories.

A

Private subnets

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

When a customer requests data from an application hosted in the AWS Cloud, this request is sent as a _____. A ______ is a unit of data sent over the internet or a network.
(1 word)

A

packet

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

What is a virtual firewall that controls inbound and outbound traffic at the subnet level?

A

network access control list (ACL)

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

What is it called when Network ACLs remember nothing about packets that cross each way?

A

Stateless packet filtering

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

Security group?

A

It is a virtual firewall that controls inbound and outbound traffic for an Amazon EC2 instance.

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

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

A

Stateful

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

Which statement best describes an AWS account’s default network access control list?

A. It is stateless and denies all inbound and outbound traffic.

B. It is stateful and allows all inbound and outbound traffic.

C. It is stateless and allows all inbound and outbound traffic.

D. It is stateful and denies all inbound and outbound traffic.

A

C

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

What is Domain Name System (DNS)?

A

It takes a domain name such as google.com and translates it to an IP address.

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

Amazon Route 53?

A

It is a DNS web service. It gives developers and businesses a reliable way to route end users to internet applications hosted in AWS.

Amazon Route 53 connects user requests to infrastructure running in AWS (such as Amazon EC2 instances and load balancers). It can route users to infrastructure outside of AWS.

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

Which component can be used to establish a private dedicated connection between your company’s data center and AWS?

A

AWS Direct Connect

17
Q
A