
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 using an Amazon RDS instance. Which task is the company's responsibility according to the AWS shared responsibility model?
A
Installing a host operating system on the RDS instance
B
Patching underlying hardware on the RDS instance
C
Provisioning RDS infrastructure
D
Rotating passwords for RDS users
Explanation:
According to the AWS Shared Responsibility Model:
AWS is responsible for "Security OF the Cloud" - This includes:
Installing and patching the host operating system
Patching underlying hardware
Provisioning and maintaining RDS infrastructure
Physical security of data centers
Network infrastructure
Customer is responsible for "Security IN the Cloud" - This includes:
Rotating passwords for RDS users (correct answer)
Managing user access and permissions
Securing application-level configurations
Encrypting data at rest and in transit
Managing database security groups
In Amazon RDS, AWS manages the underlying infrastructure, operating system, and database engine patching, while customers are responsible for managing their data, access controls, and user credentials including password rotation.