Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robertobandini/terraform-eks-with-vpn-and-cluster-autoscaler
- Owner: robertobandini
- Created: 2024-09-29T14:53:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T15:55:32.000Z (3 months ago)
- Last Synced: 2024-11-17T20:49:02.347Z (about 2 months ago)
- Topics: aws, cluster-autoscaler, eks, terraform, vpc, vpn
- Language: HCL
- Homepage: https://www.robertobandini.it/2024/09/29/how-to-create-an-aws-eks-cluster-with-vpn-access-using-terraform/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/