Add support for Launch Templates in Auto Scaling Groups (#3236)
* Add support for Launch Templates in Auto Scaling Groups * Use named parameters, simplify parameter validation
This commit is contained in:
parent
2a27e457bf
commit
55b02c6ee9
8 changed files with 774 additions and 42 deletions
|
|
@ -538,8 +538,8 @@ class BaseResponse(_TemplateEnvironmentMixin, ActionAuthenticatorMixin):
|
|||
|
||||
returns
|
||||
{
|
||||
"SlaveInstanceType": "m1.small",
|
||||
"InstanceCount": "1",
|
||||
"slave_instance_type": "m1.small",
|
||||
"instance_count": "1",
|
||||
}
|
||||
"""
|
||||
params = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue