Pre-Configuration

Configuration steps before installing the protector.

    Provide AWS sub-account

    Identify or create an AWS account where the Protegrity solution will be installed. The installation instructions assume the same AWS account and region are used for Cloud Protect API deployment.

    AWS Account ID: ___________________

    AWS Region: ___________________

    Create S3 bucket for Installing Artifacts

    This S3 bucket will be used for the artifacts required by the CloudFormation installation steps. This S3 bucket must be created in the region that is defined in Provide AWS sub-account.

    To create S3 bucket for installing artifacts:

    1. Sign in to the AWS Management Console and open the Amazon S3 console.

    2. Change region to the one determined in Provide AWS sub-account

    3. Click Create Bucket.

    4. Enter a unique bucket name:

      For example, protegrity-install.us-west-2.example.com.

    5. Upload the installation artifacts to this bucket. Protegrity will provide the following artifacts.

      • protegrity-s3-protector-<version>.zip

      Artifact S3 Bucket Name: ___________________

    Cloud Protect API function

    Protegrity Cloud Protect API on AWS is required for the S3 Protector installation. See the Cloud Protect API on AWS documentation to create a new installation if one is not already available in your account/region. With Cloud Protect API on AWS installed, follow the below instructions to obtain the ARN of the protector lambda function.

    Follow these steps to obtain Cloud API Lambda ARN.

    1. Access the AWS Management Console.

    2. Navigate to the Cloud Protect API function in the AWS Lambda service.

    3. Open the Cloud Protect API function.

    4. From the Lambda view, choose Aliases, then click on Production alias.

    5. At the top right, copy the Lambda function ARN and record it. The Cloud API Production Alias ARN will be used later in this installation guide when creating IAM policy and deploying S3 Protector with Cloud Formation template.

    Cloud Protect API function ARN: ____________________

    S3 Buckets For Input And Output Data

    Two S3 buckets are required. One bucket is used for incoming files. The second bucket is used for files processed by the S3 Protector. The buckets must be different. The S3 buckets should be created in the region that is defined in Provide AWS sub-account.

    Identify existing bucket names or follow the steps below to create new buckets.

    1. Sign in to the AWS Management Console and open the Amazon S3 console.

    2. Change region to the one determined in Provide AWS sub-account

    3. Select Create Bucket.

    4. Enter a globally unique bucket name. For example: in.us-west-2.example.com or out.us-west-2.example.com.

    5. Scroll down and configure S3 bucket security features. It is strongly recommend to keep Block all public access on. It is also recommend to enable server-side encryption.

    6. Record bucket names. They will be required later in this installation guide.

    Input S3 Bucket Name: ____________________

    Output S3 Bucket Name: ____________________

    What’s Next


    Last modified : January 02, 2026