IBM::EC2::AutoScalingPolicy

This resource type represents an automatic scaling policy on Amazon Elastic Compute Cloud. It extends the type OS::Heat::ScalingPolicy.
Table 1. Properties
Name Type Required Description
adjustment_type String True Type of adjustment (absolute or percentage). The following values are allowed:
  • change_in_capacity
  • exact_capacity
  • percent_change_in_capacity
  • ChangeInCapacity
  • ExactCapacity
  • PercentChangeInCapacity
auto_scaling_group_id String True Automatic scaling group ID to apply policy to.
cooldown Number False Cooldown period, in seconds.
name String False Name of scaling policy.
scaling_adjustment Number True Size of adjustment.
This resource type has no attributes.

Feedback