strongishllama / dev-machine-cdk

The CDK infrastructure for my personal dev machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Machine CDK

License: MIT

The project contains the CDK infrastructure for my personal dev machine.

  • At its core the dev machine is an EC2 instance that can be connected using the AWS CLI and the Remote SSH Visual Studio Code plugin.
  • Changes to the dev machine are deployed through a pipeline that leverages the AWS CDK Pipelines module.
  • The EC2 instance will be automatically shutdown by a Lambda function when network traffic out of the instance is low enough.

About

The CDK infrastructure for my personal dev machine.

License:MIT License


Languages

Language:TypeScript 93.8%Language:JavaScript 6.2%