Copying the Privitar AWS Binaries
The Privitar AWS binaries consist of all the required software to run the platform in an AWS Cloud environment. The binaries are available from the following URL which points to a shared AWS Cloud location that is hosted by the platform. The location is private, but Privitar will have given you access. (See Pre-requisites for deploying Privitar AWS.):
s3://privitar-latest-release/infra.zip
The easiest way to copy the zip file from the Privitar AWS Cloud Environment to your AWS Cloud environment is to use the AWS CloudShell service. This service has the AWS Command Line Interface (CLI) (v2) installed and configured so you can run aws s3
commands to manage the contents of your s3 buckets:
Sign in to the AWS Management Console and open the Amazon S3 console at:
https://console.aws.amazon.com/s3/
Choose the CloudShell AWS service. This is a browser-based shell that makes it easy to securely manage, explore, and interact with your AWS resources using a command-line.
From CloudShell, enter the following command to copy the zip file from the platform to your location, where
<my-customer-bucket>
is an S3 location in your area where you wish to copy the file:aws s3 cp s3://privitar-latest-release/infra.zip s3://my-customer-bucket/infra.zip
For a comprehensive description of using CloudShell, refer to AWS CLoudShell User Guide.