CloudAcademy: Knowledge Check: Networking (SAA-C03) 2 of 2 Flashcards

1
Q

Your new client is a federal agencyutilizing a hybrid cloud environment. The agency distributes large amounts of sensitive data throughout the world. Your task is to ensure that thedata is secure using various encryption techniques as well as security groups and access control lists.

One of the requirements is to distribute content utilizing CloudFront for optimal performance but to completely restrict access from within certain disallow-list countries.

What CloudFront featurecan you enableto fulfill this requirement?

A. SSL encryption
B. Firewall rules
C. Geo-restriction
D. Server-side encryption

A

C. Geo-restriction

Explanation:
You can use geo restriction, also known as geoblocking, to prevent users in specific geographic locations from accessing content that you’re distributing through a CloudFront web distribution.

To use geo restriction, you have two options:

Use the CloudFront geo restriction feature. Use this option to restrict access to all of the files that are associated with a distribution and to restrict access at the country level.

Use a third-party geolocation service. Use this option to restrict access to a subset of the files that are associated with a distribution or to restrict access at a finer granularity than the country level.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following AWS Networking components reduces the latency of network traffic between external users and applications hosted on AWS by directing customer traffic to AWS network infrastructure, such as edge locations and the AWS private network, instead of the public internet?

A. Elastic IP addresses (EIP)
B. AWS Global Accelerators
C. Elastic Network Interfaces (ENI)
D. Elastic Network Adaptors (ENA)

A

B. AWS Global Accelerators

Explanation:
The ultimate aim of the AWS Global Accelerator is to get UDP and TCP traffic from your end user clients to your applications faster and quicker and more reliably, through the use of the AWS global infrastructure and specified endpoints, instead of having to traverse the public internet, which is not as reliable and carries a higher security risk.

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

Each of the choices below is a cache layer within Amazon CloudFront except for:

A. AWS Origin Shield
B. regional edge caches
C. edge locations
D. CloudFront origins

A

D. CloudFront origins

Explanation:
Although we often discuss CloudFront as a single cache, actually CloudFront has three cache in layers. Cloudfront distributions, these exist over 300 Amazon edge locations globally. Regional edge caches, and at the time of writing there are 13 regional edge caches. And AWS Origin shield, an additional cache in layer between your regional edge caches and the origins. Origin shield is not enabled by default. You must enable it for each origin in the distributions you create.

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

In Amazon Route 53 Application Recovery Controller, a _____ is used to turn traffic flow ON or OFF to individual cells in regions or availability zones.

A. traffic monitoring group
B. routing control
C. traffic rule group
D. routing policy

A

B. routing control

Explanation:
A routing control is used to turn traffic flow ON or OFF to individual cells in regions or availability zones.

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

What is Amazon CloudFront?

A. A global content delivery network
B. A web service to schedule regular data movement
C. An encrypted endpoint to upload files to the cloud
D. A development front-end to Amazon Web Services

A

A. A global content delivery network

Explanation:
Amazon CloudFront is a global content delivery network (CDN) service that accelerates delivery of your websites, APIs, video content or other web assets through CDN caching. It integrates with other Amazon Web Services products to give developers and businesses an easy way to accelerate content to end users with no minimum usage commitments.

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

The Amazon Route 53 _____ is the DNS service for VPCs that integrates with your data center.

A. Traffic Flow service
B. Resolver
C. Weighted routing policy
D. Application Recovery Controller

A

B. Resolver

Explanation:
The Route 53 Resolver is the DNS service for VPCs that integrates with your data center.

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

When one is creating a record in Amazon Route 53, the _____ defines how to answer a DNS query.

A. traffic policy
B. routing policy
C. reply policy
D. time to live

A

B. routing policy

Explanation:
When you create a record using Route 53, you specify the record name, the record type, the actual value, the time to live in seconds, and the routing policy for this record. The routing policy for a record defines how to answer a DNS query.

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

What is Amazon CloudFront’s first step in processing file requests?

A. The request is routed back to the origin for file transfer.
B. The request is routed back to the origin, and then to the Edge location for file transfer.
C. The request is routed to the edge location closest to the origin.
D. The request is routed to the edge location that can deliver the file with the least latency.

A

D. The request is routed to the edge location that can deliver the file with the least latency.

Explanation:
Amazon CloudFront speeds up distribution of your static and dynamic content through its network of edge locations. When a request for a file is made, CloudFront does not route the request to the web server for transfer of the file. The request is routed to the closest edge location, which checks its cache for the file before routing the request back to the web server for the latest file version. The request is not routed to the web server initially but rather the cache at the edge location is checked before the web server request is made. The request is not cached in the edge location, the file is.

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

You are creating a CloudFront web distribution. Which of the following should be configured under Origin Settings to restrict access to an S3 bucket?

A. Origin Domain Name
B. Origin Access Identity
C. Origin ID
D. Viewer Protocol Policy

A

B. Origin Access Identity

Explanation:
You can configure access to an S3 bucket under Origin Access Identity after either entering a new access identity or selecting an existing one. An origin domain name is selected as the initial step when creating a CloudFront web distribution, and an origin ID is entered in the third step. Viewer Protocol Policy is configured under Default Cache Behavior Settings.

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

Which Amazon Route 53 routing policy requires you to define a record to be primary and a different record to be secondary?

A. Weighted
B. Geolocation
C. Multi-value Answer
D. Failover

A

D. Failover

Explanation:
The Failover routing policy is able to route traffic to a primary resource and, based on a health check, redirect traffic to a secondary resource. Using Failover routing you define a record to be primary and a different record to be secondary.

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

The _____ record type in Amazon Route 53 maps a custom hostname in your domain to an AWS Resource.

A. AAAA
B. Alias
C. A
D. CNAME

A

B. Alias

Explanation:
The Alias record type is unique to Amazon Route 53 and maps a custom hostname in your domain to an AWS Resource, which is usually represented by an internal AWS name.

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

When data expires in an AWS Edge Location, where can that Edge Location retrieve the data instead of a CloudFront origin server, thereby reducing latency?

A. A CloudFront distribution
B. A Regional Edge Cache
C. An AWS Global Accelerator
D. A VPC Endpoint

A

B. A Regional Edge Cache|

Explanation:
Regional Edge Caches sit between your CloudFront Origin servers and the Edge Locations. A Regional Edge Cache has a larger cache-width than each of the individual Edge Locations, and because data expires from the cache at the Edge Locations, the data is retained at the Regional Edge Caches. Therefore, when data is requested at the Edge Location that is no longer available, the Edge Location can retrieve the cached data from the Regional Edge Cache instead of the Origin servers, which would have higher latency.

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

In Amazon Route 53, _____ simplifies the process of creating and maintaining records in large and complex configurations, which is useful when you have a group of resources that perform the same operation, such as a fleet of web servers for the same domain.

A. the Resolver service
B. Traffic Flow
C. the Application Recovery Controller
D. a routing policy

A

B. Traffic Flow

Explanation:
Traffic Flow simplifies the process of creating and maintaining records in large and complex configurations. This is useful when you have a group of resources that perform the same operation, such as a fleet of web servers for the same domain.

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

Where does a Global Accelerator route traffic to reduce network latency?

A. To VPN connections
B. To edge locations
C. To VPC Transit Gateways
D. To Direct Connect colocation facilities

A

B. To edge locations

Explanation:
Because the routing of your request is based across the AWS Global Infrastructure, Global Accelerator intelligently routes customer requests across the most optimized path using its global reach of edge locations, for the lowest latency and avoids any resources that are unhealthy. This helps to improve regional failover and high availability across your deployment.

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

Which Amazon Route 53 routing policy requires that you use Route 53’s Traffic Flow feature and create a traffic policy?

A. Latency
B. Geo-proximity
C. Failover
D. Geolocation

A

B. Geo-proximity

Explanation:
The Geo-proximity routing policy requires that you use Route 53’s Traffic Flow feature and create a traffic policy.

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

Which record type for DNS is used to map a hostname to another hostname?

A. Name Server
B. CNAME
C. TEXT
D. MX

A

B. CNAME

Explanation:
A canonical name, or CNAME, is used to map a hostname to another hostname.

17
Q

You have an Application Load Balancer set as a CloudFront origin. Which of the following solutions will secure the connection between your CloudFront distribution and the application load balancer?

A. Custom HTTP headers
B. Signed URLs
C. Geo-restriction
D. Origin Access Identity

A

A. Custom HTTP headers

Explanation:
To secure the connection between our CloudFront distribution and the Application Load Balancer we can do the following:

Firstly, Configure CloudFront to add a custom HTTP header to requests. When creating or editing your CloudFront distribution add a custom header. The custom header will be included in each request sent to the origin. Next. Configure an Application Load Balancer to only forward requests that contain a specific header. To do this we need to select the listeners configured on the load balancer and edit its rules.

18
Q

When one is creating a record in Amazon Route 53, the _____ specifies the amount of time the record is considered valid.

A. routing policy
B. time to live
C.validity rule
D. traffic policy

A

B. time to live

Explanation:
When you create a record using Route 53, you specify the record name, the record type, the actual value, the time to live in seconds, and the routing policy for this record. The time to live specifies the amount of time the record is considered valid.

19
Q

Your new client is a federal agency utilizing a hybrid cloud environment. The agency distributes large amounts of sensitive data throughout the world. Your task is to ensure that the data is secure using various encryption techniques as well as security groups and access control lists.

One of the requirements is to distribute content utilizing CloudFront for optimal performance but to completely restrict access from within certain disallow-list countries.

What CloudFront feature can you enable to fulfill this requirement?

A. Geo-restriction
B. IAM roles
C. SSL encryption
D. Server-side encryption

A

A. Geo-restriction

Explanation:
You can use geo restriction, also known as geoblocking, to prevent users in specific geographic locations from accessing content that you’re distributing through a CloudFront web distribution.

To use geo restriction, you have two options:

Use the CloudFront geo restriction feature. Use this option to restrict access to all of the files that are associated with a distribution and to restrict access at the country level.

Use a third-party geolocation service. Use this option to restrict access to a subset of the files that are associated with a distribution or to restrict access at a finer granularity than the country level.
20
Q

Global Accelerators reduce the latency of which type of AWS traffic?

A. Traffic from an edge location to an end user
B. Traffic from the application to the end user
C. Traffic from the end user to the application
D. Traffic between AWS resources within a single application

A

C. Traffic from the end user to the application

Explanation:
The ultimate aim of the AWS Global Accelerator is to get UDP and TCP traffic from your end user clients to your applications faster and quicker and more reliably, through the use of the AWS global infrastructure and specified endpoints, instead of having to traverse the public internet, which is not as reliable and carries a higher security risk.

21
Q

Amazon Route 53 is a service that helps you _____.

A. register a domain name and manage it worldwide
B. monitor and control microservices
C. create and manage scalable blockchain networks
D. scale VPC and account connections

A

A. register a domain name and manage it worldwide

Explanation:
In this course, you will be introduced to Amazon Route 53 and learn how the service helps you register a domain name and manage it worldwide.

22
Q

Amazon Route 53 is a service that helps you _____.
A
register a domain name and manage it worldwide
B
monitor and control microservices
C
create and manage scalable blockchain networks
D
scale VPC and account connections

A