├── diagrams └── aws-fargate-contrast-security-integration-2.png └── README.md /diagrams/aws-fargate-contrast-security-integration-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Contrast-Security-OSS/aws-fargate-cdk-example/main/diagrams/aws-fargate-contrast-security-integration-2.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # aws-fargate-cdk-example 2 | 3 | The code in this github repository gives a step-by-step instruction on how to templatize and scale an EKS/Fargate/Contrast Security implementation via AWS CDK. 4 | 5 | The instructions assume that the user has knowledge of how to integrate a Contrast Security agent with an application being deployed to an Amazon EKS cluster via AWS Fargate - for more information, please refer to the repository [here](https://github.com/Contrast-Security-OSS/aws-fargate-example). 6 | 7 | ![Contrast Fargate-EKS-cdk Integration Example](/diagrams/aws-fargate-contrast-security-integration-2.png) 8 | 9 | This github repository contains the following sections: 10 | * 11 | 12 | *Note - More information on Contrast Security can be found [here](www.contrastsecurity.com)* 13 | --------------------------------------------------------------------------------