quickstart-linux-bastion
quickstart-linux-bastion copied to clipboard
Linux bastion host
I don't need to access my bastion externally. My VPN gives me access to my VPCs private subnet but the public subnet requires the bastion. I deploy to the private...
*Issue #, if available:* #198 *Description of changes:* Adds a parameter to force no public IP addresses to be assigned By submitting this pull request, I confirm that you can...
VolumeType is hardcoded to gp2, would like to use gp3
When using the template [linux-bastion-entrypoint-existing-vpc.template.yaml](https://github.com/aws-quickstart/quickstart-linux-bastion/blob/main/templates/linux-bastion-entrypoint-existing-vpc.template.yaml) and deploying into a VPC that has IPv6 enabled. The reason is AWS DNS servers resolve s3.{region}.amazonaws.com and cloudformation.{region}.amazonaws.com to IPv6 address that are not...
We don't have IGW in our environment. When I set Allowed bastion external access CIDR parameter to RFC 1918 CIDR to allow access to bastion host from inside the VPC,...