In this section, we will shift our focus to the strategies you can use to leverage the AWS cloud infrastructure to scale your applications.
Leveraging AWS infrastructure services for scalability
Using AWS CloudFront to distribute content
Try to offload as much content as possible to the AWS CloudFront CDN service for distribution to Amazon edge locations. This can include both static and dynamic content. For example, static content or files would include CSS, HTML, images, and so on, that are stored in Amazon S3 (and not on your web server instance). This can reduce load on your web servers and improve the efficiency of maintaining content (by storing at one S3 location) while reducing latency for your end users and overall...