Enable Customer Managed Keys for your Organization on Amazon Web Services

Enable Customer Managed Keys for your Organization on Amazon Web Services

Step 2. Create an IAM policy for the key

Step 2. Create an IAM policy for the key

In the AWS Management Console, create an IAM policy for the CMK to define its permissions. Note the policy name because you'll need it when you create an IAM role to access the key.
  1. In the search bar, search for
    IAM
    .
  2. Under
    Access Management
    , navigate to
    Policies
    .
  3. Click
    Create Policy
    , switch to the JSON view, and enter the following text:
    { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "kms:Decrypt", "kms:Encrypt", "kms:DescribeKey" ], "Resource": "{your key ARN}" } ] }
  4. Click
    Next
    .
  5. Optionally, add tags to the policy.
  6. Click
    Next
    .
  7. Enter a meaningful name for the policy, for example,
    Informatica-KMS-Access
    , and click
    Create policy
    .

0 COMMENTS

We’d like to hear from you!