nerdexam
Amazon

DVA-C02 · Question #158

A company's website runs on an Amazon EC2 instance and uses Auto Scaling to scale the environment during peak times. Website users across the world are experiencing high latency due to static content

The correct answer is D. Create an Amazon CloudFront distribution to cache the static content. E. Store the application's static content in Amazon S3.. Option (D), creating an Amazon CloudFront distribution to cache static content, is the most recommended solution. CloudFront is a global content delivery network (CDN) that can cache static content on servers distributed around the world. This can help significantly reduce latenc

Submitted by daniela_cl· Mar 5, 2026Troubleshooting and Optimization

Question

A company's website runs on an Amazon EC2 instance and uses Auto Scaling to scale the environment during peak times. Website users across the world are experiencing high latency due to static content on the EC2 instance, even during non-peak hours. Which combination of steps will resolve the latency issue? (Choose two.)

Options

  • ADouble the Auto Scaling group's maximum number of servers.
  • BHost the application code on AWS Lambda.
  • CScale vertically by resizing the EC2 instances.
  • DCreate an Amazon CloudFront distribution to cache the static content.
  • EStore the application's static content in Amazon S3.

How the community answered

(34 responses)
  • A
    9% (3)
  • B
    15% (5)
  • C
    3% (1)
  • D
    74% (25)

Explanation

Option (D), creating an Amazon CloudFront distribution to cache static content, is the most recommended solution. CloudFront is a global content delivery network (CDN) that can cache static content on servers distributed around the world. This can help significantly reduce latency for users around the world. Option (E), storing your application's static content in Amazon S3, can also help reduce latency. S3 is a high-performance object storage service that can be used to store static content.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice