Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created March 3, 2019 02:12
Show Gist options
  • Select an option

  • Save 100daysofdevops/5cb74da52c70a54c02c06dbc5cfddaa5 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/5cb74da52c70a54c02c06dbc5cfddaa5 to your computer and use it in GitHub Desktop.
"builders": [{
"type": "amazon-ebs",
"access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_key`}}",
"region": "us-east-1",
"instance_type": "t2.micro",
"ssh_username": "ubuntu",
"ami_name": "packer-example {{timestamp}}"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment