le-tf-infra-aws
le-tf-infra-aws copied to clipboard
Terraform code for Leverage Reference Architecture for AWS, designed under optimal configs for the most popular modern web and mobile applications needs.
## Describe the Feature We propose the introduction of a new Terraform layer designed to deploy a single-node Kubernetes cluster. This setup will leverage an AWS EC2 instance for the...
## Describe the Bug The key name for `cost-mgmt` layer [here](https://github.com/binbashar/le-tf-infra-aws/blob/master/management/global/cost-mgmt/config.tf#L20) is `root/cost-mgmt/terraform.tfstate`. If downloading the layer to `management` account (where it is supposed to be), it produces an error:...
## Describe the Bug When running a layer with a Kubernetes provider, this error arises randomly: ```shell ╷ │ Error: Invalid credentials │ │ with kubernetes_manifest.mixed_routing_ingress, │ on mixed-routing-ingress.tf line...
## Describe the Bug Given an SSO layer at `management/global/sso`. Adding a new group in `locals.tf` file. Running `leverage tf plan`. It gives this error: ```shell │ Error: no Identity...
## Describe the Feature All the EKS clusters should be updated to a newer version to avoid extended support. As per [this document](https://aws.amazon.com/blogs/containers/amazon-eks-extended-support-for-kubernetes-versions-pricing/) clusters in extended support will be charged...
## Describe the Feature Review our security services posture. ## Describe Ideal Solution 1. Read this article: https://cloudonaut.io/2023-08-04-aws-security-monitoring/ 2. Then review the relevant services that we have implemented in this...
## Describe the Feature Create a set of automated tests to ensure coverage, integration, etc. ## Expected Behavior This product should be granted in a set of known scenarios. ##...
## Describe the Feature - The feature request is to implement GitOps with GitHub Actions for the Reference Architecture Terraform workflow. - This is currently a "nice to have" feature...
## Describe the Feature - The feature request is to add a tag to the resources that indicates the layer for example here https://github.com/binbashar/le-tf-infra-aws/blob/d12db58487f578b88c0aa0197289c6b1a19acbc6/network/us-east-1/base-network/locals.tf#LL2C4-L2C4. Consider this must be a project...