Closed Yanchek99 closed 10 years ago
Hi @Yanchek99 , could it actually work when you use same elasticbeanstalk application name cross region? Because elasticbeanstalk uses (app name + stack name) as subdomain name, so (app name + stack name) should be uniq cross the region anyway, right? So, I think you'd better just use different application name cross region, so that you can have same stack name.
When deploying a project in a new region (given it is also deployed in a different region) the eb:deployed fails to deploy because the s3 bucket that stores the packages is in a different region. Basically the api responds with a PermanentRedirect error and supplies a new endpoint to access the s3 bucket from. The eb_deployer needs to handle this error.
Steps to reproduce: