dasmeta / terraform-aws-modules

Terraform modules from DasMeta to manage AWS resources

Home Page:www.dasmeta.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why

Somehow AWS does not have same tooling out of the box compared to GCP. Automate creation of Terraform README documentation and format modules before commit to github repo.

How

Modules to quickly spin up fully functional eks setup with right subnets and alb/logging/metrics and co. Using terraform-docs and terraform fmt and pre-commit hooks

NOTE

WE have some updates in this module

This modules now are separated in other repositories below are the links of that modules.

  1. aws-load-balancer-controller -> https://github.com/dasmeta/terraform-aws-eks/tree/main/modules/aws-load-balancer-controller
  2. cloudwatch-metrics -> https://github.com/dasmeta/terraform-aws-eks/tree/main/modules/cloudwatch-metrics
  3. eks -> https://github.com/dasmeta/terraform-aws-eks/tree/main/modules/eks
  4. external-secrets -> https://github.com/dasmeta/terraform-aws-eks/tree/main/modules/external-secrets
  5. fluent-bit -> https://github.com/dasmeta/terraform-aws-eks/tree/main/modules/fluent-bit
  6. metrics-server -> https://github.com/dasmeta/terraform-aws-eks/tree/main/modules/metrics-server
  7. rabbitmq -> https://github.com/dasmeta/terraform-aws-rabbitmq
  8. rds -> https://github.com/dasmeta/terraform-aws-rds
  9. complete-eks-cluster -> https://github.com/dasmeta/terraform-aws-eks
  10. cloudwatch-log-metric -> https://github.com/dasmeta/terraform-aws-monitoring/tree/main/modules/cloudwatch-log-based-metrics
  11. module source: dasmeta/modules/aws//modules/route53 -> dasmeta/dns/aws//modules/route53 code sources: ./modules/route53 -> https://github.com/dasmeta/terraform-aws-dns/tree/main/modules/route53
  12. module source: dasmeta/modules/aws//modules/s3 -> dasmeta/s3/aws code sources: ./modules/s3 -> https://github.com/dasmeta/terraform-aws-s3/

Requirements for pre-commit hooks

for Run our pre-commit hooks you need to install - terraform - terraform-docs - pre-commit

Config for GitHooks

git config core.hooksPath githooks

NOTE you must install

npm install --global git-conventional-commits

What

  • alb-ingress-controller with access logs and necessary permissions to handle k8s ingress resource
  • eks-metrics-to-cloudwatch-metrics
  • eks-logs-to-cloudwatch
  • aws-rds-postgres
  • terraform-docs
  • terraform fmt
  • pre-commit hooks

Comming soon

  • cert-manager to request certificates via AWS

About

Terraform modules from DasMeta to manage AWS resources

www.dasmeta.com

License:Apache License 2.0


Languages

Language:HCL 84.5%Language:Python 13.2%Language:JavaScript 1.2%Language:Makefile 0.4%Language:Smarty 0.3%Language:Shell 0.2%Language:Go 0.1%Language:Dockerfile 0.1%