Customize the Serverless IAM Policy

From @jayair on Fri Dec 01 2017 18:44:44 GMT+0000 (UTC)

Link to chapter - https://serverless-stack.com/chapters/customize-the-serverless-iam-policy.html

Copied from original issue: https://github.com/AnomalyInnovations/serverless-stack-com/issues/167

Hi,

It seems the cloudformation:PreviewStackUpdate permission doesn’t exist, the IAM policy editor raises an error.

1 Like

Thanks for pointing that out. There might have been some changes in CloudFormation and the article needs to be updated with that.

Hello,

It seems there is missing:

            "cloudformation:DescribeStackResources",
            "cloudformation:DescribeStackResource",
            "cloudformation:DescribeStackEvents",
            "cloudformation:DescribeStacks"

Who are needed for serverless deploy :smiley:
Thanks for this article !!!

1 Like

Oh I see. Maybe there was a recent update. We’ll take a look. Thanks for letting us know.

Thank you very much! I was struggling with this and wanted to move away from attaching the SystemAdministrator policy to Users or Groups. It works like a charm - very helpful!

1 Like