
Modified UI forms and workflows for Linux services Key Pair parameter moved to the last page of service configuration form and this parameter is not required. Implements: blueprint rewrite-key-pair-for-linux-based-services Change-Id: I3c1a6bb075ecda4dd49ea2a8b86627723ffbb048
19 lines
409 B
Plaintext
19 lines
409 B
Plaintext
{
|
|
"AWSTemplateFormatVersion": "2010-09-09",
|
|
|
|
"Resources": {
|
|
"$instanceName": {
|
|
"Type": "AWS::EC2::Instance",
|
|
"Properties": {
|
|
"InstanceType": "$instanceType",
|
|
"ImageId": "$imageName",
|
|
"AvailabilityZone": "$availabilityZone",
|
|
"UserData": "$userData"
|
|
}
|
|
}
|
|
},
|
|
|
|
"Outputs": {
|
|
}
|
|
}
|