Amazon AWS RDS: How to Make a Database Available Online

I have a database running inside AWS, the region of South America (Sao Paulo), with which I could access without any problems from anywhere on the Internet.

Then I wanted to create the same database on US East (Northern Virginia), but I could not access it from the Internet. I compared the creation of a database for both regions to see the differences, and noticed that the eastern region of the USA does not list me the VPC to make it available on the Internet.

Sout america region

US East Region

I tried to create this VPC with a DB subnet, etc., but without success! Does anyone know what steps I need to take to make the database available on the Internet?

Thanks!

+4
2

, DB VPC VPC ,

  • VPC AZ ( ).

  • RDS " ", -, . " VPC" , RDS.

→ →

:

Q. 251 IP-, 172.31.0.0/24?

. , VPC ID CIDR, . CIDR. CIDR , VPC CIDR ( , VPC) VPC CIDR. VPC, CIDR . ( VPC), , /28 (16 IP-), /16 (65 536 IP-).

!

AWS , IP- CIDR . . VPC, . 20 VPC. 20 , , 'Request to Increase Amazon VPC Limits'

GO .

+4

, ( RDS " " "" ). SSH, RDS :

SSH-:

ssh -N -L 3306:RDS_HOST:3306 USER@EC2HOST -i SSH-KEY &

RDS:

mysql -u rdsuser -p -h 127.0.0.1

: http://thekeesh.com/2014/01/connecting-to-a-rds-server-from-a-local-computer-using-ssh-tunneling-on-a-mac/#comment-27252

+2