IBM::EC2::LaunchConfiguration

This resource type represents a launch configuration on Amazon Elastic Compute Cloud.
Table 1. Properties
Name Type Required Description
image_id String True Amazon Machine Image (AMI) ID.
instance_type String True Instance type (flavor).
key_name String False SSH key to use with instances.
name String False Name of launch configuration.
security_groups String False Security groups to add to instances.
user_data String False User data to apply to instances.
This resource type has no attributes.

Feedback