shiv455
shiv455

Reputation: 7764

Difference between autoscaling vs application-autoscaling IAM policy

would like to know whats difference between below to in terms of IAM policy

application-autoscaling:PutScalingPolicy

autoscaling:PutScalingPolicy

Upvotes: 1

Views: 2105

Answers (1)

John C
John C

Reputation: 8415

The key difference is that application-autoscaling:PutScalingPolicy provides permissions to create and update Application Auto Scaling scalable targets - which supports scaling a range of services such as DynamoDB and SageMaker.

autoscaling:PutScalingPolicy is for creating and updating traditional EC2 auto scaling groups.

Upvotes: 4

Related Questions