Deploy Flask APP on AWS EC2 Instance | Flask on EC2 | Running Flask APP on AWS EC2 | AWS Demo

preview_player
Показать описание
Deploy Flask APP on AWS EC2 Instance | Flask on EC2 | Running Flask APP on AWS EC2 | AWS Demo

Hi Learner,
In this video we will learn how to deploy Flask app on Amazon web services. We will deploy the Flask app on EC2 instance. .

If you like the video please consider subscribing to the channel and hit the like button and share among your friends.

Thank you. I hope this helps. If you find this video useful please Like, Share and Subscribe to the channel!

Regards,
A Monk in Cloud

#AWS #LearnAWSforFree #Free #FreeResources #Top5 #2022 #AWSCommunityBuilderProgram #Community #YouTube
#MySql #Server #AWS #EC2 #Instance #EC2_Instance #Demo #MySqlServer #Commands #Queries #LearnAWS #AWSCommunityBuilder #AWSCertified #Backup #Snapshot
#AWS,#LearnAWSforFree,#Free,#FreeResources,#2022,#AWSCommunityBuilderProgram,#Community,#Server,#EC2,#Instance,#EC2_Instance,#Demo,#Commands,
#LearnAWS,#AWSCommunityBuilder,#AWSCertified,#Automation,#SnapshotCreation,#AWSEC2Instance,#CompleteTutorial,#LiveDemo,#ProjectBasedLearning,
#ClearAWSInterview,#InterviewPreparation,#OnlineLearning,#SelfThoughtLearner,#Opportunity,#DevOps,#ITCareer,#DevOpsRoles,#Jobs,#India,#AWSDevops,
#Happy,#AWSAccount,#TrainingOnAWS,#CloudComputing,#Tutorial,#AWSDemo,#FlaskAppOnAWSEC2
Рекомендации по теме
Комментарии
Автор

I have scheduled a meeting with @amonkincloud. We solved the problem in like 5 minutes. I want to thank him for helping me out. We had a nice chat, and he is one of the sweetest people I've met. I am so glad to schedule and meet up online. I am really happy to subscribe. Much love from Turkey. Take care.

captainofthewhitetower
Автор

absolutely phenomenal. it all works. thanks!

DarionDAnjou
Автор

thank you for the great tutorial sir ! :)

shayakray
Автор

Excellent tutorial. I will try it out.

faisalsulemana
Автор

Thank you so much sir it helped me really lot

youtuberhiren
Автор

Sir....all of ur videos explanation is well, but with simple hello world, we can't get excitement, plsss do with some complex code (real-time application)....Means output should be some Content (website or useful web-app), not a single echo command....plsss

naren
Автор

Hi, thanks for taking the time to show this method of deploying a Flask application. I'd just figured out how to connect AWS EC2 with GitHub and was expecting something more direct. Is Flask meant to be a developer tool and not meant for production? The Werkzug redirect and Nginx reverse proxy makes me curious to better understand the typical server deployment of an app.

matthewsmithwarren
Автор

When i will add new api and how to choose custom port, ? Cause on http only 80 port is selected can't edit it

codersaurabh
Автор

how can I write to work with other router... I added it but it won't work

kotraner
Автор

I hope this message finds you in good health and spirits. I wanted to express my gratitude for the valuable knowledge you have shared, which I have benefited greatly from. I have been following your work and have been impressed by it. I couldn't find a way to thank you enough except by inviting you to explore Islam. I hope to be of benefit to you as you have been to me.

I invite you to join us in understanding Islam better, whether through conversations, attending events at the mosque, or simply exploring resources that delve into the core beliefs and practices of this faith.

amrsaeed
Автор

hey there! im totally new to cloud so every small item there freaks me out. I got a very small question. So i got a small website (my portfolio) running flask in backend and no heavy task in general, just basic routing. according to the free tier of AWS, it provides us 750 hours free per month for a year. so if i run only one instance of ec2, it'll be entirely free for the whole year. this example you're showing is running only 1 instance right? (this might be a very dumb question, but again i have no clue about cloud, sorry).
thanks in advance

allaboutastronomyy
Автор

Can I easily port from one instance to other? Which instance is good for a website with 100, 000 traffic hits per month

stilldigging
Автор

Sir can you please make a video on complete aws network services in details.

RahulRaj-scpv
Автор

@amonkincloud, Thank you for such a useful video. I am facing an issue. When I try to run a flask app that renders a html page as response (uses render_template function of flask package to respond), it does not display the result of the html page. Instead, it displays the contents of the html source code as it is when I curl. The flask app is working fine when I run it in my local. Can you please help me identify where am I going wrong? Thank you!

kavyanagesh
Автор

Hi, thanks for the tutorial, but how can i make a application load balancer point towards this, so i created a alb point to this it is hitting the nginx server but i am getting 404 but when i curl it gave me the response, bit alb its 404 i can see a nginx 404 page, dont where its wrong

abhigujjar
Автор

Bro pls reply, how to add a custom domain? Can I just add a dns A record and point it to the ip, but the public ip changes everytime, I restart, do I need to point it to the private ip? or something else..

stilldigging
Автор

Hmmm I'm getting a This site can’t be reached when I try to access the public IP. When connected to the ec2, I can hit local host and it returns hello world. What do you think could be going on?

whiteandnerdywierdal
Автор

Hey,
I am getting "curl: (7) Failed to connect to localhost port ' error after creating the service and running sudo systemctl commands.
Do you know what could be the reason? The gunicorn -b localhost:8080 app:app command is working fine

yathartharora
Автор

Thanks for this wonderful video...
In my case I have python based application running on the ip address and port range 8000, so when I want to host through route 53 I am getting problem because there is only ip address acceptable .... Please give me suggestion how to to i host that application

himms_sharma
Автор

Hi how can i make other endpoint also working, only / root endpoint is working but any other endpoint is not working like /api/isconnected any help please? I can curl the other endpoint but cannot hit it from the ec2 public io

abhigujjar