-
Notifications
You must be signed in to change notification settings - Fork 404
Description
A CloudFormation template to create a bastion host has been previously published at aws-quickstart/quickstart-linux-bastion.
The Startup Kit template in this project and the older Quick Start template offer different implementations of the same type of solution, leading to some confusion as to which of the two solutions is the approach recommended by AWS, or if both are still current, what are the strengths/drawbacks or recommended use-cases for each.
Would it be possible to reconcile the two bastion-host templates, whether this involves deprecating one in favor of the other, or merging the features of both into a single unified and well-maintained solution?
I'm wondering if a direct comparison can be made between them, and which approach is more secure, maintainable and/or battle-tested than the other.
(Note that I've opened a parallel issue in the other project at aws-quickstart/quickstart-linux-bastion#36, and I reported a previous duplicate CloudFormation template in aws-quickstart/quickstart-linux-bastion#1 - so this is the third distinct bastion-host CloudFormation template AWS has published that I'm aware of.)