Bootstrap AWS Cloud Development Kit
Privitar AWS is an AWS Cloud Development Kit (CDK) application. In order to begin to deploy Privitar AWS into an AWS Cloud environment, you need to provision resources that the AWS CDK needs to perform the deployment. These resources will include, an Amazon S3 bucket for storing data for example. The process of provisioning these initial resources is called bootstrapping.
You can learn about bootstrapping within the Amazon Guide to Bootstrapping. However, you must bootstrap with a version of the AWS CDK that is compatible with the Privacy Platform deployment.
A compatible AWS CDK Bootstrap Cloudformation template (v1.107.0) can be downloaded directly from the AWS CDK project at: https://raw.githubusercontent.com/aws/aws-cdk/v1.107.0/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Note
If you are not familiar with how to bootstrap the AWS CDK, Prvitar can provide guidance and support. Contact support@privitar.com
.