Questions tagged with AWS Elastic Beanstalk
Content language: English
Sort by most recent
Good afternoon,
I am currently using the following services for an Angular application with Spring Boot (Java) for the back end:
Elastic Load Balancing (Application)
Relational Database...
I manage to run `eb deploy` successfully from the command prompt [Windows 10] AWS EB CLI and get the following:
```
2023-05-21 21:27:31 INFO Environment update completed successfully.
```
And...
I have a simple use case. I want to deploy my Flask application with Elastic Beanstalk, however after trying for multiple hours I cannot seem to make it happen.
My application is pretty standard:
-I...
In our node js backend we had to install chromium, which cannot be installed via package.json. After some work we somehow managed to make it work on deploy with these scripts:
To install...
I was building wireguard on ec2 in Melbourne. The configuration was created successfully, but it doesn't work.
Previously, I created a configuration for Sydney. It works without problems.
I do not...
Hi, I have deployed a laravel application to elestic beanstalk here:
http://tomrainey.us-east-2.elasticbeanstalk.com/
but I get the following error message:
"Your app key is missing
Generate your...
I have succesfully installed Elastic Beanstalk CLI on my local Windows machine following instrucions here:
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install-advanced.html
I have...
Hi,
I have a RoR application successfully deployed to AWS ElasticBeanstalk. This app is being asked for data from a front-end deployed in Netlify which uses the https protocol.
Not so long ago I had...
my env has this error "The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist."
so I wanna delete this env
but delete button not activate, only restore...
Hello!
Basically I have a .jsp let's call card.jsp so there is a form where the user can upload text and pdf, image, audio, so I wrap all those info, in a form created by a aux.js and send it to the...
I deleted the application from elstic beanstalk instead of terminatioong the envirnment, sicne then the termination window is still spinning by auto-refesing.
Hi, I've succesfully installed EBCLI on my local windows machine, but when I enter eb init I get
'eb' is not recognized as an internal or external command,
operable program or batch file.
Can...