3~Create a Python Script in the EC2 instance | | How to Deploy a Python Script in AWS EC2 Instance

preview_player
Показать описание
In this playlist, let us see how to run python script in AWS EC2 Instance.
Step 1: Creating a new EC2 Instance

Step 2: Creating a private key using Putty Gen & Connecting to EC2 instance using Putty

Step 3: Install latest python version in the EC2 Instance & Creating a Python Script in the newly created EC2 Instance

python --version
sudo yum -y groupinstall "Development Tools"
sudo yum -y install openssl-devel bzip2-devel libffi-devel

sudo yum -y install wget

cd Python-*/
./configure --enable-optimizations
sudo make altinstall

python-3.9 --version

Let's connect:

Instagram:

Subscribe to my channel:
.
.
.
.
Meenakshi Lakshmanan lives in Marseille, France.

Reaching out to you through my channel Conquer DataScience to support you in the journey towards Data Science.

Being into Information Technology for more than 11 years, I have transitioned from a Software Engineer to a Data Expert.

The videos will guide you for a transition towards Data Science, progress, interview preparation, jobs in Europe and much more.

Subscribe and enrich your career in Data Science and Artificial Intelligence
Рекомендации по теме
Комментарии
Автор

When will you upload the next part, of how to upload python script from our local computer to the ec2 instance?

book
Автор

Pretty Clean and small videos really good to understand.
thank you

sreesaisaranreddychirra
Автор

but how to host on ec2 that you did not show on web page

EUK
Автор

Nice explanation, but i got the error whenever i used the wget command it shows
HTTP request sent, awaiting response... 404 Not Found

2023-05-01 02:34:38 ERROR 404: Not Found.

jai