Abhi
Abhi

Reputation: 6588

Using AWS Batch to Update to RDS

Hi ,
I am new to AWS and I have a use case where I have to process bulk updates on Amazon RDS DB based on the input files received in my S3 Bucket. Please validate my solution on this use case and correct me if I am wrong.

I will be using AWS Lambda function on arrival of file in S3 bucket to invoke AWS Batch processing which uses EC2 to do the processing and writes update to RDS.

S3 -> Lambda -> AWS Batch -> EC2 -> RDS

Thanks in advance.

Upvotes: 0

Views: 1732

Answers (1)

Jamie Kinney
Jamie Kinney

Reputation: 300

This is a frequently-used pattern used by AWS Batch developers that should work well for you.

Upvotes: 0

Related Questions