2 Comments
There are a few things missing in this post. 1 VPC endpoint set up to allow RDS (typically in private subnet) connect to S3 (in public) 2 IAM role grant to the cluster as this post leading to or IAM role grant to RDS instance
aws rds add-role-to-db-instance \
--db-instance-identifier test-db-1-s3-copy \
--feature-name s3Import \
--role-arn arn:aws:iam::1234567890:role/rds-s3-import-role \
--region eu-west-1
As I posted in https://repost.aws/questions/QU9UIDaEE4ToyMNZdhEfYUmQ that IAM role grant to the cluster doesn't allow the RDS instance access S3. I have a thought that it is AWS' cunning plan to stop Aurora DBs become a competitor to Redshift.
replied 2 years ago
Thank you for your comment. We'll review and update the Knowledge Center article as needed.
Relevant content
asked 5 years ago
- AWS OFFICIALUpdated a year ago
