You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/deployment-modes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Defang provides three deployment modes which allow you to balance c
4
4
sidebar_position: 501
5
5
---
6
6
7
-
# Defang Deployment Modes
7
+
# Deployment Modes
8
8
9
9
Defang provides three deployment modes: development, staging, and production. These modes allow you to balance cost and resiliency according to your needs.
- While we currently support [AWS](/docs/providers/aws) for production, [GCP](/docs/providers/gcp) and [DigitalOcean](/docs/providers/digitalocean) are in preview with [Defang V1](blog/2024-12-04-launch-week). We plan to support other clouds, such as [Azure](/docs/providers/azure), in future releases.
30
+
- While we currently support [AWS](/docs/providers/aws) for production, [GCP](/docs/providers/gcp) and [DigitalOcean](/docs/providers/digitalocean) are in preview with [Defang V1](/blog/2024-12-04-launch-week). We plan to support other clouds, such as [Azure](/docs/providers/azure), in future releases.
- Support for [pre-built Docker containers](/docs/tutorials/deploy-container-using-the-cli), from public or private image registries
17
22
- Ability to express your project configuration using a [Docker Compose YAML](/docs/concepts/compose) file
18
-
- Ability to manage [encrypted configuration values](/docs/concepts/configuration)
19
-
- Pre-configured environments with built-in [security](/docs/concepts/security), [networking](/docs/concepts/networking), and [observability](/docs/concepts/observability)
- Support for [GPUs](/docs/concepts/resources) and [managed storage options](/docs/concepts/managed-storage)
22
27
- Support for Infra-as-Code via the [Defang Pulumi provider](/docs/concepts/pulumi)
28
+
29
+
### Security and Configuration
30
+
- Ability to manage [encrypted configuration values](/docs/concepts/configuration)
31
+
- Pre-configured environments with built-in [security](/docs/concepts/security), [networking](/docs/concepts/networking), and [observability](/docs/concepts/observability)
Copy file name to clipboardExpand all lines: docs/providers/_category_.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
"position": 400,
4
4
"link": {
5
5
"type": "generated-index",
6
-
"description": "Defang allows you to use your own cloud accounts to deploy your applications. Click on a link below to read documentation about specific providers. If no provider is specified, the Defang CLI will prompt you to select a provider interactively. The selected provider will be stored in the working directory of the project’s compose file and will be applied to all subsequent commands by default. You can also specify a preferred provider in the compose file by using `x-defang-provider` extension at the root level of the compose file.",
6
+
"description": "Defang allows you to use your own cloud accounts to deploy your applications. Click on a link below to read documentation about specific providers. If no provider is specified, the Defang CLI will prompt you to select a provider interactively. The selected provider will be stored in the working directory of the project’s compose file and will be applied to all subsequent commands by default. You can also specify a preferred provider in the compose file by using `x-defang-provider` extension at the root level of the compose file."
Copy file name to clipboardExpand all lines: docs/providers/aws/aws.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Defang allows you to easily create and manage full, scalable applic
4
4
sidebar_position: 000
5
5
---
6
6
7
-
# AWS
7
+
# Amazon Web Services (AWS)
8
8
9
9
Why should you use Defang with AWS? Defang allows you to easily create and manage full, scalable applications with AWS. Defang aims to make it easier to deploy your services to the cloud. Don't waste your time learning the ins and outs of AWS, deciding which of the 200+ services to use, and then writing the infrastructure code to deploy your services, and making sure they are properly secured. Defang does all of that for you.
0 commit comments