Skip to content

Instantly share code, notes, and snippets.

@mffiedler
Created February 20, 2017 20:48
Show Gist options
  • Save mffiedler/9f4849e753f72df03298a4f56a57d33e to your computer and use it in GitHub Desktop.
Save mffiedler/9f4849e753f72df03298a4f56a57d33e to your computer and use it in GitHub Desktop.
Sample AWS instance config
services:
AWS:
awscred: config/credentials/perf-eng/.awscred
host_opts:
ssh_private_key: config/keys/id_rsa_perf
config_opts:
region: us-west-2
create_opts:
subnet_id: subnet-4879292d
instance_type: m4.xlarge
block_device_mappings:
- device_name: /dev/sdb
ebs:
volume_size: 80
volume_type: io1
iops: 2400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment