
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is deploying a two-tier, highly available web application to AWS. Which service provides durable storage for static content while utilizing lower Overall CPU resources for the web tier?
A
Amazon EBS volume
B
Amazon S3
C
Amazon EC2 instance store
D
Amazon RDS instance
Explanation:
Amazon S3 is the correct choice because:
Amazon EBS volumes are block storage attached to EC2 instances, EC2 instance store is ephemeral storage, and Amazon RDS is for databases - none are optimized for static content serving like S3.