Migrating a big table from RDS to DynamoDB

Namwoo Cho

To alleviate stress on the RDS Oracle, we are migrating a large table to DynamoDB, allowing applications to leverage both databases to scale the system effectively. Additionally, select data is stored in Redis to ensure rapid response times for web applications and backend processes. Existing applications on EC2 and AWS Lambda functions now access all three databases—RDS, DynamoDB, and Redis—each serving distinct purposes to optimize performance and reduce database load.
Like this project
0

Posted Apr 20, 2024

Migrated a large table from RDS Oracle to DynamoDB for scalability. Key data in Redis boosts web app response, optimizing EC2 and Lambda performance.

Optimizing Data Processing with AWS Kinesis
Optimizing Data Processing with AWS Kinesis
Event-Driven Application with AWS Lambda, Kinesis, and SQS
Event-Driven Application with AWS Lambda, Kinesis, and SQS