List 6 different types of databases supported by the AWS ecosystem?

What is Amazon Relational Database Service (RDS)?
RDS is a service that makes it easy to launch and manage relational databases.

What is Amazon Aurora?
Aurora is a relational database compatible with MySQL and PostgreSQL that was created by AWS.

What is Amazon DynamoDB?
DynamoDB is a fully managed NoSQL key-value and document database.

What is Amazon DocumentDB?
DocumentDB is a fully managed document database that supports MongoDB.

What is Amazon ElastiCache?
ElastiCache is a fully managed in-memory datastore compatible with Redis or Memcached.

What is Amazon Neptune?
Neptune is a fully managed graph database that supports highly connected datasets.

Scenario: How would you migrate on-premises oracle database to the cloud?
RDS

Scenario: How would you migrate an on-premises PostgreSQL database to the cloud?

Scenario: How would you alleviate database load for data that is accessed often?

Scenario: How would you process large sets of user profiles and social interactions?

Scenario: How to operate MongoDB workloads at scale?

Scenario: How use NoSQL database fast enough to handle millions of requests per second?
