Vitor Rosa

Results 4 issues of Vitor Rosa

## Description When using the flag `create_database_nat_gateway_route = false` I was expecting that the database subnets to not have a `0.0.0.0/0` route to a NAT GW. ## Versions - Module...

stale

**Describe the outcome you'd like** Run terraform commands with `-no-color` switch in every buildspec (https://github.com/aws-ia/terraform-aws-control_tower_account_factory/tree/main/modules/aft-customizations/buildspecs) **Is your feature request related to a problem you are currently experiencing? If so, please...

enhancement

Appending the account name to the customization pipeline name (under AWS Code Pipeline) e.g. `1234567890-customizations-pipeline` to `1234567890-customizations-pipeline-awsome-account-name` Having the account number its already an unique way to distinguish the pipelines,...

enhancement

Currently it's not possible to run the `ecs execute-command` action if the task-def sets `readonlyRootFilesystem` to true. E.g. ``` aws ecs execute-command \ --region us-east-1 \ --cluster stg-internal-pet \ --task...