{"id":20645017,"url":"https://github.com/romanow/terraform-aws-k8s","last_synced_at":"2026-04-28T16:35:18.977Z","repository":{"id":146005738,"uuid":"564660540","full_name":"Romanow/terraform-aws-k8s","owner":"Romanow","description":"Terraform scripts to deploy k8s cluster AWS provider","archived":false,"fork":false,"pushed_at":"2022-11-11T07:44:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T09:31:10.515Z","etag":null,"topics":["aws","eks","kubernetes","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Romanow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-11T07:42:37.000Z","updated_at":"2022-11-16T08:52:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6e3faa8-6d28-4765-a4e8-ff194215e151","html_url":"https://github.com/Romanow/terraform-aws-k8s","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fterraform-aws-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fterraform-aws-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fterraform-aws-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fterraform-aws-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Romanow","download_url":"https://codeload.github.com/Romanow/terraform-aws-k8s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242714054,"owners_count":20173581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","eks","kubernetes","terraform"],"created_at":"2024-11-16T16:18:25.000Z","updated_at":"2026-04-28T16:35:13.953Z","avatar_url":"https://github.com/Romanow.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform scripts to create AWS EKS cluster\n\n## Подготовка\n\n##### Установка terraform с помощью [tgenv](https://github.com/tfutils/tfenv)\n\nУстанавливаем версию terraform из файла ([.terraform-version](.terraform-version)).\n\n```shell\n$ tfenv install\n```\n\n##### Установка terragrunt с помощью [tgswitch](https://github.com/warrensbox/tgswitch)\n\nУстанавливаем версию terraform из файла [tgswitch](https://github.com/warrensbox/tgswitch).\n\n```shell\n$ tgswith\n```\n\n##### Инициализация AWS cli\n\n```shell\n$ asw configure\nAWS Access Key ID: \u003cAccess Key\u003e\nAWS Secret Access Key: \u003cSecret Key\u003e\nDefault region name: eu-central-1\nDefault output format: yaml\n```\n\nПолучение Access/Secret keys: go to [AWS console](https://console.aws.amazon.com/) -\u003e `Security Credentials`\n-\u003e `Access keys (access key ID and secret access key)` -\u003e `Create New Access Key`.\n\n## Запуск кластера\n\n```shell\n$ terraform plan\n$ terraform apply\n$ aws eks --region $(terraform output -raw region) update-kubeconfig \\\n    --name $(terraform output -raw cluster_name)\n    \n$ kubectl get nodes\n```\n\n## Ссылки\n\n1. [terraform-docs](https://github.com/terraform-docs/terraform-docs)\n2. [Provision Amazon EKS Cluster using Terraform](https://medium.com/devops-mojo/terraform-provision-amazon-eks-cluster-using-terraform-deploy-create-aws-eks-kubernetes-cluster-tf-4134ab22c594)\n3. [AWS VPC Terraform module](https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest)\n4. [AWS EKS Terraform module](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanow%2Fterraform-aws-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanow%2Fterraform-aws-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanow%2Fterraform-aws-k8s/lists"}