Skip to content
New issue

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

ApplicationAutoScaling issue #1

Open
deepakmane opened this issue Oct 31, 2019 · 1 comment
Open

ApplicationAutoScaling issue #1

deepakmane opened this issue Oct 31, 2019 · 1 comment

Comments

@deepakmane
Copy link

Dear All ,
When i am trying to use this cloudformation script for Autoscaling . Following error message displayed

KinesisAutoscaling failed : Account is not authorized (Service: AWSApplicationAutoScaling; Status Code: 400; Error Code: AccessDeniedException; Request ID: 33186854-fc33-11e9-88e1-5b2d2a1d587a)

Account is not authorized (Service: AWSApplicationAutoScaling; Status Code: 400; Error Code: AccessDeniedException; Request ID: 33186854-fc33-11e9-88e1-5b2d2a1d587a)
Cloudformation_issue

@wchaws
Copy link

wchaws commented May 23, 2022

@deepakmane try add below permission

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "application-autoscaling:*",
        "cloudwatch:DescribeAlarms",
        "cloudwatch:PutMetricAlarm"
      ],
      "Resource": [
        "*"
      ]
    }
  ]
}

https://serverfault.com/a/854185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants