Skip to content

Getting live data from Binance API in EC2 server and connecting to AWS RDS

Notifications You must be signed in to change notification settings

Priyarag/ec2connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ec2connection

Getting live data from Binance API in EC2 server and connecting to AWS RDS

Create a EC2 instance in AWS and setup a RDS connection for the virtual sql server in AWS Here's a document on how to connect to your ec2 instance -https://www.codementor.io/dushyantbgs/deploying-a-flask-application-to-aws-gnva38cf0 To establish ec2 connection in your terminal: In your terminal ssh -i /path/my-key-pair.pem ec2-user@ec2-198-51-100-1.compute-1.amazonaws.com alt text Once the ec2 connection is established , install all the dependencies needed for your flask app (use sudo yum install) Create your flask app by using nano app.py like the example below: alt text

About

Getting live data from Binance API in EC2 server and connecting to AWS RDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published