aws-cloudformation / aws-cloudformation-templates

A collection of useful CloudFormation templates
Apache License 2.0
4.65k stars 4.25k forks source link

Add a sample for setting up a VSCode server on EC2 #441

Closed ericzbeard closed 1 month ago

ericzbeard commented 2 months ago

Like this but without CDK: https://github.com/aws-samples/vscode-on-ec2-for-prototyping

ericzbeard commented 1 month ago

Also incorporate cfn init as a good example on modern OSs.

ericzbeard commented 1 month ago

Done in #443, but we still need cfn-signal to wait for the user data script to finish. Probably not necessary, since the CloudFront distribution takes a while to complete.