Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/concepts/deployment-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai

| Feature | Affordable | Balanced | High Availability |
|-|-|-|-|
| Build Resources | Builds will be run with 2x vCPUs | Builds will be run with 2x vCPUs | Builds will be run with 4x vCPUs |
| Build Resources | Builds will be run with 2x vCPUs | (like `affordable`) | Builds will be run with 4x vCPUs |
| Compute | Using spot instances | (like `affordable`) | On-demand instances |
| Databases | Defang will provision resources optimized for burstable memory | (like `high_availability`) | Defang will provision resources optimized for production |
| Deployment | Previous deployments will be spun down before new deployments are spun up. | (like `high_availability`) | Rolling updates will be used to deploy new versions. Defang will gradually replace services while maintaining at least [the original number of replicas](/docs/tutorials/scaling-your-services). |
| Logging | Logs retained for 1 day to save costs. | | Logs retained for 30 days for compliance. |
| Logs | Logs retained for 1 day to save costs. | Logs retained for 7 days to balance cost and access. | Logs retained for 30 days for compliance. |
| Networking | | (like `high_availability`) | Defang will provision a NAT gateway. |
| Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" |
| DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT |
| Managed storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" |
| Logs | 1 day retention | 7 days retention | 30 days retention |
| Managed Storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" |