File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
This project is a demo application that implements a Blue/Green deployment with ECS External Deploy Controller using AWS Step Functions.
6
6
7
+ ## Table of Contents
8
+
9
+ * [ Background] ( #background )
10
+ * [ B/G deploy demo overview] ( #bg-deploy-demo-overview )
11
+ * [ How to deploy] ( #how-to-deploy )
12
+ * [ How to play as demonstration] ( #how-to-play-as-demonstration )
13
+ * [ Dive Deep CodePipeline Flow] ( #dive-deep-codepipeline-flow )
14
+ * [ CodeBuild for Build App] ( #codebuild-for-build-app )
15
+ * [ CodeBuild for Build Image] ( #codebuild-for-build-image )
16
+ * [ CodeBuild for Prepare Input] ( #codebuild-for-prepare-input )
17
+ * [ State Machine Stage for Deploy Green Environment] ( #state-machine-stage-for-deploy-green-environment )
18
+ * [ State Machine Stage for Swap] ( #state-machine-stage-for-swap )
19
+ * [ State Machine Stage for Clean up] ( #state-machine-stage-for-clean-up )
20
+ * [ Clean up] ( #clean-up )
21
+
7
22
## Background
8
23
9
24
CodeDeploy has capability Blue/Green deployment for Amazon ECS and we can set up CI/CD pipeline also with CodePipeline.
You can’t perform that action at this time.
0 commit comments