Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created August 2, 2013 00:26
Show Gist options
  • Save jamtur01/6136572 to your computer and use it in GitHub Desktop.
Save jamtur01/6136572 to your computer and use it in GitHub Desktop.
{
"builders": [{
"type": "amazon-ebs",
"access_key": "XXX",
"secret_key": "XXX",
"region": "us-east-1",
"source_ami": "ami-de0d9eb7",
"instance_type": "t1.micro",
"ssh_username": "ubuntu",
"ami_name": "packer-example {{.CreateTime}}"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment