terraform-aws-ssh-bastion-service

Terraform plan to deploy ssh bastion as a containerised, stateless service on AWS with IAM based authentication (by joshuamkite)

Terraform-aws-ssh-bastion-service Alternatives

Similar projects and alternatives to terraform-aws-ssh-bastion-service

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better terraform-aws-ssh-bastion-service alternative or higher similarity.

terraform-aws-ssh-bastion-service reviews and mentions

Posts with mentions or reviews of terraform-aws-ssh-bastion-service. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • Adding two separte custom_data blocks?
    1 project | /r/Terraform | 6 Jun 2023
    I'm not sure from this exactly what you're trying to do. If you're working with cloudinit/userdata then I can point you to an example.
  • Best tips for reducing cloud costs?
    3 projects | /r/devops | 18 May 2023
    I actually mashed together cloudposse/terraform-aws-dynamic-subnets (which has an option to use NAT instances instead of gateways) and joshuamkite/terraform-aws-ssh-bastion-service. That allowed for even cheaper setups where your bastion jump-host (the host you proxy through to get to the private subnets) is also the NAT gateway. I quite liked this setup because the bastion sessions were sufficiently sandboxed in a ephemeral container, and we didn't need twice the number of hosts to have both NAT instances and bastions.
  • templatefile to use 'inline templates'
    1 project | /r/Terraform | 2 Mar 2023
    I have a public terraform module which i migrated away from the template provider last year. You can see how I handled the changes and used the new provider if that helps
  • Executing remote-exec via terraform led to my resource to stuck at still creating
    2 projects | /r/Terraform | 23 Jan 2023
    You should try to avoid using remote exec with terraform wherever possible. It's not a great fit with the declarative approach that Terraform aims for. Here you would be better off using 'user data' to provision your instance. I have a public project that deploys and builds a Golang app on EC2. It's a bit more complicated than your example here, but it does demonstrate a method for doing what you're trying to do with the approach that I have suggested.
  • How to pratice
    2 projects | /r/Terraform | 29 Dec 2022
    The thing that really moved me on from junior to senior in this area was finding something that was a common pain point for many people that I could focus on to address as a 'simple' solution that could be used as a 'black box' or 'tick box'. Once it picked up steam I had to deal with other people's use cases and suggestions that I had never considered before, both in person (when i spoke at meetups) and online (open source project).
  • Terraform: Jesus, how to generate YAML from a template file?
    1 project | /r/Terraform | 23 Dec 2022
    It looks like you might be misunderstanding the purpose of the yamlencode function here. Terraform doesn't need to know anything about the syntax of the file you're using with templatefile, as long as it's text, you're good. Just start with a yaml file and use the templatefile syntax for your substitutions. Examples
  • Upgrading from 0.11 to 1.3
    1 project | /r/Terraform | 2 Nov 2022
    I have a public Terraform module with releases incrementing from tf 11 thru 1.2.0 where you can see changes dealing with this sorry of thing
  • Terraform and EC2 user_data to create 2 files
    3 projects | /r/Terraform | 8 Sep 2022
    I'm well aware. My repo that I linked is in multi part mime. An older version used different mime types but I couldn't get it to handle all the conditional logic reliably
  • Terraform plan is different across systems (Linux and Windows)
    2 projects | /r/Terraform | 2 Jul 2022
    I haven't seen your code but it sounds like you're using it wrong. I can well imagine that if you apply multiple cloudinit_config files to a single host that they get placed in alphabetical order but I don't really get why you would want to do that. In many environments, e.g. AWS, you can only supply a single user data file to your host anyway. cloudinit_config supports mullti-part MIME encoding so that you can combine sections from multiple sources in a predictable way.
  • Terraform AWS assume role policy help
    1 project | /r/Terraform | 9 Jun 2022
    You can see terraform rendering IAM policies with interpoalted assume role policies in my module.
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic terraform-aws-ssh-bastion-service repo stats
12
204
0.0
12 months ago

joshuamkite/terraform-aws-ssh-bastion-service is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of terraform-aws-ssh-bastion-service is HCL.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com