0

I have created my website using PyCharm community.

I am on Windows 10 and now I wish to deploy the site on AWS ec2.

But I have no clue how to proceed after creating a AWS instance.

Can someone please guide me as to how I should upload my .py files using putty and FileZilla.

Thank you in advance

Kartikey Singh
  • 864
  • 10
  • 23
  • Please look into [Complete Guide to Deploy Django Applications on AWS Ubuntu Instance with uWSGI and Nginx](https://medium.com/@srijan.pydev_21998/complete-guide-to-deploy-django-applications-on-aws-ubuntu-16-04-instance-with-uwsgi-and-nginx-b9929da7b716) – Kartikey Singh Apr 06 '19 at 08:35

1 Answers1

0

Please follow below steps,

  • As you are using Windows machine, you need to convert your pem file into PPK file using puttygen.
  • After you got PPK file, launch the winscp and create the connection to your EC2 instance using PPK file.
  • Now, you can drag and drop the files from Windows to EC2 instance.
Bukkasamudram
  • 351
  • 1
  • 2
  • 10