Content Delivery and DNS Flashcards

1
Q

Q: What is a Content Delivery Network (CDN)?

A

A: A globally distributed network of servers that caches and delivers content to users with low latency and high transfer speeds.

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

Q: What is Amazon CloudFront?

A

A: A fast, secure content delivery network (CDN) service that accelerates delivery of static and dynamic content, APIs, and video streams.

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

Q: What are Edge Locations in CloudFront?

A

A: Data centers globally distributed to cache content closer to users, improving latency and delivery speed.

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

Q: What is an origin in CloudFront?

A

A: The source of the content delivered by CloudFront, such as an S3 bucket, HTTP server, or an Elastic Load Balancer.

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

Q: What is cache behavior in CloudFront?

A

A: Rules that define how CloudFront handles requests, including caching, query strings, and HTTP methods.

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

Q: How can you invalidate cache in CloudFront?

A

A: By creating an invalidation request to remove cached objects before their TTL expires.

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

Q: What is TTL in CloudFront?

A

A: The amount of time an object is cached at an edge location before CloudFront checks for updates from the origin.

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

Q: How does CloudFront enhance security?

A

A: Through features like AWS Shield, AWS WAF, signed URLs, signed cookies, and HTTPS.

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

Q: What are signed URLs and cookies in CloudFront?

A

A: Mechanisms to restrict access to content by requiring authentication via pre-signed credentials.

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

Q: What is Amazon Route 53?

A

A: A scalable Domain Name System (DNS) web service for domain registration, routing, and health checks.

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

Q: Can Route 53 register domain names?

A

A: Yes, Route 53 provides domain registration services for popular top-level domains (TLDs).

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

Q: What types of DNS records does Route 53 support?

A

A: A (IPv4), AAAA (IPv6), CNAME, MX, TXT, NS, SOA, and SRV records.

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

Q: What is a hosted zone in Route 53?

A

A: A container for DNS records for a specific domain or subdomain.

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

Q: What are the routing policies supported by Route 53?

A
  • Simple
  • Weighted
  • Latency
  • Failover
  • Geolocation
  • Geoproximity
  • Multivalue Answer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Q: What are health checks in Route 53?

A

A: A feature to monitor the health of endpoints and route traffic only to healthy endpoints.

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

Q: What is latency-based routing in Route 53?

A

A: A routing policy that directs traffic to the region with the lowest latency for the user.

17
Q

Q: What is weighted routing in Route 53?

A

A: A policy that distributes traffic across multiple resources based on assigned weights.

18
Q

Q: What is geolocation routing in Route 53?

A

A: A routing policy that directs traffic based on the user’s geographic location.

19
Q

Q: What is multivalue answer routing in Route 53?

A

A: A policy that returns multiple IP addresses and helps Route 53 perform basic load balancing.

20
Q

Q: What is failover routing in Route 53?

A

A: A policy that routes traffic to a primary resource, with a backup resource activated in case of failure.

21
Q

Q: How is CloudFront pricing structured?

A

A: Based on data transfer out, requests, and the number of invalidation paths submitted.

22
Q

Q: How does AWS Global Accelerator differ from CloudFront?

A

A: Global Accelerator provides low-latency access to static and dynamic content by using static IPs, while CloudFront is focused on content delivery via Edge Locations.

23
Q

Q: What is Route 53 Resolver?

A

A: A service for hybrid DNS resolution between on-premises and AWS VPC networks.

24
Q

Q: What are alias records in Route 53?

A

A: DNS records that map domains to AWS resources like S3 buckets, CloudFront distributions, or ELBs without additional cost.

25
Q

Q: What is edge caching in CloudFront?

A

A: The process of caching content at edge locations to reduce latency and improve performance for end users.

26
Q

Q: How does CloudFront integrate with S3?

A

A: S3 acts as an origin for CloudFront, allowing cached and accelerated delivery of S3 content.

27
Q

Q: How do CloudFront and Route 53 protect against DDoS attacks?

A

A: Using AWS Shield and AWS WAF for protection and scalability under attack.

28
Q

Q: What are CloudFront Functions?

A

A: Lightweight JavaScript functions that run at CloudFront edge locations to manipulate HTTP requests and responses.

29
Q

Q: What is the purpose of a regional edge cache in CloudFront?

A

A: To improve cache hit rates by storing content closer to the user’s region and reducing the load on the origin.

30
Q

Q: How does Route 53 integrate with Elastic Load Balancers (ELBs)?

A

A: By using alias records to route traffic directly to ELBs without additional DNS query charges.

31
Q

Q: What is real-time logging in CloudFront?

A

A: A feature that streams logs for requests served by CloudFront in near real-time to destinations like S3 or Kinesis Data Firehose.

32
Q

Q: What is query logging in Route 53?

A

A: A feature that logs DNS queries for analysis and troubleshooting.

33
Q

Q: How does CloudFront support HTTPS?

A

A: By integrating with AWS Certificate Manager (ACM) to provide SSL/TLS certificates for secure connections.

34
Q

Q: How do you migrate a domain to Route 53?

A

A: Update the domain’s registrar to Route 53 and migrate DNS records to a Route 53 hosted zone.

35
Q

Q: What caching strategies are available in CloudFront?

A

A: Cache key customization, TTL settings, and cache invalidation.