aws-control-tower-customizations icon indicating copy to clipboard operation
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...

Results 83 aws-control-tower-customizations issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** When you create a custom deployment you define the manifest.yaml and the json templates to be deployed. The member accounts...

enhancement

If there is existing templated deployed and bring it to pipeline only way is to remove that template and re add it to pipeline. Is there any workaround ? For...

enhancement

It should be possible to suppress cfn_nag rules on a per-resource basis for stack-set deployments. I am trying to add the [CDK bootstrap](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html#bootstrapping-customizing) to accounts within my organisation. I retrieve...

enhancement

Problem Statement: We would like to deploy specific SCP's to specific accounts, however, when we put an account under deployment_targets of type scp, we get the SCP created, but not...

bug

**Is your feature request related to a problem? Please describe.** Is it possible to create some sort of ChangeSet to review during approving the deployment in the pipeline? **Describe the...

enhancement

**Describe the bug** Currently I can specify non-existent OUs in my custom resource when using `deploy_method: stack_set`: ``` - name: custom-resource-01 deploy_method: stack_set resource_file: templates/custom-resource-01.yaml deployment_targets: organizational_units: - Nonexistent #...

bug

We have a lambda packaged as a container image we want to deploy using CfCT. The Cloudformation template itself is valid and a current version of cfn_nag (v0.8.9) finds no...

bug

I noticed that when the OU is changes for an SCP or a CFN resource, that SCP or CFN resource is added to the 'new' OU, but not removed from...

enhancement

**Is your feature request related to a problem? Please describe.** Ability to customize the customization pipeline using readily available CDK constructs. **Describe the feature you'd like** Would like to be...

enhancement

My org uses Gitlab. On commit, our pipeline zips up the manifest and related files and uploads it to the CfCT bucket which then starts the *actual* deployment. Obviously once...

enhancement