AWS Lab_Setup_Guide V1.0x Lab Setup Guide V1.0
User Manual:
Open the PDF directly: View PDF
.
Page Count: 1

AWS Lab Setup Guide
Pre-requisites:
1) Install Oracle VirtualBox 5.1 and above
Instructions to setup AWS-Box in local:
Step1: Download AWS-Box image shared by the IT team or from Google Drive (open the url given
over email). Unzip the downloaded file to local drive.
Step2: Import AWS-Box image
Start Oracle VirtualBox -> File -> Import Appliance -> Browse to AWS-Box image location and select .ova file
Step3: Import will start and may take around 15-30 mins
Step4: After import complete, start AWS-Box and will prompt for credentials.
Enter password. (username: awslab, password: aws@123)
Step5: You will be logged in. You may verify the installation by opening terminal and checking
Java and AWS CLI setups.
Verify Java installation
$java -version
$javac -version
(should see java version detail)
Verify AWS CLI installation
$aws --version
(should see AWS CLI and Python version detail)
WELL DONE. Setup is complete. Further configuration details be shared during training session.
Note: Please do not directly copy the commands and execute in the server terminal. Advised to copy to text
editor and execute in the server to avoid any encoding and syntax errors.