AWS Tutorials: Deploy Python App on AWS EC2 with Custom Domain using AWS Route 53

preview_player
Показать описание
Hello, Guys, I am Spidy. I am back with another video.

In this video, I am showing you how you can deploy Python Streamlit App on AWS EC2 with Custom Domain.

----------------- Commands -----------------
Commands are based on Amazon Machine Image (AMI)
# Installation Commands
sudo su
yum update
yum install git
git clone [YOUR Repository]
cd [YOUR Repository]

# Run commands

# Run permanent
[Close Terminal, app will run as a service for permanent]

# Stop Application
ps -ef (Get process ID from here)
kill [id]

🔥 Don't forget to Subscribe

Playlist that you should check👇

"The video thumbnails were created using publicly available images from Google images and are used solely for thumbnail purposes. I do not claim ownership of these images. If you are the owner of any copyrighted content used in these thumbnails and want them removed or changed, please contact me and I will comply promptly. Thank you."

#aws
#awsec2
#awstutorial
Рекомендации по теме
Комментарии
Автор

Great, thanks for your help. Your video about deploying streamlit app on EC2 helped me a lot to deploy my streamlit bot application.

This video again helped me to route my application to the custom domain using AWS route 53. I have a question for you.
I have created two simple routing
1. To route my main domain to my existing Wix application
2. To route my subdomain to my Streamlit AWS EC2 application.

The 2nd one works perfectly, but the first one throws an error. Is this because I am trying to assign to a Wix application? Any suggestions would be greatly appreciated. Thanks again. Your videos are saving tons of time.

TheAstroengineer
Автор

Actually in my case my website is running on the public IP and port range is 8000 ....so how can I run my website only on IP address

himms_sharma
Автор

Is it better using cloudflare instead of route 53. I think route 53 costs

igupta.vishal
Автор

thank you, this video really helped me.
i do have doubts some doubts
how to to remove not secure in the website.
And i have application with database sql i only to host in locally can you do a video of hosting a python application with sql hosting on aws.

muhammedadnan
Автор

when i trying to run on port 80, it gives error PermissionError: [Errno 13] Permission denied

er.sumankumar
Автор

Can I show my webapp with 8501 port in an iframe on another website? It doesn't work because the ip is not secure Idk how to handle it

eren
Автор

thanks for the excellent video. However I am unable to run streamline app on server port 80 from EC2. I am getting permission denied error.

File "/home/ubuntu/.local/lib/python3.10/site-packages/tornado/tcpserver.py", line 183, in listen
sockets = bind_sockets(
File "/home/ubuntu/.local/lib/python3.10/site-packages/tornado/netutil.py", line 162, in bind_sockets
sock.bind(sockaddr)
PermissionError: [Errno 13] Permission denied

MK-qsgd
Автор

Sir can you help me to run resume analyser...i have downloaded code from GitHub but can't able to run.. please help i will pay you 🙏... give me your Instagram or whatapp id

Royal