Sure! Here’s a summary table of AWS CodeDeploy deployment options, categorized by platform and type:
✅ AWS CodeDeploy Deployment Options Table
Platform | Deployment Type | Deployment Config (Examples) | Traffic Shifting | Rollback Support |
---|---|---|---|---|
EC2/On-Premises | In-Place | CodeDeployDefault.AllAtOnce HalfAtATime OneAtATime | ❌ No traffic shifting | ✅ Yes |
Blue/Green | Custom configs (e.g., batches) | ✅ Route traffic to new instances | ✅ Yes | |
Lambda | Blue/Green | Canary10Percent5Minutes Linear10PercentEvery1Minute AllAtOnce | ✅ Gradual or immediate | ✅ Yes |
ECS | Blue/Green | Same as Lambda | ✅ Via task set traffic shift | ✅ Yes |
Would you like a downloadable version (e.g., CSV or Markdown) or an example AWS CLI command that uses these options?