Register
78:00
Stop
CCP - Networking and Content Delivery
Beginner
1/78
ABC Company has a web application that serves users globally. They want to improve the application's performance and reduce latency for users accessing the content from different regions. The application consists of static and dynamic content. Which AWS service would be the most suitable to achieve this goal?
a.
Use Amazon S3 to store the static content and serve it directly to users, while relying on the existing web application infrastructure for dynamic content.
b.
Utilize Amazon ElastiCache to cache both static and dynamic content, reducing the load on the web application servers and improving performance.
c.
Deploy the web application in multiple AWS regions using Elastic Beanstalk, and use Route 53 for DNS routing to the nearest region.
d.
Implement Amazon CloudFront for content delivery, configuring origins for both static and dynamic content from the web application.
Beginner