Fortinet black logo

Online Help

AWS Policy Creation

Copy Link
Copy Doc ID df548089-ec91-11ee-8c42-fa163e15d75b:620001

AWS Policy Creation

  1. Go to your AWS console dashboard, search and click IAM.
  2. Click Policies from the left navigation menu.
  3. Click Create policy, and go to JSON tab.
  4. Replace the existing JSON code with the following:
  5. {

    "Version": "2012-10-17",

    "Statement": [

    {

    "Action": [

    "s3:Get*",

    "s3:List*",

    "s3:Put*",

    "s3:Delete*",

    "s3:CreateBucket",

    "iam:List*",

    "iam:Get*",

    "cloudtrail:LookupEvents",

    "cloudtrail:GetTrailStatus",

    "cloudtrail:DescribeTrails",

    "cloudtrail:ListTags",

    "cloudtrail:GetEventSelectors",

    "config:Get*",

    "config:Describe*",

    "config:Deliver*",

    "config:List*"

    ],

    "Resource": "*",

    "Effect": "Allow"

    }

    ]

    }

  6. Click Review policy.
  7. Name the new policy, e.g. , "forticasb_authentication".
  8. Click Create policy.

Your new policy will be created.

Please keep your policy name later for role creation.
For the purpose behind the AWS services being used to create the custom policy, please refer to Appendix A - Amazon Policy Usage.

AWS Policy Creation

  1. Go to your AWS console dashboard, search and click IAM.
  2. Click Policies from the left navigation menu.
  3. Click Create policy, and go to JSON tab.
  4. Replace the existing JSON code with the following:
  5. {

    "Version": "2012-10-17",

    "Statement": [

    {

    "Action": [

    "s3:Get*",

    "s3:List*",

    "s3:Put*",

    "s3:Delete*",

    "s3:CreateBucket",

    "iam:List*",

    "iam:Get*",

    "cloudtrail:LookupEvents",

    "cloudtrail:GetTrailStatus",

    "cloudtrail:DescribeTrails",

    "cloudtrail:ListTags",

    "cloudtrail:GetEventSelectors",

    "config:Get*",

    "config:Describe*",

    "config:Deliver*",

    "config:List*"

    ],

    "Resource": "*",

    "Effect": "Allow"

    }

    ]

    }

  6. Click Review policy.
  7. Name the new policy, e.g. , "forticasb_authentication".
  8. Click Create policy.

Your new policy will be created.

Please keep your policy name later for role creation.
For the purpose behind the AWS services being used to create the custom policy, please refer to Appendix A - Amazon Policy Usage.