A company hosts a multi-tier web application on Amazon Linux Amazon EC2 instances behind an Application Load Balancer. The instances run in an Auto Scaling group across multiple Availability Zones. The company observes that the Auto Scaling group launches more On-Demand Instances when the application's end users access high volumes of static web content. The company wants to optimize cost. What should a solutions architect do to redesign the application MOST cost-effectively?
AUpdate the Auto Scaling group to use Reserved Instances instead of On-Demand Instances.
BUpdate the Auto Scaling group to scale by launching Spot Instances instead of On-Demand Instances.
CCreate an Amazon CloudFront distribution to host the static web contents from an Amazon S3 bucket.
DCreate an AWS Lambda function behind an Amazon API Gateway API to host the static website contents.