aws-deployment-framework icon indicating copy to clipboard operation
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.

Results 207 aws-deployment-framework issues
Sort by recently updated
recently updated
newest added

Hello Our aws-deployment-framework-pipelines pipeline is working, but still its in a failed state. The error is this 2022-02-08 07:43:48,646 | INFO | s3 | Uploading cdk.out/PIPELINENAME.template.json as pipelines/PIPELINENAME/global.yml to S3...

*Issue #, if available:* *Description of changes:* We use a prefix in the CodeCommit repo name. So all our stacks are already prefixed with that prefix. For this reason we...

## Why We would like to have all our resources properly tagged. And if you look at the following: ([Link to code](https://github.com/awslabs/aws-deployment-framework/blob/adeaf11a00b3473fad0b79104bc3cf76cf2b0139/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/python/cloudformation.py#L188)) ```yaml Tags=[ { 'Key': 'createdBy', 'Value': 'ADF' }...

enhancement

## Why From a compliance point of view we need all SNS topics to be encrypted. The pipeline notifications topic is currently not using encryption. ## Proposal As Werner Vogels...

enhancement
good first issue

Hi, **ADF version** version 3.1.2 **Describe the bug** When bootstrapping the deployment account with 3 target regions the step function step *CreateOrUpdateBaseStack* has a timeout. **To Reproduce** Create ADF framework...

## Description We use a lot of regions and have a lot of accounts. When performing an upgrade you might not have enough time to perform all the necessary steps....

Hi there, ### Feature It would be nice to have support for using a container image as the deployment package of Lambda. ### Use case Sometimes we use heavy libraries...

enhancement

Hello team, Could you help me to know please if i can install and use ADF in Milan Region or not yet? Do you have some roadmap for know exactly...

question

After reading this [blog](https://aws.amazon.com/blogs/mt/programmatically-managing-alternate-contacts-on-member-accounts-with-aws-organizations/). I thought it would be a nice addition to ADF to manage the contacts from the `adf-accounts` configuration files. The configuration looks something like this: ```yaml...

enhancement

Add an SNS topic to notify aws-deployment-framework-bootstrap-pipeline start/end/failure.