DRYな備忘録

Don't Repeat Yourself.

elasticbeanstalk

【AWS】Stack deletion failed: The following resource(s) failed to delete: [AWSEBSecurityGroup].

問題 awsのElasticbeanstalkで、Rebuild Envが失敗する。Eventsなどを見ると、以下のログが吐かれていた。 ERROR Stack deletion failed: The following resource(s) failed to delete: [AWSEBSecurityGroup, AWSEBLoadBalancerSecurityGroup]. ERROR Deleti…

【AWS】eb cliのインストールまでメモ

pyenv % cd % git clone git://github.com/yyuu/pyenv.git .pyenv ~/.zshrcに以下を追加 # python export PYENV_ROOT="${HOME}/.pyenv" if [ -d "${PYENV_ROOT}" ]; then export PATH=${PYENV_ROOT}/bin:$PATH eval "$(pyenv init -)" fi vertualenv % cd $P…

【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間違えてただけ …