1.5 Databases
RDS (Relational Database Service): It consisted of many DB technologies, such as MySQL, PostgreSQL, SQL Server, Oracle and so on.
DynamoDB: it is really scalable and high performance.
Redshift: it is Amazon data warehousing solution. You can store your data in data warehouse and access it when you need to run reports. You do that in data warehouse because if you do that in your database, it will slow your DB down. You want to transfer a copy of your production database over into Redshift and then in Redshift you can run query on that data.
Elasticache: cache your data using Elasticache, speed up reading performance.
Last updated
Was this helpful?