aws-control-tower-customizations
aws-control-tower-customizations copied to clipboard
The Customizations for AWS Control Tower solution combines AWS Control Tower and other highly-available, trusted AWS services to help customers more quickly set up a secure, multi-account AWS environm...
**Is your feature request related to a problem? Please describe.** Currently we don't have a consistent tagging across AWS Accounts and this has downstream impacts with incident assignment, costing &...
When defining a stackset resource in the manifest.yaml file, I have the following: manifest.yaml ``` - name: baseline-vpc template_file: templates/network/vpc.yaml parameter_file: parameters/network/oregon/vpc.json deploy_method: stack_set deploy_to_ou: - NonProduction - Production deploy_to_account:...
We use this solution to deploy customizations in our home region of us-east-2, but are trying to use it to deploy Cost Anomaly Monitors and subscriptions across all of our...
In addition to S3, and the newly added CodeCommit source providers, I would like to see GitHub be added too for those of us using GitHub instead. You should be...
I have a `cloudformation_resources` entry ``` - name: StackSetExecutionRole template_file: s3://cloudformation-stackset-sample-templates-us-east-1/AWSCloudFormationStackSetExecutionRole.yml parameter_file: parameters/stack-set-execution-role.json deploy_method: stack_set deploy_to_ou: # :type: list - Custom regions: - us-east-1 ``` The initial deployment was fine...
When i modify or add the ssm_parameters: key for outputs of the stack_sets and there is no action required on the stack set, the pipeline will fail upon the next...
**Is your feature request related to a problem? Please describe.** The customizations pipeline takes a long time to deploy in our organization. We have many SCP's. If an SCP exceeds...
**Describe the bug** Removing the SCP from the manifest file does not detach the SCP from the OUs **To Reproduce** 1. Add an SCP to the manifest 2. Run the...
**Describe the bug** After I have deployed a stack_set and defined some `export_outputs` I am not able append additional outputs after the initial deployment. f.ex if I have defined a...
**Is your feature request related to a problem? Please describe.** Requesting support for nested OUs. Control Tower supports nested OUs since November 2021. It seems however that the cfct.manifest.manifest_parser module...