Fix launch configuration instance types.

This commit is contained in:
Steve Pulec 2015-08-03 21:48:17 -04:00
commit 1814db3dfb
2 changed files with 5 additions and 5 deletions

View file

@ -164,7 +164,7 @@ DESCRIBE_LAUNCH_CONFIGURATIONS_TEMPLATE = """<DescribeLaunchConfigurationsRespon
{% else %}
<UserData/>
{% endif %}
<InstanceType>m1.small</InstanceType>
<InstanceType>{{ launch_configuration.instance_type }}</InstanceType>
<LaunchConfigurationARN>arn:aws:autoscaling:us-east-1:803981987763:launchConfiguration:
9dbbbf87-6141-428a-a409-0752edbe6cad:launchConfigurationName/my-test-lc</LaunchConfigurationARN>
{% if launch_configuration.block_device_mappings %}