TimurNurlygayanov abbc23ddad Fixed issue with Key Pairs for Linux-based services
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
2014-01-14 20:09:16 +04:00

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": {
}
}