author | title | date | logo | footnote | header-includes | |||||
---|---|---|---|---|---|---|---|---|---|---|
ISTD, SUTD |
Week 1 Cohort Class, AWS, MySQL, |
Nov 8, 2021 |
|
By this end of this cohort class you should be able to
- Launch an ubuntu instance on AWS educate using from the Web UI
- Connect to the Ubuntu instance on AWS educate using SSH
- Install and use MySQL on Ubuntu
- Launch an ubuntu instance on AWS educate using Python and BOTO3
- You should have received an email from AWS educate
- Register/login to your AWS educate account
- Go to the AWS Academy Learner Lab
- Follow the video instructions given on eDimension -> information -> AWS Educate
Run the following on your Mac / Linux / Windws( Ubuntu subsystem)
ssh -i .ssh/aws_edu.pem [email protected]
You may need to change the ip address accordingly.
if an error saying the permission of the pem file is too open, run the following then re-run the previous command
chmod 400 .ssh/aws_edu.pem