Content Delivery and DNS Flashcards
Q: What is a Content Delivery Network (CDN)?
A: A globally distributed network of servers that caches and delivers content to users with low latency and high transfer speeds.
Q: What is Amazon CloudFront?
A: A fast, secure content delivery network (CDN) service that accelerates delivery of static and dynamic content, APIs, and video streams.
Q: What are Edge Locations in CloudFront?
A: Data centers globally distributed to cache content closer to users, improving latency and delivery speed.
Q: What is an origin in CloudFront?
A: The source of the content delivered by CloudFront, such as an S3 bucket, HTTP server, or an Elastic Load Balancer.
Q: What is cache behavior in CloudFront?
A: Rules that define how CloudFront handles requests, including caching, query strings, and HTTP methods.
Q: How can you invalidate cache in CloudFront?
A: By creating an invalidation request to remove cached objects before their TTL expires.
Q: What is TTL in CloudFront?
A: The amount of time an object is cached at an edge location before CloudFront checks for updates from the origin.
Q: How does CloudFront enhance security?
A: Through features like AWS Shield, AWS WAF, signed URLs, signed cookies, and HTTPS.
Q: What are signed URLs and cookies in CloudFront?
A: Mechanisms to restrict access to content by requiring authentication via pre-signed credentials.
Q: What is Amazon Route 53?
A: A scalable Domain Name System (DNS) web service for domain registration, routing, and health checks.
Q: Can Route 53 register domain names?
A: Yes, Route 53 provides domain registration services for popular top-level domains (TLDs).
Q: What types of DNS records does Route 53 support?
A: A (IPv4), AAAA (IPv6), CNAME, MX, TXT, NS, SOA, and SRV records.
Q: What is a hosted zone in Route 53?
A: A container for DNS records for a specific domain or subdomain.
Q: What are the routing policies supported by Route 53?
- Simple
- Weighted
- Latency
- Failover
- Geolocation
- Geoproximity
- Multivalue Answer
Q: What are health checks in Route 53?
A: A feature to monitor the health of endpoints and route traffic only to healthy endpoints.