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

Requires capabilities : [CAPABILITY_IAM] #455

Open
shun198 opened this issue Jul 17, 2024 · 0 comments
Open

Requires capabilities : [CAPABILITY_IAM] #455

shun198 opened this issue Jul 17, 2024 · 0 comments

Comments

@shun198
Copy link

shun198 commented Jul 17, 2024

Hi
When using rain, I failed creating a stack instance using the stackset command

rain stackset deploy cloudformation/templates/security/cloudtrail.yml CloudTrailStack \
        --profile administrator \
        --regions ap-northeast-1 \
        --params ProjectName=project,Environment=dev \
        --accounts 123456789012 -y
Stack set has been created successfuly with ID: CloudTrailStack:
Submitted CREATE instances operation with ID: 
Stack set operation resulted with state: FAILED
Stack set instances have been created successfully

Here is the following error

Requires capabilities : [CAPABILITY_NAMED_IAM]

Is there a way to pass CAPABILITY_IAM as a parameter like this?

rain stackset deploy cloudformation/templates/security/cloudtrail.yml CloudTrailStack \
        --profile administrator \
        --regions ap-northeast-1 \
        --params ProjectName=project,Environment=dev \
        --capabilities CAPABILITY_IAM
        --accounts 123456789012 -y
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