Amazon (AWS) AMI quick install

some notes for AWS deployment

Huge thank you to @JohnnyLE for building this Install and writing the guide! You are an amazing help to the wealthbot.io community.


Step 1: Login into AWS console and select EC2 to launch new instance.

image

Step 2: Under AMI menu tab, search public AMI (ami-0e03f96e) as bellow, the click launch button.

image

Step 3: Launch new instance from AMI (ami-0e03f96e). Follow the step from aws console, Security Group should be enable at least port 80 & 22.

image

Type keypair name, download your keypair and click Launch
image

Step 4: Access the app, after launched successful the AMI, you will see the public IP to access the app as bellow

image

And it's ready to go.
image

This AMI also included phpmyadmin so after launched you can access phpmyadmin as url http://{your IP}/phpmyadmin. the default account (root/pss1@#)

Other note:

Good luck!