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

list of needed AWS actions out of date? #884

Open
josh-m-sharpe opened this issue Mar 27, 2024 · 1 comment
Open

list of needed AWS actions out of date? #884

josh-m-sharpe opened this issue Mar 27, 2024 · 1 comment

Comments

@josh-m-sharpe
Copy link

josh-m-sharpe commented Mar 27, 2024

The AWS Actions shown here seem to be out of date:

https://developer.hashicorp.com/nomad/tools/autoscaling/plugins/target/aws-asg

The below list started with the above ^^, but the autoscaler at one point or another threw an error saying other permissions were needed. Now I have this list:

        "autoscaling:CreateOrUpdateTags",
        "autoscaling:DescribeAutoScalingGroups",
        "autoscaling:DescribeAutoScalingInstances",
        "autoscaling:DescribeInstanceRefreshes",
        "autoscaling:DescribeLaunchConfigurations",
        "autoscaling:DescribePolicies",
        "autoscaling:DescribeScalingActivities",
        "autoscaling:SetDesiredCapacity",
        "autoscaling:TerminateInstanceInAutoScalingGroup",
        "autoscaling:UpdateAutoScalingGroup"
@josh-m-sharpe josh-m-sharpe changed the title AWS resources doc out of date? list of needed AWS actions out of date? Mar 27, 2024
@jrasell
Copy link
Member

jrasell commented Apr 2, 2024

Hi @josh-m-sharpe and thanks for raising this issue. We should certainly take a look over the documented actions, and update them as needed.

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

No branches or pull requests

2 participants