AWS Lightsail - Accessing a mysql database in a different account?

0

I have 2 accounts (root user) set up. They are in the same region.

One account (call it 'Account A') has a mysql database instance with multiple database schemas.

The other account (call it 'Account B') has the webserver (we have an external developer building the web site which accesses the database schema).

I have tried doing a simple mysql connection (using the mysql client on the ubuntu server) try and access Account A's database. However, I get an 'access denied'. I have a feeling it may be because the database isn't open to the public. Is there anyway to do this securely?

Has anybody done this successfully?

Many Thanks for any help!

dipens
已提問 3 年前檢視次數 481 次
2 個答案
0

You would have to open the public ports for mysql.

Each account has it's own VPC. All instances in that VPC can access each other using the VPC, but no other instances.

I blogged about it here: https://www.geekyramblings.net/2019/03/22/lightsail-network-isolation/

david

profile picture
David G
已回答 3 年前
0

Thank you for the detail.

dipens
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南