LeetQuiz Logo
About•Privacy Policy•contact@leetquiz.com
RedditX
© 2025 LeetQuiz All rights reserved.
AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Get started today

Ultimate access to all questions.


A company wants to migrate a database from an on-premises environment to Amazon RDS. After the migration is complete, which management task will the company still be responsible for?

Real Exam
Community
RRitesh



Explanation:

Explanation

When using Amazon RDS (Relational Database Service), AWS manages the underlying infrastructure, which means:

  • Hardware lifecycle management - Managed by AWS
  • Server maintenance - Managed by AWS (including OS patching, database engine updates)
  • Power, network, and cooling provisioning - Managed by AWS as part of the physical infrastructure

However, application optimization remains the customer's responsibility because:

  • Application code optimization
  • Database schema design
  • Query performance tuning
  • Application-level security
  • Business logic implementation

This follows the AWS Shared Responsibility Model where AWS manages the infrastructure layer, while customers are responsible for what they put in the cloud, including application-level configurations and optimizations.

Powered ByGPT-5

Comments

Loading comments...