~travisshears/aws_cdk_tailscale_exit_node

f0267732 — Travis Shears 10 months ago
add scripts
6966bbf5 — Travis Shears 10 months ago
update packages
41a9fa75 — Travis Shears 1 year, 1 month ago
add LICENSE

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~travisshears/aws_cdk_tailscale_exit_node
read/write
git@git.sr.ht:~travisshears/aws_cdk_tailscale_exit_node

You can also use your local clone with git send-email.

#Tailscale Exit Node via AWS EC2 deployed with CDK

Followed this blog post.

#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
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template