This lab walks you through the AWS Elastic Beanstalk service. In this lab, you will deploy and manage a simple Java application in the AWS Cloud and you will add a new database using Beanstalk Environment Configuration.
Duration: 60 minutes
AWS Region: US East (N. Virginia) us-east-1
Log into the AWS Management Console.
Create Elastic Beanstalk Environment
Adding Database to the Beanstalk Environment
Test the RDS Database Connection
Connecting from a local Linux/IOS Machine
Connecting from a local Windows Machine
Validation of the lab
Windows users need to:
Download and install MySQL Workbench
MySQL Workbench will be used for connecting to the database and executing SQL commands.
Linux Users need to install MySQL. Run the following command to install MySQL on your local machine:
brew install mysql
Note: If you do not have brew please install brew first (necessary curl command can be found at https://brew.sh)