Article for explaining custom policy syntax

0

Can someone recommend articles that explain the syntax of a custom policy so that I can write good custom policy without doing guess work.

For example when do we need to include condition, why is resource normally assigned with *, can we use ARN instead of resource in the policy.

Unfortunately, the article Policies and Permissions does not explain the syntax. Thanks

profile picture
Lottie
已提问 4 个月前116 查看次数
2 回答
1
已接受的回答

This should help understand the syntax. There are also many policy examples and Policy Generator for you to use as a handy tool to write policies.

profile pictureAWS
专家
已回答 4 个月前
profile picture
专家
Steve_M
已审核 4 个月前
  • IAM JSON policy elements: saves my life

1

Hi, hannah

This contains explainations on policy type with writing structure, including code examples https://spacelift.io/blog/iam-policy It includes Conditions examples with filtering on that as well.

If this helps solve your problem, please choose this as the Accepted Answer so others on re:Post may benefit - Thank you!

profile pictureAWS
已回答 4 个月前
  • The tutorial for creating IAM policy is easy to follow. Thanks!

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容