To find the right value to set for the External ID Epsagon parameter, go to your Epsagon settings and click the CloudFormation deploy button:
Then copy the ExternalID into your Terraform file:
$ cdk bootstrap
Then, run
EXTERNAL_ID=<YOUR EXTERNAL ID> cdk deploy
to deploy the stack.
- Copy over
resources/epsagon_template.jsoninto your project - Copy over
lib/install-epsagon-cf-stack-stack.tsinto your project - Copy over
bin/install-epsagon-cf-stack.tsinto your project - In
bin/install-epsagon-cf-stack.ts:- Adjust the
envobject and configure your AWS Account ID and region
- Adjust the
- Run
npm install @aws-cdk/cloudformation-include
MIT

