Scaling Plan Args
Manages an AWS Auto Scaling scaling plan. More information can be found in the AWS Auto Scaling User Guide.
NOTE: The AWS Auto Scaling service uses an AWS IAM service-linked role to manage predictive scaling of Amazon EC2 Auto Scaling groups. The service attempts to automatically create this role the first time a scaling plan with predictive scaling enabled is created. An
aws.iam.ServiceLinkedRole
resource can be used to manually manage this role. See the AWS documentation for more details.
Example Usage
Import
Using pulumi import
, import Auto Scaling scaling plans using the name
. For example:
$ pulumi import aws:autoscalingplans/scalingPlan:ScalingPlan example MyScale1
Constructors
Properties
CloudFormation stack or set of tags. You can create one scaling plan per application source.
Scaling instructions. More details can be found in the AWS Auto Scaling API Reference.