Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertobandini/terraform-eks-with-vpn-and-cluster-autoscaler

How to create an AWS EKS cluster with VPN access using Terraform
https://github.com/robertobandini/terraform-eks-with-vpn-and-cluster-autoscaler

aws cluster-autoscaler eks terraform vpc vpn

Last synced: 18 days ago
JSON representation

How to create an AWS EKS cluster with VPN access using Terraform

Awesome Lists containing this project

README

        

# terraform-eks-with-vpn-and-cluster-autoscaler

This Terraform project example allows you to create an EKS with its VPC, its VPN to access it privately and the cluster-autoscaler.

It is excellent for creating your own infrastructure on which you can then carry out your own tests and developments.

You can find any information on this post: https://www.robertobandini.it/2024/09/29/how-to-create-an-aws-eks-cluster-with-vpn-access-using-terraform/