About 408,000 results
Open links in new tab
  1. IAM JSON policy reference - AWS Identity and Access …

    Lists detailed syntax, descriptions, and examples of the elements and condition keys in AWS Identity and Access Management (IAM) policies.

  2. AWS IAM Policies with Examples - Medium

    Jun 15, 2018 · There are two ways you can create IAM policies from IAM web console. Visual Editor and a character-based JSON policy editor. However, we focus on the JSON policy …

  3. Back to School: Understanding the IAM Policy Grammar

    Oct 30, 2014 · IAM policies use JSON syntax and a policy must use correct JSON syntax. If you want to test your JSON syntax, you can use any JSON validator. Many code-editing tools …

  4. json - How do you dynamically create an AWS IAM policy

    Sep 6, 2019 · The aws_iam_policy_document data source from aws gives you a way to create json policies all in terraform, without needing to import raw json from a file or from a multiline …

  5. create-policyAWS CLI 2.27.17 Command Reference

    You must provide policies in JSON format in IAM. However, for CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation …

  6. Grammar of the IAM JSON policy language - AWS Identity and …

    When you create or edit a JSON policy, IAM can perform policy validation to help you create an effective policy. IAM identifies JSON syntax errors, while IAM Access Analyzer provides …

  7. AWS Identity and Access Management (IAM): Custom Policy JSON

    Sep 24, 2024 · IAM policies are a powerful way to manage access control in AWS. By customizing policies using JSON, you can define specific permissions, actions, and resources …

  8. Introduction to AWS JSON Policy Documents | by Suraj Bhattarai …

    Mar 20, 2025 · AWS uses JSON policy documents to manage access and permissions across various services, including IAM policies, bucket policies, and resource policies. Understanding …

  9. How to manage IAM policies using JSON for developers in AWS?

    Aug 2, 2024 · To apply IAM policies to AWS resources, developers can create custom policies using the JSON format. These policies can be attached to IAM users, groups, or roles to …

  10. How do you add a comment to a json IAM policy? - Stack Overflow

    In each of these cases your policy documents can be stored as YAML (or some other language) instead of JSON. For example, if you use Typescript + CDK, you can put comments in your …

  11. Some results have been removed