
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 wants to run a NoSQL database on Amazon EC2 instances. Which task is the responsibility of AWS in this scenario?
A
Update the guest operating system of the EC2 instances.
B
Maintain high availability at the database layer.
C
Patch the physical infrastructure that hosts the EC2 instances.
D
Configure the security group firewall.
Explanation:
This question tests your understanding of the Shared Responsibility Model in AWS.
AWS Responsibility (Security OF the Cloud):
Customer Responsibility (Security IN the Cloud):
A. Update the guest operating system of the EC2 instances. ❌
B. Maintain high availability at the database layer. ❌
C. Patch the physical infrastructure that hosts the EC2 instances. ✅
D. Configure the security group firewall. ❌
When using EC2 instances, AWS is responsible for the physical infrastructure and virtualization layer, while customers are responsible for everything they install and configure on top of that infrastructure, including the operating system, applications, and security configurations.