-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c4.large requires a VPC #11
Comments
Thanks for pointing out the VPC requirement @watchwithmike. For most folks who created their AWS accounts in 2014 or later, this should work as is due to the default VPC. I will look into updating the instructions for those deploying to a manually created VPC. |
Hi, |
@shaikshakeel what are you looking for? Instructions on running the app in a VPC using C4 instances? |
@abhiksingh while creating Elastic Beanstalk using Is there any update on this ? using our own VPC ? |
Hi @abhiksingh while running eb create i am getting error = Instance deployment failed. For details, see 'eb-engine.log' any idea how to resolve this i already tried with instance type c4.large, c4.xlarge and making change in setup.confiig locustio: [ "0.8.1" ] to locust: [ "0.8.1" ] because locust move from locustio to locust.. |
Using the latest code from
master
and following the README.md, I get the following error due toc4.large
requiring a VPC.Changing the command to a
c3.large
succeeds, e.g.:eb create -i c3.large --scale 1 --envvars TARGET_URL=<test URL> --instance_profile aws-elasticbeanstalk-locust-role
The text was updated successfully, but these errors were encountered: