【EB】Failed to get the Amazon S3 bucket name【AWS】
問題
git aws.push
するときは心が高鳴りますが、
% git aws.push Updating the AWS Elastic Beanstalk environment my-sample-env... Failed to get the Amazon S3 bucket name
ふぁ
解決
- S3関係ない
- eb initするときにいろいろconfiguration間違えてただけ
- region
- application name
- environment name
- tier
- OS
- LoadBalancing type
- などなど
- ただしく設定しましょう
DRY