Skip to content

Instantly share code, notes, and snippets.

View aquarion's full-sized avatar
💫
The More You Know

Nicholas Avenell aquarion

💫
The More You Know
View GitHub Profile
aquarion@Typhoon ~/code/IDL/ansible-webstack (master *): cat packer/ami.pkr.hcl
source "amazon-ebs" "cornerstone" {
profile = "pr-globalcms"
region = "us-east-1"
source_ami = "ami-019212a8baeffb0fa"
instance_type = "t2.micro"
ssh_username = "ubuntu"
ami_name = "cornerstone_AWS {{timestamp}}"