LoginSignup
7
7

More than 5 years have passed since last update.

AWS の RDS で外部アクセスを可能にする

Last updated at Posted at 2017-12-11

1) Details で「パブリックアクセス可能」が 「はい」になっていることを確認する
mysql_01.png

2) セキュリティグループ のインバウンドで、ポート 3306 を、0.0.0.0/0 にする
mysql_02.png

3) 接続の確認
エンドポインント、ユーザー、パスワードは変更して下さい。

mysql -hiot-test.aaaa1q8npue.ap-northeast-1.rds.amazonaws.com -uuseraa -ppassword

mysql_03.png

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7