Skip to content

Instantly share code, notes, and snippets.

@Sheile
Created July 21, 2015 05:29
Show Gist options
  • Save Sheile/a384ca5f7883d9194a16 to your computer and use it in GitHub Desktop.
Save Sheile/a384ca5f7883d9194a16 to your computer and use it in GitHub Desktop.
{
"variables": {
},
"builders": [
{
"name": "aws-CentOS-6.5",
"type": "amazon-ebs",
"access_key": "*******************",
"secret_key": "**************************************",
"region": "us-east-1",
"instance_type": "c3.large",
"ami_name": "dummy-ami",
"ssh_username": "ec2-user",
"source_ami": "ami-0e80db66",
"tags": {
"Name": "dummy-ami"
},
"launch_block_device_mappings": [
{
"device_name": "/dev/sda1",
"delete_on_termination": true
}
]
}
],
"provisioners": [
{
"type": "shell",
"inline_shebang": "/bin/bash -ex",
"inline": [
"sync"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment