Skip to content

Instantly share code, notes, and snippets.

@bigwheel
Created November 9, 2017 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigwheel/bea638ed358a82a6b80a5b9764bcdff7 to your computer and use it in GitHub Desktop.
Save bigwheel/bea638ed358a82a6b80a5b9764bcdff7 to your computer and use it in GitHub Desktop.
{
"builders": [
{
"type": "amazon-ebs",
"ssh_pty": "true",
"region": "ap-northeast-1",
"source_ami_filter": {
"filters": {
"architecture": "x86_64",
"name": "amzn-ami-hvm-*.0.20*-ebs,amzn-ami-hvm-*.1.20*-ebs,amzn-ami-hvm-*.2.20*-ebs,amzn-ami-hvm-*.3.20*-ebs,amzn-ami-hvm-*.4.20*-ebs,amzn-ami-hvm-*.5.20*-ebs,amzn-ami-hvm-*.6.20*-ebs,amzn-ami-hvm-*.7.20*-ebs,amzn-ami-hvm-*.8.20*-ebs,amzn-ami-hvm-*.9.20*-ebs",
"root-device-type": "ebs",
"virtualization-type": "hvm"
},
"most_recent": true
},
"instance_type": "m4.large",
"ssh_username": "ec2-user",
"ssh_timeout": "5m"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment