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.json
into your project - Copy over
lib/install-epsagon-cf-stack-stack.ts
into your project - Copy over
bin/install-epsagon-cf-stack.ts
into your project - In
bin/install-epsagon-cf-stack.ts
:- Adjust the
env
object and configure your AWS Account ID and region
- Adjust the
- Run
npm install @aws-cdk/cloudformation-include
MIT