10 - The Core Networking Services Flashcards

1
Q

What is the primary function of networking in AWS?

A

Transporting data to and from AWS resources

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

Name three core networking services offered by AWS.

A
  • Virtual Private Cloud
  • Route 53
  • CloudFront
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does Amazon Virtual Private Cloud (VPC) provide?

A

The network backbone for many AWS services

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

What is a virtual private cloud?

A

A virtual network in the AWS cloud that’s logically isolated from other networks

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

What is the CIDR of the default VPC in AWS?

A

172.31.0.0/16

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

What does the ‘/16’ in a CIDR block refer to?

A

The size of the CIDR

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

What must be defined for each subnet in a VPC?

A

A CIDR that is a subset of the VPC CIDR

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

What is an Internet gateway in a VPC?

A

A resource that allows EC2 instances to obtain a public IP address and access the Internet

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

What is a public subnet?

A

A subnet with a default route to an Internet gateway

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

What is a security group in AWS?

A

A firewall that determines what network traffic can pass into and out of an instance

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

True or False: By default, security groups contain inbound rules.

A

False

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

What is a network access control list (NACL)?

A

A firewall that operates at the subnet level

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

What does a VPC peering connection allow?

A

Private communication between two VPCs over the AWS private network

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

What is a virtual private network (VPN) in AWS?

A

A secure connection that connects a VPC to an external network

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

What encryption methods are used for VPN connections in AWS?

A
  • AES 128-bit
  • AES 256-bit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Direct Connect in AWS?

A

Private network connectivity to your VPC and public services without using the Internet

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

What is AWS Global Accelerator?

A

A service that provides anycast static IPv4 addresses to route traffic to resources in any region

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

What is AWS Network Firewall?

A

A scalable firewall that protects multiple VPCs and subnets

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

What does AWS Firewall Manager do?

A

Configures and applies a consistent set of security rules across AWS organizations

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

What is the AWS Web Application Firewall (WAF) used for?

A

Monitoring HTTP and HTTPS requests to protect applications from common exploits

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

What is Route 53?

A

Amazon’s global Domain Name System (DNS) service

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

What is the process of translating a domain name to an IP address called?

A

Name resolution

23
Q

What are resource records in DNS?

A

Mappings for different types of data including IPv4 addresses, mail servers, etc.

24
Q

What is required to ensure no two entities use the same domain name?

A

Registration with a domain registrar

25
True or False: Domain name registration and DNS hosting are the same function.
False
26
What is the process to transfer a domain to Route 53?
Transferring a domain entails extending the registration by at least one year.
27
What are the two distinct functions of domain name registration and DNS hosting?
Domain name registration gives control over the domain, while DNS hosting specifies the service for the domain.
28
What does Route 53 provide as both a registrar and a DNS hosting provider?
Route 53 is both a registrar and a DNS hosting provider.
29
What must you create to have Route 53 host the DNS for a public domain name?
You create a public hosted zone and specify the domain name.
30
What is a private hosted zone in Route 53?
A private hosted zone provides DNS resolution for a single domain name within multiple VPCs.
31
How can you define user-friendly domain names in a private hosted zone?
You can define a record in a private hosted zone that points to resource IP addresses.
32
What is the default routing policy in Route 53?
The Simple routing policy.
33
What does a Weighted routing policy do?
It distributes traffic across multiple resources according to a ratio.
34
What is the purpose of a Latency routing policy?
To send users to resources in the AWS region that’s closest to them.
35
What does a Failover routing policy accomplish?
Routes traffic to a primary resource unless it’s unavailable, then redirects to a secondary resource.
36
What is the function of a Geolocation routing policy?
Routes users based on their specific continent, country, or state.
37
What is a Multivalue Answer routing policy?
It allows even distribution of traffic across multiple resources and returns all records in random order.
38
What can health checks monitor in Route 53?
An endpoint, a CloudWatch alarm, or another health check.
39
How often do health checks occur in Route 53?
Every 10 seconds or 30 seconds.
40
What is the purpose of an Endpoint health check?
To connect to the endpoint via HTTP, HTTPS, or TCP to monitor its reachability.
41
What does a CloudWatch Alarm health check monitor?
The status of a CloudWatch alarm to determine resource health.
42
What is a Calculated health check?
Monitors the status of other health checks.
43
What is the benefit of using Route 53 Traffic Flow?
It simplifies complex routing scenarios by using a visual editor.
44
What additional routing policy does Traffic Flow offer?
Geoproximity routing policy.
45
What is Amazon CloudFront?
A content delivery network (CDN) that delivers static and dynamic web content faster.
46
How does CloudFront improve content delivery?
By caching content in edge locations around the world.
47
What are the two types of distributions in CloudFront?
* Web distribution * RTMP distribution
48
What is required to set up a Web distribution in CloudFront?
You must specify an origin to act as the authoritative source for your content.
49
What does a Real-Time Messaging Protocol (RTMP) distribution deliver?
Streaming video or audio content to end users.
50
What are key components of a Virtual Private Cloud (VPC)?
* One subnet * Security groups * Network access control lists (NACLs) * Internet gateways
51
What are the connection options available for resources in a VPC?
* Internet * Direct Connect * VPC peering * VPN connection
52
What is the difference between a Route 53 public hosted zone and a private hosted zone?
A public hosted zone allows anyone on the Internet to resolve records, while a private hosted zone allows resolution only from resources within associated VPCs.
53
How does CloudFront enhance the speed of content delivery?
By caching objects in edge locations and directing users to the best performing edge location.
54
True or False: You can select individual edge locations in CloudFront.
False