Which task is an AWS responsibility when a workload is running in Amazon RDS?
Creating the database table
Updating the database schema
Installing the database engine
Dropping the database records
Explanations:
Creating the database table is the user’s responsibility as part of the application design.
Updating the database schema is also the user’s responsibility to manage their data model.
Installing the database engine is an AWS responsibility in Amazon RDS as it manages the underlying infrastructure.
Dropping the database records is a user responsibility as it pertains to data management within the application.