We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recently AWS released an addition for Auto-Scaling policies, called "StepScaling" policies.
this is the announcement: https://aws.amazon.com/blogs/aws/auto-scaling-update-new-scaling-policies-for-more-responsive-scaling/
also you can refer to "PolicyType" in the link below. http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_PutScalingPolicy.html
unfortunately Asgard doesn't seem to recognize this type of scaling policies, and thus doesn't allow to copy ASG's with it.
2015-07-13_07:46:42 Exception: com.amazonaws.AmazonServiceException: Status Code: 400, AWS Service: AmazonAutoScaling, AWS Request ID: 4d9d671e-2933-11e5-aa35-bb4a085a0cba, AWS Error Code: ValidationError, AWS Error Message: Scaling increment must be specified for a SimpleScaling policy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
recently AWS released an addition for Auto-Scaling policies, called "StepScaling" policies.
this is the announcement:
https://aws.amazon.com/blogs/aws/auto-scaling-update-new-scaling-policies-for-more-responsive-scaling/
also you can refer to "PolicyType" in the link below.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_PutScalingPolicy.html
unfortunately Asgard doesn't seem to recognize this type of scaling policies, and thus doesn't allow to copy ASG's with it.
2015-07-13_07:46:42 Exception: com.amazonaws.AmazonServiceException: Status Code: 400, AWS Service: AmazonAutoScaling, AWS Request ID: 4d9d671e-2933-11e5-aa35-bb4a085a0cba, AWS Error Code: ValidationError, AWS Error Message: Scaling increment must be specified for a SimpleScaling policy
The text was updated successfully, but these errors were encountered: