AWS Tutorials: Deploy Python Application on AWS EC2 (Permanent Running)
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. Deploy the Same App with your Own Custom Domain - https://youtu.be/aloVdyK8cug ----------------- 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] python3 -m pip install -r requirements.txt # Run commands python3 -m streamlit run filename.py # Run permanent nohup python3 -m streamlit run filename.py [Close Terminal, app will run as a service for permanent] # Stop Application ps -ef (Get process ID from here) kill [id] Donate►machinelearninghubai@okhdfcbank Note: If you want me to solve your errors and make the project run into the system, I will do it using a remote desktop, and it will be paid. You can reach me at [email protected] for your queries. 🔥 Don't forget to Subscribe My GitHub for free projects► https://github.com/Spidy20 My store for buying paid projects► https://bit.ly/3hXSZxQ Facebook► https://www.facebook.com/machinelearninghubai/ Instagram► https://www.instagram.com/machine_learning_hub.ai Paypal► https://www.paypal.com/paypalme/spidy1820 Buy Coffee for me► https://www.buymeacoffee.com/spidy20 Playlist that you should check👇 Machine Learning College Projects► https://www.shorturl.at/mpIJY Python College Projects► https://www.shorturl.at/nDR25 Android App using Python► https://www.shorturl.at/pzCMQ "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
Download
1 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.