Skip to content

Commit 41d4552

Browse files
authored
Merge pull request #169 from DefangLabs/free-tiers
Add free tiers
2 parents e5c419c + 6e21f6d commit 41d4552

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

docs/concepts/defang-byoc.md

+14
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ $ export DEFANG_PROVIDER=digitalocean
3131

3232
Please read the [AWS Provider](../providers/aws/aws.md) documentation for more details about how the AWS provider works and how to get started.
3333

34+
:::success AWS Free Tier & Credits
35+
You can use the AWS Free Tier to try out Defang. Learn more about it [here](https://aws.amazon.com/free/?all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all). If you're an elligible startup, you can sign up for credits [here](https://aws.amazon.com/startups/sign-up?referrer_url_path=%2Fstartups).
36+
:::
37+
3438
## DigitalOcean
3539

3640
:::info
@@ -40,13 +44,23 @@ The Defang DigitalOcean Provider is available for Public Preview as of October 2
4044

4145
Please read the [DigitalOcean Provider](../providers/digitalocean/digitalocean.md) documentation for more details about how the DigitalOcean provider works and how to get started.
4246

47+
:::success DigitalOcean Credits
48+
You can get DigitalOcean credits to try out Defang. Learn more about it on their [pricing page](https://www.digitalocean.com/pricing). If you're an elligible startup, you can sign up for credits [here](https://www.digitalocean.com/hatch).
49+
:::
50+
4351
## GCP
4452

4553
:::info
4654
The Defang GCP Provider is available for Public Preview as of December 2024.
4755
:::
56+
4857
Please check out the [GCP Provider](../providers/gcp/) page for more details.
4958

59+
:::success GCP Free Tier & Credits
60+
You can use the GCP Free Tier to try out Defang. Learn more about it [here](https://cloud.google.com/free). If you're an elligible startup, you can sign up for credits [here](https://cloud.google.com/developers/startups).
61+
:::
62+
63+
5064
## Azure
5165

5266
:::info

docs/providers/aws/aws.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ sidebar_position: 000
88

99
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.
1010

11+
:::success AWS Free Tier & Credits
12+
You can use the AWS Free Tier to try out Defang. Learn more about it [here](https://aws.amazon.com/free/?all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all). If you're an elligible startup, you can sign up for credits [here](https://aws.amazon.com/startups/sign-up?referrer_url_path=%2Fstartups).
13+
:::
14+
1115
## Getting Started
1216

1317
Getting started with the Defang BYOC AWS Provider is easy. The first step is to [authenticate your shell](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) with AWS as an admin user. The authenticated user should be an IAM admin because Defang will need permission to create resources and IAM roles in your account.

docs/providers/digitalocean/digitalocean.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ sidebar_position: 010
1010
The Defang DigitalOcean Provider is available for Public Preview as of October 2024.
1111
:::
1212

13+
:::success DigitalOcean Credits
14+
You can get DigitalOcean credits to try out Defang. Learn more about it on their [pricing page](https://www.digitalocean.com/pricing). If you're an elligible startup, you can sign up for credits [here](https://www.digitalocean.com/hatch).
15+
:::
16+
1317
Why should you use Defang with DigitalOcean? Defang allows you to easily create and manage full, scalable applications with DigitalOcean. Defang aims to make it easier to deploy your services to the cloud. DigitalOcean is one of the most popular cloud providers in the world and with Defang, you can bypass the complexities of the DigitalOcean platform. Let Defang do it for you and spend more time working on what's important to you!
1418

1519
## Getting Started

docs/providers/gcp.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ sidebar_position: 3000
1010
The Defang GCP Provider is available for Public Preview as of December 2024.
1111
:::
1212

13+
:::success GCP Free Tier & Credits
14+
You can use the GCP Free Tier to try out Defang. Learn more about it [here](https://cloud.google.com/free). If you're an elligible startup, you can sign up for credits [here](https://cloud.google.com/developers/startups).
15+
:::
16+
1317
Defang enables you to effortlessly develop and deploy full, scalable applications with GCP. It is designed to simplify deploying your services to the cloud. As one of the leading cloud providers globally, GCP offers powerful tools and resources, and with Defang, you can bypass the complexities of the GCP platform. Let Defang handle the heavy lifting so you can focus on what matters most to you!
1418

1519
## Getting Started

0 commit comments

Comments
 (0)