Skip to content

batako/aws-raspberry-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create Packer vars file

cat > ./packer/variables.pkrvars.hcl << EOF
region        = "ap-northeast-1"
ami_name      = "raspberry-pi-dev"
instance_type = "t2.micro"
ssh_username  = "ec2-user"
environment   = "dev"
EOF

Create Terraform vars file

cat > ./terraform/terraform.tfvars << EOF
aws_region          = "ap-northeast-1"
aws_profile         = "automan"
base_ami_name       = "raspberry-pi-dev_*"
security_group_name = "security-group-name"
my_cidr_block       = "xxx.xxx.xxx.xxx/32"
route53_zone_name   = "my-domain"
route53_record_name = "my-sub-domain"
ec2_name            = "ec2-name"
key_pair_name       = "key-pair"
EOF

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published