Slide 22
Slide 22 text
wrapbox
コマンドを渡すとECSのAPIリクエストを構築して、
よしなにコンテナを起動してくれるヘルパー。
default:
cluster: ecsr-test
runner: ecs
region: ap-northeast-1
container_definition:
image: joker1007/wrapbox
cpu: 512
memory: 1024
essential: true
$ wrapbox ecs run_cmd -f config.yml -e RAILS_ENV=test \
"bundle exec rspec spec/models"