StackState IAM role: EC2
StackState Self-hosted v4.6.x
This page describes StackState version 4.6.
Overview
If StackState is running within an AWS environment on an EC2 instance, it can have an IAM role attached to the EC2 instance. When this role is available, the AWS StackPack can be installed with the use-role
option for IAM authentication (the AWS Access Key ID and AWS Secret Access Key). The attached role will then be used by the StackState CloudWatch plugin to retrieve metrics from CloudWatch.
Set up IAM role for StackState on EC2
To set up an IAM role for the AWS StackPack to use, follow the instructions below.
Create a policy that allows the
AssumeRole
action for the resourcearn:aws:iam::*:role/StackStateAwsIntegrationRole
. This is the same policy as used for the Agent IAM role on EC2. Take note of the policy name.Attach the newly created EC2 instance role to the EC2 instance where StackState is running.
See also
Last updated