Usage/Deployment Instruction
Step 1: Open the URL: http://<instance ip address>
<instance ip address> : IP address of the running EC2 instance.

Step 2: Primary authentication form will be displayed here. You have to fill this form with the instructions provided below on the form.

Step 3: Click on the User list link, present at the right hand top corner and then fill the admin form for new admin. You have to fill the Name and password fields here as per your choise.

Step 4: Login with the above created admin credentials and then use the system.

Step 5: Connect with putty
-
Open Putty >> <instance ip address> >>
-
Open SSH From Left side.
-
Click On Auth
-
Click on Browse Button from Right Side.
-
Select your ppk file.
-
At the end clicks on open.
-
Now your putty is open.
SSH using root user is disabled. ec2-user is the sudo user with root privileges with access using the key pair created during launching the instance.
MYSQL can be accessed only with SSH
MYSQL User : root
Password : <instanceID>

Note : You are not supposed to change it.