Skip to content

RyanSyen/aws-live1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

# Install flask on EC2 
# Either add "sudo" before all commands or use "sudo su" first

#!/bin/bash
yum update -y
yum install git -y
git clone https://github.com/lowchoonkeat/aws-live.git
cd aws-live
pip3 install flask
pip3 install pymysql
pip3 install boto3
python3 EmpApp.py




About

AWS practical week 9 - Flask with RDS and S3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published