awslabs / aws-deployment-framework

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Deployment Framework

Build Status

MegaLinter

The AWS Deployment Framework (ADF) is an extensive and flexible framework to manage and deploy resources across multiple AWS accounts and regions within an AWS Organization.

ADF allows for staged, parallel, multi-account, cross-region deployments of applications or resources via the structure defined in AWS Organizations while taking advantage of services such as AWS CodePipeline, AWS CodeBuild, and AWS CodeCommit to alleviate the heavy lifting and management compared to a traditional CI/CD setup.

ADF allows for clearly defined deployment and approval stages which are stored in a centralized configuration file. It also allows for account based bootstrapping, by which you define an AWS CloudFormation template and assign it to a specific Organization Unit (OU) within AWS Organizations. From there, any account you move into this OU will automatically apply this template as its baseline.

Quick Start

  • Refer to the Installation Guide for Installation steps.
  • Refer to the Admin Guide on guidance how-to manage and administrate ADF.
  • Refer to the User Guide for using ADF to generate and manage pipelines.
  • Refer to the Technical Guide if you want to learn more about the inner workings of ADF. For example in case you want to contribute or build on top of ADF.
  • Refer to the Samples Guide for a detailed walk through of the provided samples.
  • Refer to the Multi-Organization ADF Setup to use ADF in an enterprise-grade setup.

About

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.

License:Apache License 2.0


Languages

Language:Python 97.9%Language:Makefile 1.1%Language:Shell 0.9%Language:Jinja 0.2%Language:JavaScript 0.0%