A company is moving its on-premises database to the AWS Cloud.
Which AWS service will support this use case?
Amazon RDS
Amazon ElastiCache
Amazon DynamoDB
Amazon Redshift
Explanations:
Amazon RDS is a managed relational database service suitable for moving on-premises databases to AWS.
Amazon ElastiCache is a caching service, not intended for primary database migration from on-premises to AWS.
Amazon DynamoDB is a NoSQL database service and may not be suitable if the original database is relational.
Amazon Redshift is a data warehousing service, more suited for analytics rather than operational databases.