Questions tagged [elastic-beanstalk]

AWS Elastic Beanstalk is a PaaS (Platform as a Service) service that allows you to quickly deploy and manage applications in the AWS cloud. Elastic Beanstalk handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.

496 questions
0
votes
4 answers

How to hide elasticbeanstalk.com address from public(search engine crawlers)

I have purchased a domain from godaddy( mentioning here as xyz.com ). I have hosted my website on aws using elasticbeanstalk which has generated a cname (mentioning here as abc.elasticbeanstalk.com). Now in godaddy I have done 2 configurations: 1.…
0
votes
1 answer

Docker with persistent root storage on EC2

I'm looking to see if I can create docker instances for developers on EC2 that will not be erased if for some reason the instance/container itself is shutdown, much like EC2's on-demand instances when they are stopped. What's the right way to do…
chrism2671
  • 2,579
  • 9
  • 34
  • 45
0
votes
1 answer

Host entry not working with an elastic ip on aws ec2 instance

I've set up Magento web on an aws ec2 instance for development & testing. I was able to access it by putting a host entry on my local machine using the public IP. But then I changed it to an elastic IP and even after updating my local host entry I…
Holly
  • 1,027
  • 5
  • 14
  • 25
0
votes
0 answers

Minimum Elastic Beanstalk policy for upload & deploy

I just created a new Elastic Beanstalk application called Chats. I then created a IAM group called Chats. Now, I want to give the Chats group a custom policy that is the most restrictive and only allows users in the Chats group to upload & deploy…
0
votes
2 answers

How to run a java jar file on Elastic bean stack

Currently I am using elastic beanstack for drupal application and choose the “Web Server” environment it is pre-defined configuration that uses PHP 5.5 with Apache. I need to deploy the java API Service on same machine with auto-scaling. Please…
Nataraj raj
  • 143
  • 1
  • 3
  • 9
0
votes
1 answer

SCP from docker image on elastic beanstalk

I need to get a file from the docker image running on AWS Elastic Beanstalk. I can SSH into the EB instance, but after that I have no idea what to do. sudo docker images shows two images, one with my app name and the other called…
Synesso
  • 209
  • 1
  • 4
  • 14
0
votes
0 answers

Use custom AMI for GPU on aws

I have a EC2 instance (ubuntu) with GPU, in this instance I have a docker image running with this gpu. So I launch my container with --privileged Everything is working smoothly. However I'm unable to launch the same configuration using eb and a…
Alexis
  • 101
  • 1
0
votes
1 answer

Multiple docker containers elastic beanstalk

I'm running my Play Scala app on Elastic Beanstalk using a single container Docker. The thing is, if I SSH into my instance, and run docker ps, I see this: CONTAINER ID IMAGE COMMAND CREATED …
cdmckay
  • 101
  • 1
  • 9
0
votes
1 answer

Installing scipy in virtualenv on Elastic Beanstalk

I'm using Amazon's Elastic Beanstalk to deploy an example Flask app. I can get a simple "Hello World" app deployed perfectly, but now I'm trying to deploy the app with scipy as a requirement. I've included the necessary packages in my…
0
votes
1 answer

Deploying a (Ruby) web server in a Docker on Elastic Beanstalk: is this double web server ok?

We have a web app in Ruby which is deployable via a Docker setup, among other things to have exactly to same Ruby environment from developers to the production server. We chose to deploy it on AWS via Elastic Beanstalk to take advantage of their…
smad
  • 229
  • 3
  • 6
0
votes
1 answer

AWS EB deployment errors - No module named cfnbootstrap

I am trying to deploy my application on AWS Elastic Beanstalk, it states some errors when the process is completed and reading the logs this is what I've found: File "/opt/aws/bin/cfn-get-metadata", line 18, in import…
MeV
  • 101
  • 3
0
votes
1 answer

Can't connect to RDS MySQL

So, I created a new DB and my EB app is reaching it fine, but I can't seem to access MySQL from my computer. When I try to run: mysql --host=123.abc.us-west-2.rds.amazonaws.com –-port=3306 –u myname –p mypass I just seem to get what you'd see if…
0
votes
1 answer

New domain on aws elastic beanstalk

I have a nodejs app running on elastic beanstalk. I have a domain registered through GoDaddy and a cname that points to myapp.elasticbeanstalk.com. Can I point my domain to aws nameservers, instead of mapping that domain to the domain that eb has…
jordan
  • 117
  • 9
0
votes
1 answer

What Amazon Cloudwatch metrics I should choose for scalability?

I have application is deployed by Elastic Beanstalk. It only connecting to ElasticCache. I am testing my script capacity using siege utility siege -c 500 -r 1000 -b myurl My summary: Transactions: 12671 hits Availability: …
indapublic
  • 101
  • 2
0
votes
1 answer

Is it possible to redirect an elastic beanstalk doman name to an EC2 doman?

I had a site running on elastic beanstalk and sent out the url for demonstration purposes. That site has now moved out of elastic beanstalk to a plain Amazon EC2 instance. I would like to keep the same url so that anyone I previously sent the link…
Mike
  • 111
  • 1
  • 2