aws-deployment-framework
aws-deployment-framework copied to clipboard
The AWS Deployment Framework (ADF) is an extensive and flexible framework to manage and deploy resources across multiple AWS accounts and regions based on AWS Organizations.
AWS CodeBuild supports batch builds: https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build.html Unfortunately, there is no way of specifying the batch config in ADF. Would be a nice upgrade.
Hi, this is Roberto, sorry to bother, I don't know if you will be able to help me. I will try anyway: right now I know how to allow an...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug If you run generate_params with a params file that contains...
# Why? In our existing Account Creation workflow, we are required to create new organizational units via the Organizations console in our master account. This requires us to sign in...
# Why? We are using aws-deployment-framework for deployments so In our AWS accounts we are solving aws security hub findings . one of the finding found called as CWE-20,79,80 -...
PipelineDeletionStateMachine's IAM role only allowed deleting stacks with a createdBy tag, however non-existing/deleted stacks don't have tags from IAM point of view. When PipelineDeletionStateMachine is run for a stack that...
# Why? Wanted to set kms_encryption_key_arn but it wasn't available. So decided add the two missing useful properties. ## What? Description of changes: - Add kms_encryption_key_arn and cache_control parameters for...
Hi, According to [cdk documentation](https://docs.aws.amazon.com/cdk/v2/guide/home.html) support for CDK v1 will end entirely on June 1, 2023. I can see that the latest version of ADF has [references](https://github.com/awslabs/aws-deployment-framework/blob/v3.2.0/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/requirements.txt) to CDK v1...
### Describe the feature Deployment Maps Targeting via Tags improvement. When targeting via tags, I want to target multiple values for the same tag without needing multiple stages and also...
### Describe the feature To ensure code consistency we want to add 2 linters. ### Use Case Adding these linters will ease code reviews going forward. ### Proposed Solution -...