Posts

Showing posts with the label #python3

Deploy Flask RESTFUL API on AWS EC2 server using PUTTY

Image
Follow this simple steps to follow to deploy flask RESTFUL API on AWS EC2 server: 1) Create an EC2 instance on AWS: Select the EC2 instance and proceed forward. 2) Select the General Purpose t2.micro Free tier eligible Instance. 3) In next steps you don't have to do much just keep on moving ahead. Next step would be to add storage. 4) Create a new key pair and download it. 5) Hit Launch Instance. Give it few seconds to launch. Then open PUTTYgen from START. 6)  Click Load then browse the key pair, select it and click on Open . 7) Then save the private key to the same Folder location and click Yes   and save the private key . 8) Close PuTTYgen then copy the Public DNS address from the EC2 instance. 9) Open Putty then type e c2-user@    in the Host Name and the Public DNS address to it. 10)  In the Saved Sessions you can add a name to save the session. Just type in the Saved...