amazon web services - AWS RDS endpoint address -


is endpoint address of rds instances unique across whole of aws infrastructure irrespective of datacenter/vpc?

e.g:

aws.xxxx.yyy.rds.amazonaws.com 

yes it's unique. has since can make database publicly accessible , connect directly on internet via endpoint address.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -