We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add service for cloudformation, especially stacks
The text was updated successfully, but these errors were encountered:
Per http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_cloudformation and http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html the only limit for CloudFormation is the number of stacks, which has a default of 200.
IAM permissions:
Sorry, something went wrong.
issue #69 - needs cloudformation:DescribeStacks IAM permission, not c…
307b2b5
…loudformation:ListStacks
Merge pull request #165 from /issues/69
14e13c8
fixes #69 - add support for CloudFormation service, Stacks limit
Merged to develop in #165
f7cba90
No branches or pull requests
add service for cloudformation, especially stacks
The text was updated successfully, but these errors were encountered: