Deploy Django Website to Amazon Web Services (Elastic Beanstalk)

  Рет қаралды 64,254

Benjamin Carlson

Benjamin Carlson

Күн бұрын

In this video, we deploy a Django web application to Amazon Web Services. We go over the prereqs, setup a Python Virtualenv, create a Django project, configure the project for Elastic Beanstalk, deploy the site, update our site and redeploy, create a superuser, and set up static files.
Helpful links:
AWS Playlist: • Playlist
Docs: docs.aws.amazon.com/elasticbe...
Virtualenv setup: • Virtualenv Python Tuto...
You might like Django REST Framework: • Django REST Framework ...
My Coding Gear:
⌨️ Keyboard - Apple Magic Keyboard - amzn.to/3g8A8QI
💻 Laptop - Apple MacBook Pro (2018 / 15 inch) - amzn.to/3wddJHL
🖥️ Monitor - Samsung CF390 Series - amzn.to/3pDc9fO
My Camera Gear:
📹 Camera - Canon EOS M50 - amzn.to/3ixAZfq
🔭 Awesome Camera Lens - Sigma (16mm / f1.4) - amzn.to/3pH1K2B
🎤 Microphone - Blue Yeti - amzn.to/2TdXLyq
💡 Lights - Neewer LED Lights - amzn.to/3gbm6ht
My Favorite Software:
📽️ Final Cut Pro - www.apple.com/final-cut-pro/
❗ Student Discount For FCP - www.apple.com/us-hed/shop/pro...
🚀 VSCode - code.visualstudio.com/
View All My Gear - benjamincarlson.io/gear
Support Me:
👨🏼‍💼 Join this channel to get access to perks - / @benjamincarlson
💸 Sponsor me on GitHub - github.com/sponsors/bjcarlson42
Who Am I?
I’m Benjamin Carlson, a developer, student, and KZbin creator living in CT, USA. I make videos on programming, computer science, and productivity. I also started a programming tutorial website called Coffeeclass (coffeeclass.io) that complements this KZbin channel. Finally, I have a newsletter (buttondown.email/benjamincarlson) where I send out updates on my recent videos, writing, and anything I’m currently working on or find interesting. You can expect emails every 2 to 3 weeks.
Connect With Me:
📧 Email - ben@carlsontechnologies.dev
🚅 Website - benjamincarlson.io
🐦 Twitter - / bjmncrlsn
🚀 Github: github.com/bjcarlson42
💼 LinkedIn - / bjcarlson42
✍️ Medium - / benjamincarlson
📓 Newsletter - buttondown.email/benjamincarlson
If you need to contact me, the best way is email. I try to respond to everyone but it may take some time!
Disclaimer: Some of the above links are affiliate links. This means I may receive a small commission at no expense to you. This allows me to continue to post videos like this one!
#python #aws #django

Пікірлер: 116
@landolabrum
@landolabrum 3 жыл бұрын
HOW! I've been trying every tut in the book, This is the only one that worked -BLESS
@Saradomin65
@Saradomin65 2 жыл бұрын
For people who had a problem with having a 502 Bad Gateway & static files not serving. Here's what I did to solve this. 1. 502 Bad Gateway > Do a "pip install gunicorn" > Then freeze it to your requirements.txt with "pip freeze > requirements.txt". > eb deploy > eb open (to open your elastic beanstalk django application) 2. Static Files not serving > Add this to your django.config file (Do mind the spacing for this one) aws:elasticbeanstalk:environment:proxy:staticfiles: /static: static > eb deploy > eb open (to open your elastic beanstalk django application) For some weird reason this and other tutorials somehow got it to work without doing that but this right here sorted out the error I got with 502 Bad Gateway and static files serving. Might have to do with the AWS documentation for Django being outdated?
@mayarmd2581
@mayarmd2581 Жыл бұрын
i still have issue after installing gunicorn ,,, 2023-01-27 16:44:20 INFO Environment update is starting. 2023-01-27 16:44:24 INFO Deploying new version to instance(s). 2023-01-27 16:44:28 ERROR Instance deployment failed. For details, see 'eb-engine.log'. 2023-01-27 16:44:28 ERROR Instance deployment failed to install application dependencies. The deployment failed. 2023-01-27 16:44:30 ERROR [Instance: i-004f08a2557684df8] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. 2023-01-27 16:44:30 INFO Command execution completed on all instances. Summary: [Successful: 0, Failed: 1]. 2023-01-27 16:44:30 ERROR Unsuccessful command execution on instance id(s) 'i-004f08a2557684df8'. Aborting the operation. 2023-01-27 16:44:30 ERROR Failed to deploy application. ERROR: ServiceError - Failed to deploy application.
@moizurrehman4748
@moizurrehman4748 Жыл бұрын
Actually it's not weird, there are some configuration differences between AL1 and AL2. I think in video they are using AL1 and you are using AL2. Let me know if I'm wrong.
@vinaykakanuru
@vinaykakanuru 4 жыл бұрын
Thank you for step-by-step walkthrough.
@cjia8520
@cjia8520 4 жыл бұрын
thank you, very clear walkthrough.
@jaumemontane3305
@jaumemontane3305 3 жыл бұрын
Great video Benjamin. THanks!
@davidmarabay9459
@davidmarabay9459 3 жыл бұрын
Excellent content friend. Greetings from Venezuela. One question: I have seen that they advise decoupling the app in several services, example: s3, cache, another for databases ... in order to save on costs and have better optimization. What aws service would be used for a postgressql database, how could I configure it? Or with Elastic Beanstalk we handle the characteristics of the aws services that i mention?
@egorkolobov2392
@egorkolobov2392 2 жыл бұрын
Very cool tutorial! wholesome 100/100
@anthienvo
@anthienvo 3 жыл бұрын
Legend. Subscribed
@Metinator1
@Metinator1 4 жыл бұрын
How to enable/use the autoscale features of AWS? Is there a way to have 1 autoscaling DB @ AWS combined with autoscaling AWS BE stuff to have a distributed running website?
@ed7590
@ed7590 2 жыл бұрын
Thanks for a great tutorial. How would I go about attaching a custom domain to my deployed app?
@shivamkharat5581
@shivamkharat5581 3 жыл бұрын
Thank you for this great content
@BenjaminCarlson
@BenjaminCarlson 3 жыл бұрын
Glad you enjoy it!
@radomirmijovic2605
@radomirmijovic2605 3 жыл бұрын
Great video! Thanks
@rudhisundar
@rudhisundar 2 жыл бұрын
You helped ...thank you!
@harshchouhan6919
@harshchouhan6919 3 жыл бұрын
thank you brother keep going
@prabhashswain1878
@prabhashswain1878 3 жыл бұрын
Superb Tutorial
@jvrosario
@jvrosario 3 жыл бұрын
if i update my SECRET_KEY to SECRET_KEY = os.environment["SECRET_KEY"], How do you customize / input the SECRET_KEY = 'value' in the settingspy in deploying in AWS. Thank you
@pixel7038
@pixel7038 3 жыл бұрын
When I execute the command eb create [name] i get the following error ERROR: ServiceError - Create environment operation is complete, but with errors. For more information, see troubleshooting documentation.
@synchronizingsynchronize3066
@synchronizingsynchronize3066 3 жыл бұрын
you are my life saver
@stringconsultants2645
@stringconsultants2645 3 жыл бұрын
thaks for ypur video it's working for me tq for your good explanation
@pixel7038
@pixel7038 3 жыл бұрын
@7:08 I don't see you executing any authentication on the terminal linking ur project to ur account on aws management console.
@Omar_Thinks
@Omar_Thinks 2 жыл бұрын
Thank you Bro. :)
@elgary9074
@elgary9074 2 жыл бұрын
Thanks a lot by far the best explanation I have found, how can I get this done but using docker-compose?
@symbolicmeta1942
@symbolicmeta1942 2 жыл бұрын
Any idea why uploading a blank django app like you did would produce a bad gateway 502 error?
@rood486
@rood486 Жыл бұрын
Great video
@alihusham1560
@alihusham1560 3 жыл бұрын
in my mac I have python2 and python3 and when I run ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer i got python2 runing . so how to specify python3
@junejuly3196
@junejuly3196 Жыл бұрын
Hi, I followed all the steps, but the style of the admin page still does not show. Any suggestions? thx
@juanarango4917
@juanarango4917 Жыл бұрын
Thank you so much.
@JackHeidz
@JackHeidz 3 жыл бұрын
amazing guy! congrats ! how many times to do so easy like that ? :)
@gideonshachar3266
@gideonshachar3266 3 жыл бұрын
hey, i have an error "ModuleNotFoundError: No module named 'virtualenv'" when run command: .\aws-elastic-beanstalk-cli-setup\scripts\bundled_installer
@jakobscode2529
@jakobscode2529 3 жыл бұрын
ModuleNotFoundError: No module named 'colorama' i get this message when i type ".\aws-elastic-beanstalk-cli-setup\scripts\bundled_installer" and i ran pip install colorama
@goldensilver1718
@goldensilver1718 Жыл бұрын
Legend
@young-joonoh4831
@young-joonoh4831 4 жыл бұрын
Hey Benjamin, thanks for the wonderful tutorial. I have a question though. Does the name of virtual environment has to be 'eb-virt' and no other name? Cuz I noticed that when you create the virtual env as 'eb-virt' you get this new directory with the same name, but nothing when you use some other name for the virtual env. Does it only have to be 'eb-virt'?
@young-joonoh4831
@young-joonoh4831 4 жыл бұрын
And if this is the answer is yes, since I've already built my entire project in a virtual env with different name, would there be a problem? I'm a newbie by the way and working on the prototype of my product. :)
@BenjaminCarlson
@BenjaminCarlson 4 жыл бұрын
Nope, the name can be whatever you want. And good luck on your project!
@young-joonoh4831
@young-joonoh4831 4 жыл бұрын
@@BenjaminCarlson Thanks for the reply. I actually ran into an error when creating the environment. I checked the log, and I found this error : "Error occurred during build: Command 01_migrate failed." Do you have any idea what might be the problem? Thanks. :)
@SouravSingh-mn4ut
@SouravSingh-mn4ut 2 жыл бұрын
can you help me how to install MySQL dependencies on beanstalk
@ThisIsBander
@ThisIsBander 11 ай бұрын
Hey I am having troubles with the license_file parameter saying it is deprecated. The documentaion online is quite complicated and I am unsure how to proceed.
@munawar1288
@munawar1288 Жыл бұрын
even after adding cname to allowed hosts while doing eb open, its getting 502 bad gateway error, can you explain why that happens?
@abd-zf2gm
@abd-zf2gm 3 жыл бұрын
I am getting a 502 error Bad gateaway nginx/1.18.0, And i am failing to get a healthy environment. Can anyone help me?
@user-lf1ox9kb2n
@user-lf1ox9kb2n Жыл бұрын
Hey Ben, it's me again 🙂! Do you also know whether AWS supports MySQL 8?
@lyngall
@lyngall Жыл бұрын
I just dont get how did u connect your AWS account with the project, i even paste security keys that i created, with the command 'eb init', but i still got nothing in the Environments/Applications list.
@karlhannigan5370
@karlhannigan5370 3 жыл бұрын
i keep getting internal server error when i deploy it This is the error when i inspect the page: Failed to load resource: the server responded with a status of 500 (Internal Server Error) Any ideas how to fix? i have followed this video and documentation
@mercyjhansi8190
@mercyjhansi8190 2 жыл бұрын
I’m getting NotAuthorizedError on eb create. How to resolve it?
@JP-vg8vl
@JP-vg8vl 4 жыл бұрын
is this configuration can be considered for production use already? or do I still need to change the webserver to apache/nginx?
@BenjaminCarlson
@BenjaminCarlson 3 жыл бұрын
You will need to make some changes for production to make it more secure but you don't need a webserver.
@danielk.1026
@danielk.1026 3 жыл бұрын
this was very helpful, but is it possible to use a custom domain name in AWS EB?
@BenjaminCarlson
@BenjaminCarlson 3 жыл бұрын
yes, you can! I believe the docs has a page dedicated to it.
@nikhilpatil8961
@nikhilpatil8961 Жыл бұрын
How to install eb cli?
@mocmoc9053
@mocmoc9053 3 жыл бұрын
When I type in init -p python-3.6 Portfolio-Deploy to my cmd it opens another terminal that says I need to sign in using my id and secret access key is there any documentation I can read to figure out how to get these things?
@akashtyagi7182
@akashtyagi7182 3 жыл бұрын
Did you figured it out ? Same with me
@ronitjain6704
@ronitjain6704 3 жыл бұрын
thanks a lot
@mohammadhamza4597
@mohammadhamza4597 3 жыл бұрын
Hi, how can I host my website on a custom url like www.something.com instead of that long one given to us by default?
@NirlepAdhikari
@NirlepAdhikari 3 жыл бұрын
route53
@bernardoolisan1010
@bernardoolisan1010 3 жыл бұрын
Hey! Thanks for the tutorial, but what happen if in my proyect i have redis server and websockets nothing change?
@BenjaminCarlson
@BenjaminCarlson 3 жыл бұрын
Unfortunately I am not sure how to handle that but if you do a quick search on stack overflow you should find some solutions!
@maahad767
@maahad767 3 жыл бұрын
@Bernardo bro I need your help to deploy my channels app
@bernardoolisan1010
@bernardoolisan1010 3 жыл бұрын
@@maahad767 yes i can help u
@primearchitech
@primearchitech 3 жыл бұрын
Great content. Do you know what I have to do if my django project uses postgresql as database?
@ahmedct_2022
@ahmedct_2022 Жыл бұрын
At 9:15 when I logged into aws the app didn't show up
@pablomarcelmx
@pablomarcelmx Жыл бұрын
anybody having issues with static files in production? using Django 4.2.3, hope there is advise
@ranveersharma1666
@ranveersharma1666 4 жыл бұрын
bro .\aws-elastic-beanstalk-cli-setup\scripts\bundled_installer while using this command m getting a error
@thomas-sinkala
@thomas-sinkala 4 жыл бұрын
You have to say the error you get if you need help.
@mimocrocodile5069
@mimocrocodile5069 Жыл бұрын
Sorry, maybe I missed something. But how can I get credentials: aws-access-id?
@doe.prodzz
@doe.prodzz Жыл бұрын
go into your AWS console -> click on your account on the top right -> security credentials -> in the new page there is an option 'access keys'
@21timster
@21timster 3 жыл бұрын
Elastic Beanstalk > All environments does not see my project why would this be?
@amansaleem4931
@amansaleem4931 3 жыл бұрын
ERROR Instance deployment failed. For details, see 'eb-engine.log'. 2021-04-15 12:34:14 ERROR Instance deployment failed to install application dependencies. The deployment failed. 2021-04-15 12:34:18 ERROR [Instance: i-01f424c522199fd75] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. I'm getting this error while creating an environment ... any guess why
@habibanaeem8364
@habibanaeem8364 3 жыл бұрын
Is it necessary to have python 3.6? I have python 3.8 installed.
@BenjaminCarlson
@BenjaminCarlson 3 жыл бұрын
I believe any version of python 3 will work but you can check the Google docs to verify
@pwill4real855
@pwill4real855 3 жыл бұрын
whenever i try to "eb init -p python-3.9 django-tutorial"... I get an error saying "Operation denied, user is not authorized to perform elasticbeanstalk:CreateApplication........" yada yada yada. Anyone know of a good way to fix this? Ive messed around with permissions to no avail. Anyone have an idea?
@hyepod12
@hyepod12 2 жыл бұрын
I think python3.9 is not supported by eb. The latest python version supported is 3.8
@jacobmassoudi5210
@jacobmassoudi5210 4 жыл бұрын
I have this error: 'eb' is not recognized as an internal or external command, operable program or batch file. When I ran : eb init -p python-3.6
@BenjaminCarlson
@BenjaminCarlson 4 жыл бұрын
Your elastic beanstalk command line interface (eb cli) can't be found. Most likely it was not installed correctly
@mrpaxo297
@mrpaxo297 4 жыл бұрын
in your path project , paste this "echo 'export PATH="/home/[HERE UR PERSONAL FOLDER]/.ebcli-virtual-env/executables:$PATH"' >> ~/.bash_profile && source ~/.bash_profile" , then eb init etc....
@root1996
@root1996 2 жыл бұрын
I solved this error by using pip : pip install awsebcli --upgrade --user and then add this to path in environment path : %USERPROFILE%\AppData oaming\Python\Python37\scripts this might be changed depending on your file location see this link for more : docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install-windows.html
@tradewithtony
@tradewithtony 4 жыл бұрын
Thank you worked like a charm, however WSGI PATH needs to be re-configured all over again it points to application.py by default. Great content Brother.
@mrpaxo297
@mrpaxo297 4 жыл бұрын
Could you please explain this? I'm just stuck on this, I'm looking at stackoverflow, but I just get more confused
@tradewithtony
@tradewithtony 4 жыл бұрын
@@mrpaxo297 About WSGI path, check the documentation on AWS there is a point mentioning how the path should be in correspondence to the os will be installed to your ec2 instance. If you have to make changes you can start by editing the file and also run command eb config search for WSGI path edit the same as well
@safyanakram2451
@safyanakram2451 3 жыл бұрын
I think u meant application has to be deployed twice, atleast i did that. 1st-time elastic beanstalk gave wsgi error, but 2nd time it was successful.
@hxinchai
@hxinchai 2 жыл бұрын
OMG!!!! This really helpful for me. Type eb config, then search where WSGIPath is then change the application to project_name.wsgi:application then no more 502!
@RaushanKumar-fn6ks
@RaushanKumar-fn6ks 3 жыл бұрын
when I run eb init -p python-3.6 django-tutorial, it says -You have not yet set up your credentials or your credentials are incorrect You must provide your credentials
@deepjyotide181
@deepjyotide181 3 жыл бұрын
have got the solution to it?
@cedricwoo2348
@cedricwoo2348 3 жыл бұрын
@@deepjyotide181 I went to "Your Security Credentials" under the account, and generated a key and password in the Access keys (access key ID and secret access key) section
@doe.prodzz
@doe.prodzz Жыл бұрын
​@@deepjyotide181 go into your AWS console -> click on your account on the top right -> security credentials -> in the new page there is an option 'access keys'
@theempoleon78
@theempoleon78 3 жыл бұрын
I'm having an issue with getting the access id and secret key. Can anyone help?
@doe.prodzz
@doe.prodzz Жыл бұрын
o into your AWS console -> click on your account on the top right -> security credentials -> in the new page there is an option 'access keys'
@paulaalejandradiazsilva2333
@paulaalejandradiazsilva2333 4 жыл бұрын
BUILD FAILED (Ubuntu 16.04 using python-build 20180424) getting this error. Do you have any advice?
@BenjaminCarlson
@BenjaminCarlson 4 жыл бұрын
Was there any more output for the error? That line alone could mean a bunch of things.
@paulaalejandradiazsilva2333
@paulaalejandradiazsilva2333 4 жыл бұрын
@@BenjaminCarlson I solved that issue.. But now when I run "eb open" my browser shows a 502 bad waterway and my application does not get created in my AWS console...... Any Idea why this is happening?
@PeterParker-vn2hv
@PeterParker-vn2hv 2 жыл бұрын
Dude I still see no styling, i've gone through this video at least 10 times now. I'm using python 3.8 with django 2.2 In the django.config file I had to go with WSGIPath: ebdjango.wsgi:application otherwise I would be served with a 502 Bad gateway. Any ideas why I'm still seeing no styling?
@QuincyKwende
@QuincyKwende 2 жыл бұрын
In your ~/ebdjango/.ebextensions folder, create a file called static-files.config and populate it with the following code. option_settings: aws:elasticbeanstalk:environment:proxy:staticfiles: /static: static
@QuincyKwende
@QuincyKwende 2 жыл бұрын
then deploy. It should be fine now
@ranveersharma1666
@ranveersharma1666 4 жыл бұрын
can u please help error is: C:\Users\user\sclouds : The term 'C:\Users\user\sclouds' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + C:\Users\user\sclouds - Copy\aws-elastic-beanstalk-cli-setup\scripts\ ... + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Users\user\sclouds:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Exiting due to failure
@BenjaminCarlson
@BenjaminCarlson 4 жыл бұрын
It looks like you are having trouble with the eb cli (elastic beanstalk command line interface). I don't think it was installed correctly. I suggest looking up your error on stack overflow to see if anyone has encountered it and what the fix is. You could also go to the aws documentation (link in description) where it points to what you should do if you have an error installing.
@martagutierrezdesanmiguel2397
@martagutierrezdesanmiguel2397 3 жыл бұрын
Hello! Very good tutorial! When I execute eb init -p python-3.6 django-tutorial and eb create django-env, the enviroment and tthe instances doesn´t appear to me. Do you know what is happening? Thank you so much! And sorry for my bad English :)
@sorosw2980
@sorosw2980 3 жыл бұрын
I have the same issue.
@hyepod12
@hyepod12 2 жыл бұрын
It's because you are in a different region on the website. In the tutoriel the region is "us-west-2". Make sure that you are in the same region on the AWS website
@jpchato
@jpchato 3 жыл бұрын
Trying to do this with my current project but getting a 500 error. I'm working through it but this guide definitely pointed me in the right direction. Appreciate the video, thank you!
@patrickcoakley8564
@patrickcoakley8564 3 жыл бұрын
Did you solve this Jesse, i am getting a 500 error also
@jpchato
@jpchato 3 жыл бұрын
@@patrickcoakley8564 I did not. I ended up using heroku to deploy my application
@patrickcoakley8564
@patrickcoakley8564 3 жыл бұрын
​@@jpchato I actually solved it in the end. I looked through my logs and i had an error: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-pr0s0bsp/cryptography/ So i used this solution stackoverflow.com/a/42477724 to update pip to the last version on EB side. name the file 01_upgrade_pip.config though so it comes before django.config This might only be applicable to my error but maybe it could be useful
@omuk4584
@omuk4584 Жыл бұрын
@@patrickcoakley8564 I did
@SWAGER1811
@SWAGER1811 3 жыл бұрын
Hey, is elastic beanstalk compatible with Django 3.0 and above?
@BenjaminCarlson
@BenjaminCarlson 3 жыл бұрын
I believe so but you need to make sure the Python version is compatible with EB
@thomas-sinkala
@thomas-sinkala 4 жыл бұрын
More of the same please.
@bhadrinathvetry1254
@bhadrinathvetry1254 3 жыл бұрын
I am facing this error ERROR: NotAuthorizedError - Operation Denied. User: arn:aws:iam::XXXXX:user/YYYY is not authorized to perform: elasticbeanstalk:CreateApplication on resource: arn:aws:elasticbeanstalk:us-west-2:ZZZZZ:application/django-tutorial Can anyone help me with this?
@mayarmd2581
@mayarmd2581 Жыл бұрын
i cant upload my website if you can look at the log any update on it >>>>2023-01-27 16:44:20 INFO Environment update is starting. 2023-01-27 16:44:24 INFO Deploying new version to instance(s). 2023-01-27 16:44:28 ERROR Instance deployment failed. For details, see 'eb-engine.log'. 2023-01-27 16:44:28 ERROR Instance deployment failed to install application dependencies. The deployment failed. 2023-01-27 16:44:30 ERROR [Instance: i-004f08a2557684df8] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. 2023-01-27 16:44:30 INFO Command execution completed on all instances. Summary: [Successful: 0, Failed: 1]. 2023-01-27 16:44:30 ERROR Unsuccessful command execution on instance id(s) 'i-004f08a2557684df8'. Aborting the operation. 2023-01-27 16:44:30 ERROR Failed to deploy application. ERROR: ServiceError - Failed to deploy application.
@DinantZ
@DinantZ Жыл бұрын
Did you figure out a solution?
@mayarmd2581
@mayarmd2581 Жыл бұрын
Hi ,, I tried to uplaod but it give me this error please help me .....>>> 2023-01-27 16:44:20 INFO Environment update is starting. 2023-01-27 16:44:24 INFO Deploying new version to instance(s). 2023-01-27 16:44:28 ERROR Instance deployment failed. For details, see 'eb-engine.log'. 2023-01-27 16:44:28 ERROR Instance deployment failed to install application dependencies. The deployment failed. 2023-01-27 16:44:30 ERROR [Instance: i-004f08a2557684df8] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. 2023-01-27 16:44:30 INFO Command execution completed on all instances. Summary: [Successful: 0, Failed: 1]. 2023-01-27 16:44:30 ERROR Unsuccessful command execution on instance id(s) 'i-004f08a2557684df8'. Aborting the operation. 2023-01-27 16:44:30 ERROR Failed to deploy application. ERROR: ServiceError - Failed to deploy application.
Deploy Django Website to Google Cloud
23:10
Benjamin Carlson
Рет қаралды 50 М.
Choosing a Compute Option on AWS
17:24
Be A Better Dev
Рет қаралды 30 М.
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 10 МЛН
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 30 МЛН
When You Get Ran Over By A Car...
00:15
Jojo Sim
Рет қаралды 34 МЛН
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 30 МЛН
Deploy a Django Website Using Amazon Elastic Beanstalk
16:42
Python Meets AWS
Рет қаралды 8 М.
Host Django on AWS AppRunner
12:14
The Cloud Guy
Рет қаралды 528
Provision a PostgreSQL database on AWS for Django
21:56
Cloud With Django
Рет қаралды 5 М.
Django deploy - Zappa onto AWS Lambda + API Gateway
30:24
Very Academy
Рет қаралды 20 М.
Building a Django Docker Container
34:11
Very Academy
Рет қаралды 22 М.
Django project to AWS deployment help [2024 updated]
6:07
Chakra UI Responsive Sidebar
14:33
Benjamin Carlson
Рет қаралды 35 М.
Deploying Django with Docker Compose
2:24:50
London App Developer
Рет қаралды 87 М.
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 10 МЛН