Skip to content

v1.0.0 - Final external-script release

Choose a tag to compare

@hansmohob hansmohob released this 29 Aug 04:11
· 25 commits to main since this release

This is the final release of the developer environment that bootstraps the EC2 instance by downloading devbox-setup.sh from GitHub at boot time.

Important note for users of this version

The CloudFormation template in this release downloads its setup script from the main branch by default. Since main now contains v2 (which removed devbox-setup.sh), you must set the GitHubBranch parameter to v1 when launching this template. The v1 branch is maintained at this release's commit so the script URL keeps resolving.

What's next

v2 embeds the setup script directly in the CloudFormation template as an AWS Systems Manager document, making the solution fully self-contained with no external downloads at boot.