How copy file from RDS to S3 Bucket

1

Hi

How can I upload a database log and dump file generated on RDS oracle instance to S3 bucket? Please post any videos or articles that show steps if there is any.

Thanks,

1 Answer
1
Accepted Answer

To access S3 from RDS, IAM roles must be set up.
Follow the steps in the following document to set up access to S3.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-s3-integration.html
https://repost.aws/knowledge-center/rds-oracle-s3-integration

Once you have access to S3, you can upload the dump file by following the instructions in the following document.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-s3-integration.html#oracle-s3-integration.using

Incidentally, if RDS is running on a private subnet, a NAT Gateway or VPC endpoint must be configured to communicate to S3.

profile picture
EXPERT
answered 9 months ago
profile pictureAWS
EXPERT
reviewed 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions