Creating a Database Instance

Video Guide



Document Guide

Instead of manually configuring an instance to act as a database server, use the Database module to spin up a MySQL or PostgreSQL pre-configured instance.

Step 1:

  • Navigate to Databases > Instances and click on the Create button.



  • Name the DB instance and provide a description.

  • From the Engine Version dropdown menu, select the desired database.

  • The Parameter Group dropdown menu lists all Parameter Groups associated with that engine. Please visit the Parameter Group tutorial to learn more about configuring the database.

  • Select an instance type from the Instance Type dropdown menu.

  • Specify how large the volume that stores the database will be its storage pool.



  • Clicking next opens the Network configuration menu.

  • Select which network this instance will reside in, and the edge network.

  • If there is a desired custom port to use, enter it in the Database Port textbox, otherwise the default port for the selected engine will be used (5432 for Postgre, 3306 for MySQL).



  • Clicking next opens the Credentials menu.

  • Enter a name for the intended database, a username to log into the database remotely, and a password.



  • Clicking finish will spin up this DB Instance and assign it an IP.

Last modified: Wednesday, 30 May 2018, 8:23 AM