Setup for AWS S3¶
Configure¶
Perform following steps to configure Dataserver with AWS-S3:
-
SSH into the instance where Privacera Manager is installed.
-
Open the
vars.dataserver.aws.yml
file. -
Modify the following properties:
YAML Data Plane Mode
- It is mandatory to set the
DATASERVER_D2P_MODE_ENABLE
andDATASERVER_AWS_MULTI_ACCOUNT_PROFILE_ENABLE
properties to true to enable the DataServer for Data Plane mode.
- It is mandatory to set the
- Once the properties are configured, run the following commands:
Perform following steps to configure Dataserver with AWS-S3 in PrivaceraCloud:
- In PrivaceraCloud, navigate to Settings -> Applications.
- On the Applications screen, select S3 application under Available connections.
- Enter the application Name and Description, then click Save.
- You will see Privacera Access Management and Data Discovery with toggle buttons.
- Enable Privacera Access Management by toggling the button.
- Under the BASIC tab, enter the following:
- Profile Name: Enter a unique profile name for your application.
You can set up multiple AWS accounts. You can see the tabs with your application names in the File Explorer.
- AWS Account Setup:
- Without IAM Role:
- AWS Access Key: Enter the Access Key for the AWS account.
- AWS Secret Key: Enter the Secret Key for the AWS account.
- AWS Region: Enter the region of the AWS S3 bucket.
- With IAM Role:
- AWS IAM Role: Enter the full ARN of the IAM Role.
- AWS Region: Enter the region of the AWS S3 bucket.
- Without IAM Role:
- Click on the Test Connection button to verify the connection.
- On the ADVANCED tab, you can add custom properties if needed.
- Click on the Test Connection again to ensure the settings are correct, then click Save.
Validation¶
To validate AWS S3 configuration, one of the following approach can be followed:
- Prev topic: Prerequistes
- Next topic: Advanced Configuration