Configure IAM Role External ID

Perform the following steps to configure IAM role external ID.

  1. To set the External ID configured in the IAM role, include the following property in the vars.dataserver.aws.yml file:
    YAML
    1
    2
    3
    4
    DATASERVER_AWS_PROFILE_PROPERTIES:
    - PROFILE_NAME: "aws_account1"
      PROFILE_PROPERTIES:
        - IAM_ROLE_EXTERNAL_ID: "external_id_value"
    
  2. Once the properties are configured, refer to the Privacera Manager Quickstart.
  1. In PrivaceraCloud, navigate to Settings -> Applications.
  2. On the Connected Applications screen, select S3.
  3. Click the edit icon next to the Account Name, then go to Access Management -> BASIC tab.
  4. In the AWS IAM Role External Id field, add external_id_value.
  5. Click the Test Connection button to verify the connection.
  6. Once the connection is successful, click Save.

Comments