Networking & Content Delivery
Category: Amazon CloudFront
Amazon CloudFront Announces New Edge Locations in Johannesburg and Bangalore
Amazon CloudFront announces its first Edge location on the African continent.
Serving Private Content Using Amazon CloudFront & AWS Lambda@Edge
Learn how to configure your Amazon CloudFront distribution using Lambda@Edge to serve private content from your own custom origin.
Measuring CloudFront Performance
Benchmarking Content Delivery Network (CDN) performance is a common practice to understand what real end users will experience in a production environment. In this blog, we discuss how to evaluate CDN performance with the options available today for Real User Monitoring (RUM) and Synthetic monitoring.
Lambda@Edge Design Best Practices
Lambda@Edge transforms CloudFront into a highly programmable CDN with serverless compute capabilities closer to your viewers around the world. This blog is the first in a series that explains best practices associated with using Lambda@Edge functions to customize your content delivery.
Reducing Latency and Shifting Compute to the Edge with Lambda@Edge
Lambda@Edge provides you with the ability to bring compute power closer to client applications. With the recent increase in function limits and ability to send binary responses, as well as the addition of remote calling from functions, the capabilities of Lambda@Edge have grown. This post demonstrates how you can take an application with a relatively slow rate of changing data and use Lambda@Edge to both provide low latency data to application clients and remove unnecessary calls to a backend service.
Accelerating your Drupal Content with Amazon CloudFront
Drupal is a powerful content management system (CMS) that has powered has powered over a million websites. Drupal is flexible, scalable, and backed by a large open source community. Amazon CloudFront can accelerate the performance of your Drupal site while also improving your overall security posture. Read more about integrating Amazon CloudFront in front of a Drupal site with this step-by-step guide.
CloudFront now Supports ECDSA Certificates for HTTPS Connections to Origins
See how you can now use Amazon CloudFront to negotiate HTTPS connections to origins using Elliptic Curve Digital Signature Algorithm (ECDSA). ECDSA uses smaller keys that are faster, yet, just as secure, as the older RSA algorithm. The smaller keys will also increase the number of TLS handshakes that your origins can process per second, thereby saving compute cycles and reducing your cost of cryptography.
Accelerate & Protect Games with Amazon CloudFront, AWS Shield, & AWS WAF
Your game development process is done and now it’s time to go to market. Read how Amazon CloudFront can accelerate the delivery of your game files and how AWS Shield and AWS WAF can protect your application.
Resizing Images with Amazon CloudFront & Lambda@Edge | AWS CDN Blog
Do you have lots of images that need to be modified before delivery? No problem with Amazon CloudFront and Lambda@Edge. Read more on how you can use our services to modify image dimensions, apply watermarks, or optimize formats based on browser support all on the fly. Optimizing your image delivery can lead to a better experience for your users while also reducing your bandwidth usage.
Authorization@Edge – How to Use Lambda@Edge and JSON Web Tokens to Enhance Web Application Security
Authorization, the function of specifying access rights to resources is often required to help protect restricted content in web applications. This post will show you how to implement a serverless authorization of viewers using Amazon CloudFront, Lambda@Edge and Amazon Cognito without modifying your origin resources.