You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to update a service with desiredCount, min and max, I get the error:
User: arn:aws:sts::xxxxxxxxxxxx:assumed-role/mu-cloudformation-common-us-east-1/AWSCloudFormation is not authorized to perform: application-autoscaling:DescribeScheduledActions
Evidently this is only used when updating an existing service rather than creating a new one. The solution to this should just be to add the application-autoscaling:DescribeScheduledActions, which evidently isn't described ANYWHERE. Thanks AWS.
The text was updated successfully, but these errors were encountered:
When trying to update a service with desiredCount, min and max, I get the error:
User: arn:aws:sts::xxxxxxxxxxxx:assumed-role/mu-cloudformation-common-us-east-1/AWSCloudFormation is not authorized to perform: application-autoscaling:DescribeScheduledActions
Evidently this is only used when updating an existing service rather than creating a new one. The solution to this should just be to add the application-autoscaling:DescribeScheduledActions, which evidently isn't described ANYWHERE. Thanks AWS.
The text was updated successfully, but these errors were encountered: