tf_aws_bastion_s3_keys
tf_aws_bastion_s3_keys copied to clipboard
A Terraform module for creating bastion host on AWS EC2 and populate its ~/.ssh/authorized_keys with public keys from bucket
The current user script doesn't work for Ubuntu LTS > 18.04 due to the fact that python3 is now the default python version. I have confirmed that this PR successfully...
Currently the bastion security group will have at least 2 inbound rules: one ipv4 and one ipv6. There is no way to, for example, exclude the ipv6 inbound rule. In...
Modifying deprecated "tags" to "tag" variable
I'm having issues with my mac m1 chip, so after investigated a little, i've found the issue in this library. The template_file data source was deprecated since terraform implemented the...
Currently this module adds multiple keys to a single user. I don't think it would be too hard to create a user for each key. What do you think? It...
The current code does not work with Debian buster or Ubuntu 18.04 LTS or later. This is because these distributions use python3 as the default python version. The fix suggested...
Something like: -------AZ------------ PUB Subnet ------- A Record ---------------------- "ap-southeast-1a" => "10.0.0.0/24" => bastion.ap-southeast-1a.xyz.com "ap-southeast-1b" => "10.0.1.0/24" => bastion.ap-southeast-1b.xyz.com With an ASG spanning the region and min/max=1
The ASG should use a 'bastion' placement group