RDS data transfer costs public vs private endpoints

喜欢而已 提交于 2019-12-24 19:14:56

问题


Would communicating with an RDS instance through a public endpoint (RDS in a public subnet) incur more data transfer costs vs one in a private subnet, given that both RDS and the entity accessing it are in the same AZ?


回答1:


The DNS Name of the Amazon RDS db instance should resolve to a private IP address when used within the VPC. Thus, the only potential charge is 2¢/GB between AZs (1¢ in and 1¢ out).

If they are both in the same AZ, there should be no data transfer charge.

Accessing via a public IP address would incur 1¢/GB, but this does not doubly-charge with the "between AZ" charge. So, same potential cost.

If accessing the RDS instance from the Internet, then additional Data Transfer charges would apply for outbound data.



来源:https://stackoverflow.com/questions/59306308/rds-data-transfer-costs-public-vs-private-endpoints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!