terraform-aws-tfstate-backend
terraform-aws-dynamic-subnets
terraform-aws-tfstate-backend | terraform-aws-dynamic-subnets | |
---|---|---|
1 | 1 | |
426 | 202 | |
0.5% | 0.0% | |
6.0 | 5.9 | |
13 days ago | about 1 month ago | |
HCL | HCL | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
terraform-aws-tfstate-backend
-
Infrastructure as Code with terraform for multiple environments
This can be done manually in the AWS Console or by using a terraform module, such as cloudposse/terraform-aws-tfstate-backend.
terraform-aws-dynamic-subnets
-
Best tips for reducing cloud costs?
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.
What are some alternatives?
terraform-cost-estimation - Anonymized, secure, and free Terraform cost estimation based on Terraform plan (0.12+) or Terraform state (any version)
terraform-aws-base-networking - Terraform module for building base networking in AWS
terraform-aws-dms - Terraform module to create AWS DMS (Database Migration Service) resources πΊπ¦
my-gke-tf - Sample code showing how to create gke cluster within its own vpc using terraform. Also explains how to modularize the terraform, connect to the gke cluster and install helm charts
terraform-kubestack - Kubestack is a framework for Kubernetes platform engineering teams to define the entire cloud native stack in one Terraform code base and continuously evolve the platform safely through GitOps.
AWS-NAT-Gateway - Understand the basics of a NAT-Gateway, create one using AWS