
Requires change I87c694cfa7725e32956062b63529c3bda5804ba7 to work properly Change-Id: I16e9fcf5b95d9f77c26e80680975be701d2be271
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
{
|
|
"AWSTemplateFormatVersion": "2010-09-09",
|
|
|
|
"Resources": {
|
|
"$instanceName": {
|
|
"Type": "AWS::EC2::Instance",
|
|
"Properties": {
|
|
"InstanceType": "$instanceType",
|
|
"ImageId": "$imageName",
|
|
"AvailabilityZone": "$availabilityZone",
|
|
"UserData": "$userData"
|
|
}
|
|
}
|
|
}
|
|
}
|