Overview
If your Application needs a database you can add an AWS RDS (Relational Database Service) instance in the Engine Yard Kontainers (EYK) Web Console. EYK supports Postgres and MySQL database types. Using the EYK Web Console, you can create a new database in your Application's Cluster and incorporate it into your Application.
Solution
- Login to the EYK Web Console
- You will arrive on the Applications page:
-
Click on Databases at the top of the page
-
Add Database: Click this button to create a new AWS RDS Database
- Cluster: Select the Cluster that you want the database to be deployed in
- Database Name: Enter a name for the database
- Database Username: Enter the Username that you will use to access the database
- Engine: Select Postgres or MySQL from the drop-down
- Engine Version: Select the version of Postgres or MySQL
- EYK supports the following Postgres Versions:
- 9.5
- 9.6
- 10.0
- 11.0
- 5.5
- 5.6
- 5.7
- 8.0
- After creating your new Database, you arrive at the Databases page where your new Database is listed with the following details:
- Cluster: The Cluster that the Database is deployed in
- Name: Name that you assigned to the Database
- URL: Displays the endpoint URL of your Database along with an icon to copy the URL to your clipboard
- Port: Displays the port number assigned to the Database
- User: Displays the Username that is used to connect to the Database
-
Actions: Click the View button in this column to open the Database's Details page
- Database URL: Displays the URL of the Database
- Port: Displays the port number assigned to the Database
- User: Displays the Username that is used to connect to the Database
- Password: Displays the obfuscated Password for the User account
- Host: Displays the FQDN of the Database host machine
- Engine: Displays the Engine type, Postgres or MySQL
- Engine Version: Displays the Version of the Database that is being used
-
Storage DB: Displays the total storage available to the Database
Comments
Article is closed for comments.