oscarnevarezleal / poc-kms-fargate-cdk

Proof of concept: Connecting to a Fargate Instance Using SSM & KMS keys. Deploying using AWS CDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof of concept: Connecting to a Fargate Instance Using SSM & KMS keys. Deploying using AWS CDK.

This is just a proof of concept, obviously no production ready.

Usage

cdk deploy

References

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About

Proof of concept: Connecting to a Fargate Instance Using SSM & KMS keys. Deploying using AWS CDK.


Languages

Language:TypeScript 47.9%Language:Dockerfile 33.8%Language:Shell 13.4%Language:JavaScript 5.0%