We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The S3 bucket (https://github.com/tomdale/ember-cli-deploy-elastic-beanstalk/blob/master/lib/aws/elastic-beanstalk.js#L64) containing fastboot-aws is in the us-east-1 region. As AWS requires the EB Application to be in the same region as the source bundle, this effectively prevents creating the EB Application in any other region than us-east-1.
fastboot-aws
us-east-1
Not sure how to fix this. Maybe the user has to deploy fastboot-aws into his own S3 bucket in his region? Would require a configurable bucket name...
The text was updated successfully, but these errors were encountered:
I am also seeing this.
Sorry, something went wrong.
No branches or pull requests
The S3 bucket (https://github.com/tomdale/ember-cli-deploy-elastic-beanstalk/blob/master/lib/aws/elastic-beanstalk.js#L64) containing
fastboot-aws
is in theus-east-1
region. As AWS requires the EB Application to be in the same region as the source bundle, this effectively prevents creating the EB Application in any other region thanus-east-1
.Not sure how to fix this. Maybe the user has to deploy
fastboot-aws
into his own S3 bucket in his region? Would require a configurable bucket name...The text was updated successfully, but these errors were encountered: