How to enable a disabled MySQL DB on RDS at AWS

Said Olano - Oct 8 '23 - - Dev Community

To enable and make a DB public such as the picture shows:

Image description

To enable it and be able to connect to it, do this:
1.- Go to RDS, MySQL and then click on Modify option:

Image description

2.- Go to additional configuration and select the other radio button option (Publicly acesible).

Image description

3.- Confirm the changes to be applied:

Image description

4.- The console will start to update the run the set of changes:

Image description

5.- Once, this gets finished, test your DB connection again:

Image description

6.- It will now let you to connect successfully to your new RDS MySQL instance.

Image description

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .