1 Answer
- Newest
- Most votes
- Most comments
0
Hi, there is no change for transferring the data between S3 to the VPC where the RDS is running as long they are in the same region (https://aws.amazon.com/s3/pricing).
However, if your RDS instance is running on a private subnet you might need to setup a NAT gateway (or 2 for high availability ) to reach Internet and the S3 bucket. In this case you will pay for the NAT gateway.
To avoid that cost you could use a VPC Gateway endpoint https://docs.aws.amazon.com/vpc/latest/privatelink/gateway-endpoints.html that will allow you to reach the S3 bucket directly from the internal AWS network and without the need of paying a NAT gateway.
answered a year ago
Relevant content
- asked 3 months ago
- asked a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
Did this answer your question?