A developer is using AWS CodeDeploy to deploy an update to an in-place application running on a fleet of Amazon EC2 instances. To minimize the risk of application failure, the developer wants to ensure that the update is applied to only a single Amazon EC2 instance at a time, keeping the rest of the fleet online and healthy. Which default CodeDeploy deployment configuration should the developer select?
- ACodeDeployDefault.HalfAtATime
- BCodeDeployDefault.AllAtOnce
- CodeDeployDefault.OneAtATimeCevap
- DCodeDeployDefault.LambdaCanary10Percent5Minutes
Cevap
CodeDeployDefault.OneAtATime
The default configuration for one at a time deploys the update to a single instance at a time. The deployment succeeds only if each instance is updated successfully, ensuring minimal impact if a deployment fails.
Adım Adım Çözüm
Anahtar Kavram
AWS CodeDeploy deployment configurations define how deployments progress across instances in a deployment group.
Tahmini Süre:45s