Skip to content

Instantly share code, notes, and snippets.

@felixkiss
Last active December 17, 2015 18:09
Show Gist options
  • Save felixkiss/5651155 to your computer and use it in GitHub Desktop.
Save felixkiss/5651155 to your computer and use it in GitHub Desktop.
$ knife ec2 server create \
--region eu-west-1 \
--availability-zone eu-west-1a \
--node-name foo \
--flavor t1.micro \
--image ami-ab6170df \
--identity-file ~/.ssh/aws.pem \
--run-list "role[database]" \
--ssh-user ubuntu
ERROR: Excon::Errors::BadRequest: Expected(200) <=> Actual(400 Bad Request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment