The init/configuration commands called in the bastion host's UserData property will be applicable to a whole lot of other instances in the future. Rather than copying these commands to all those future CloudFormation templates, we should just move those commands to separate .bash files. Each EC2 instance will then just have commands to download/run the files they need. This was the functionality we intended way back when this repo was first started for user data scripts. The download/run user data script can be found in the commit in which it was deleted: 90702d2501b9477a58793b5da9c7be4de33a5d9d
The init/configuration commands called in the bastion host's UserData property will be applicable to a whole lot of other instances in the future. Rather than copying these commands to all those future CloudFormation templates, we should just move those commands to separate .bash files. Each EC2 instance will then just have commands to download/run the files they need. This was the functionality we intended way back when this repo was first started for user data scripts. The download/run user data script can be found in the commit in which it was deleted: 90702d2501b9477a58793b5da9c7be4de33a5d9d