Top "Amazon-elastic-beanstalk" questions

AWS Elastic Beanstalk is a PaaS (Platform as a Service) service from Amazon Web Services that allows users to create applications and push them to a definable set of AWS services.

Should I use AWS Elastic Beanstalk or the Amazon EC2 Container Service (ECS) to scale Docker containers?

I've developed a Docker based application comprised of multiple microservices. It has to consume Amazon SQS messages and processes them. …

amazon-web-services jboss docker amazon-elastic-beanstalk amazon-ecs
How to fix 'Access Denied' while deleting empty S3 Elastic Beanstalk?

I've noticed some Elastic Beanstalk is drawing about $20 to $30 every month on my AWS account and it turns out it …

amazon-web-services amazon-s3 amazon-elastic-beanstalk
avoid rebuilding node_modules in elastic beanstalk

We have a fairly simple node.js app, but due to AWS Elastic Beanstalk deployment mechanism, it takes about 5 minutes …

node.js git amazon-web-services npm amazon-elastic-beanstalk
No such file or directory - getcwd

I uploaded my Sinatra app to Beanstalk. When I go to my site my logs are returned No such file …

ruby amazon-web-services sass sinatra amazon-elastic-beanstalk
Configure apache on elastic beanstalk

I'm developing with django on elastic beanstalk and I want to make two changes to apache configuration: 1. redirect www.domain.…

apache .htaccess amazon-web-services amazon-elastic-beanstalk
Docker cache gradle dependencies

I'm trying to deploy our java web application to aws elastic beanstalk using docker, the idea is to be able …

java docker gradlew amazon-elastic-beanstalk
Docker Error - "jq: error: Cannot iterate over null"

So I'm trying to deploy a dockerfile on Elastic Beanstalk, but I can't get past this error - "jq: error: …

amazon-web-services docker amazon-elastic-beanstalk jq
How to change the AWS account using the Elastic Beanstalk CLI

I deployed an app using elastic beanstalk to my personal AWS account..Now I want to change the AWS credentials …

amazon-web-services amazon-elastic-beanstalk
Elastic IP on application deployed using Elastic Beanstalk

I'm a bit confused about the use of the Elastic IP service offered by Amazazon Web Services. I guess the …

amazon-ec2 amazon-web-services amazon-elastic-beanstalk
Pause an Elastic Beanstalk app environment?

I want to shut down the app servers while I upgrade the database. Is there a way to pause or …

amazon-web-services amazon-elastic-beanstalk