Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

Buy Any Azure Practice Exams and Get AI-900 Practice Exam for FREE!

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Associate Before you purchase, just know that some of these questions could be better.. Reply To: Before you purchase, just know that some of these questions could be better..

  • Lifelong1250

    Member
    January 15, 2024 at 5:34 am

    A company has a global news website hosted in a fleet of EC2 Instances. Lately, the load on the website has increased which resulted in slower response time for the site visitors. This issue impacts the revenue of the company as some readers tend to leave the site if it does not load after 10 seconds.

    Which of the below services in AWS can be used to solve this problem?

    Correct answers are:

  • Use Amazon CloudFront with website as the custom origin.

  • Use Amazon ElastiCache for the website’s in-memory data store or cache.

    How do we know that the content isn’t dynamic on every load and therefore cannot be cached rendering Cloudfront not applicable? How do we know that the system would improve with Redis or Memcache ? Obviously there are the only two reasonable answers but they require us to make some assumptions don’t they?