3 articles CodeDeploy

AWS CodeDeploy deployment configuration types

When the Deployment Group of AWS CodeDeploy is created, users need to configure the rules that determine how fast an application will be deployed which is also called the “Deployment Configuration“: CodeDeployDefault.LambdaAllAtOnce (Shifts all traffic to the new Lambda functions at once) CodeDeployDefault.LambdaLinear10PercentEvery10Minutes (Shifts 10 percent of traffic every 10 minutes) CodeDeployDefault.LambdaCanary10Percent5Minutes (Shifts 10 percent…