Update loadtest AMI name, description

This commit updates the Packer properties `ami_name` and `ami_description` for the loadtest image to reflect the image intent.
This commit is contained in:
Aaron Lane 2020-11-05 15:05:46 -05:00 committed by GitHub
parent 43f3a42a11
commit d3bb81830b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
},
"builders": [{
"name": "ubuntu18-ami",
"ami_name": "consul-ubuntu-{{isotime | clean_resource_name}}-{{uuid}}",
"ami_description": "An Ubuntu 18.04 AMI that has hey installed.",
"ami_name": "loadtest-ubuntu-{{isotime | clean_resource_name}}-{{uuid}}",
"ami_description": "An Ubuntu 18.04 AMI that has k6 installed.",
"instance_type": "t2.micro",
"region": "{{user `aws_region`}}",
"associate_public_ip_address": true,