A company has a global website with static content.
Which AWS service will deliver the static content with low latency?
AWS Lambda
Amazon CloudFront
Amazon EC2 Auto Scaling
AWS Compute Optimizer
Explanations:
AWS Lambda is for running serverless functions, not for delivering static content with low latency.
Amazon CloudFront is a Content Delivery Network (CDN) that caches and delivers static content globally with low latency.
Amazon EC2 Auto Scaling manages scaling of EC2 instances, not for delivering static content.
AWS Compute Optimizer helps optimize compute resources but is not for delivering static content.