Leveraging the AWS Global Infrastructure Flashcards
Which Route 53 Routing Policies would you use to route traffic to multiple resources in proportions that you specify?
a) Simple Routing Policy
b) Weighted Routing Policy
c) Latency Routing Policy
d) Failover Routing Policy
b) Weighted Routing Policy
Weighted Routing Policy is used to route traffic to multiple resources in proportions that you specify.
You need to enable fast, easy, and secure transfers of files over long distances on S3. Which service would you use?
a) AWS Global Accelerator
b) S3 Transfer Acceleration
c) S3 Cross-Region Replication
b) S3 Transfer Acceleration
Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket. Transfer Acceleration takes advantage of Amazon CloudFront’s globally distributed edge locations. As the data arrives at an edge location, data is routed to Amazon S3 over an optimized network path.
What does AWS CloudFront use to improve read performance?
a) DDoS Protection
b) S3 Buckets Fast-Read
c) Caching Content in Edge Locations
d) Caching Content in Edge Regions
c) Caching Content in Edge Locations
CloudFront uses Edge Location to cache content, and therefore bring more of your content closer to your viewers to improve read performance.
Which of the following statements is NOT a reason for a global application?
a) Decreased Latency
b) Disaster Recovery
c) Scale elasticity on demand
d) Attack Protection
c) Scale elasticity on demand
A global application is not specifically used to scale elastically on demand. You can use Auto Scaling Groups for example if you want to elastically scale based on demand.
Which features are available with Route 53?
a) Health Checks, Auto Scaling, Routing Policy, DNS
b) Load Balancing, DNS, Domain Registration, Monitoring
c) Domain Registration, DNS, Health Checks, DDoS Protection
d) Domain Registration, DNS, Health Checks, Routing Policy
d) Domain Registration, DNS, Health Checks, Routing Policy
Route 53 features are (non-exhaustive list): Domain Registration, DNS, Health Checks, Routing Policy
With which services does CloudFront integrate to protect against web attacks?
a) WAF and Shield
b) WAF and IAM
c) IAM and Shield
d) Security Groups and WAF
a) WAF and Shield
You can use AWS WAF web access control lists (web ACLs) to help minimize the effects of a distributed denial of service (DDoS) attack. For additional protection against DDoS attacks, AWS also provides AWS Shield Standard and AWS Shield Advanced..
Route 53 is a Managed DNS
A DNS is a collection of rules and records that allow to understand how to reach a server through URL
In AWS what are the most common records?
hostname to IPv4 == “A” record
hostname to IPv6 == “AAAA” record
hostname to hostname == CNAME record
hostname to AWS Resource == Alias record
What are the Route 53 available Routing Policies?
- Simple routing policy
- Weighted routing policy
- Latency routing policy
- Failover routing policy
Which Route 53 Routing Policy would you use as a simple routing policy with no health checks?
a) Simple Routing Policy
b) Weighted Routing Policy
c) Latency Routing Policy
d) Failover Routing Policy
a) Simple Routing Policy
If you have a global application deployed in different regions, Which Route 53 Routing Policy would you use for fast response to the users?
a) Simple Routing Policy
b) Weighted Routing Policy
c) Latency Routing Policy
d) Failover Routing Policy
c) Latency Routing Policy
Route 53 uses this policy to reduce the latency, responding to users by using the server which is closer to them.
Which Route 53 Routing Policy would you use to support disaster recovery?
a) Simple Routing Policy
b) Weighted Routing Policy
c) Latency Routing Policy
d) Failover Routing Policy
d) Failover Routing Policy
Route 53 for failover knows which instance to connect based on the health of the instance.
What are the differences between CloudFront and S3 Cross Region Replication?
CloudFront:
- Is a CDN (Content Delivery Network)
- Uses the Global Edge Network (about 216 Points of Presence)
- Files are cached whith a TTL (maybe a day)
- Great for static content that must be available everywhere
S3 Cross Region Replication
- Must be setup for each region you want replication to happen
- Files are updated in near real-time (no caching)
- Only for read only
- Great for dynamic content that needs to be available at low-latency in few regions.
What are the differences between CloudFront and AWS Global Accelerator?
CloudFront:
- Is a CDN (Content Delivery Network)
- Improves performance for cacheable content
- Content is served at the edge
Global Accelerator:
- No caching, proxying packages at the edge to applications running in one or more AWS Regions
- Improves performance for a wide range of applications over TCP or UDP
- Good for HTTP use cases that requires static IP addresses
- Good for HTTP use cases that require deterministic, fast regional failover
This service is great for:
- Routing users to the closest deployment with least latency
- Disaster recovery strategies
Global DNS: Route 53
Mention the service that:
- Replicate part of your application to AWS Edge Locations - decrase latency
- Cache common requests - improved user experience and decreased latency
Global CDN: CloudFront