le-tf-infra-aws icon indicating copy to clipboard operation
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.

Results 60 le-tf-infra-aws issues
Sort by recently updated
recently updated
newest added

## What? * Upgrade AWS Config Module version for all accounts * Enable AWS Config in management account * Remove unsupported attribute (check_instances_in_vpc) * Add policy to DevOps permissionSet to...

enhancement
patch

## What? * Added step to verify sender email on cost report ## Why? * If identity was not verified SES will raise an error

enhancement
patch

## What? - Delegate AWS Config Administrator to Security Account using Terraform resources instead of null_resource ## Why? * Now the resource is supported by Terraform ## References * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_delegated_administrator...

enhancement
patch

# What? In the [documentation](https://leverage.binbash.com.ar/first-steps/post-deployment/), regarding the MFA creation we have these lines: ``` Proceed to enable a virtual MFA device for your user, and generate programmatic keys for it....

enhancement
patch

### What? • Keep Updated all Terraform config on every layer. • Keep all versions update changes registered in one place. ### How? • Check and Update versions of Terraform...

enhancement
patch

## What? * Add AWS Security Hub configuration layer ## Why? * Keep the Leverage Reference Architecture up to date

feature

## Describe the Feature According to [this article](https://medium.com/@maciej.pocwierz/how-an-empty-s3-bucket-can-make-your-aws-bill-explode-934a383cb8b1), just knowing the name of a bucket, regardless of the bucket being private or public, issuing an unauthorized PUT request will charge...

feature
major

## Describe the Feature Update our [secret management conventions](https://binbash.atlassian.net/wiki/spaces/BDPS/pages/2425978910/Secrets+Management+Conventions) and make them available to the public, either via Leverage docs or via in-repo docs. ## Expected Behavior - ## Use...

## Describe the Feature Currently the ECR approach is centralized on the Shared account. That should be changed to a per-environment (account) approach. That way every account would be in...

## Describe the Feature Based on the added AWS Cloudwatch Synthetics Canaries layer (in this [PR](https://github.com/binbashar/le-tf-infra-aws/pull/552) ), which has only alerts triggered by a red situation (endpoints check failing), add...