A company is migrating an on-premises MySQL database to Amazon RDS for MySQL. The security team needs to understand their responsibilities under the AWS Shared Responsibility Model. Which of the following tasks is the customer's responsibility?
Trap 1: Applying minor version patches to the MySQL database engine
This is incorrect. AWS handles patching of the database engine for Amazon RDS. The customer does not need to apply minor version patches; AWS performs this maintenance automatically or during a defined maintenance window.
Trap 2: Managing the physical security of the data center where the RDS…
This is incorrect. Physical security of AWS data centers is the responsibility of AWS. Customers never have access to the physical servers or facilities.
Trap 3: Replacing failed hardware components in the RDS host server
This is incorrect. AWS is responsible for the underlying hardware. If a host server fails, AWS automatically replaces the hardware and migrates the RDS instance to healthy hardware without customer intervention.
- A
Applying minor version patches to the MySQL database engine
Why wrong: This is incorrect. AWS handles patching of the database engine for Amazon RDS. The customer does not need to apply minor version patches; AWS performs this maintenance automatically or during a defined maintenance window.
- B
Managing the physical security of the data center where the RDS instance is hosted
Why wrong: This is incorrect. Physical security of AWS data centers is the responsibility of AWS. Customers never have access to the physical servers or facilities.
- C
Configuring security group rules to control network access to the database
This is correct. Security groups act as virtual firewalls for RDS instances. Configuring inbound and outbound rules to allow only necessary traffic is a customer responsibility under the Shared Responsibility Model.
- D
Replacing failed hardware components in the RDS host server
Why wrong: This is incorrect. AWS is responsible for the underlying hardware. If a host server fails, AWS automatically replaces the hardware and migrates the RDS instance to healthy hardware without customer intervention.