From 2d0199915083e5c542745f9c98def4836ca66ac5 Mon Sep 17 00:00:00 2001 From: Raphael Titsworth-Morin Date: Fri, 9 Feb 2024 18:47:07 -0800 Subject: [PATCH 1/2] public beta blog --- ...024-02-12-announcing-defang-public-beta.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 blog/2024-02-12-announcing-defang-public-beta.md diff --git a/blog/2024-02-12-announcing-defang-public-beta.md b/blog/2024-02-12-announcing-defang-public-beta.md new file mode 100644 index 000000000..262ffc3b8 --- /dev/null +++ b/blog/2024-02-12-announcing-defang-public-beta.md @@ -0,0 +1,23 @@ +--- +slug: announcing-defang-public-beta +title: Announcing the Defang Public Beta +tags: [Cloud, GenerativeAI, NoDevOps, BYOC, AWS] +--- + +**Announcing the Defang Public Beta** + +**A radically simpler way for developers to create, deploy, and manage cloud applications.** + +Ever since we shipped our Private Beta in 2023, we have been working with early adopters and listening to their feedback. While these early customers loved the ease with which they could create, deploy, and manage a cloud application, they had one big request - to deploy their applications to their own cloud (e.g. AWS) account. This was important to them for a number of reasons - to leverage their cloud credits, to enforce their IAM roles and security settings, to integrate new application components with their existing deployments, and more. + +And so, today with our Public Beta, we are addressing this request. With today’s release of [Defang BYOC](https://docs.defang.io/docs/concepts/defang-byoc) (Bring-your-own-Cloud), you can now enjoy all the benefits of Defang **and** deploy applications to your own AWS account!! Our Private Beta experience is still available as [Defang Playground](https://docs.defang.io/docs/concepts/defang-playground) for you to quickly and easily prototype applications and deploy them to our hosted environment. + +You can learn more about Defang [here](https://docs.defang.io/docs/intro). Also check out our [tutorials](https://docs.defang.io/docs/category/tutorials), [samples](https://docs.defang.io/docs/samples), and [FAQ](https://docs.defang.io/docs/faq) to know more + +**Try the Public Beta!** + +To try the Public Beta, please go to [defang.io](http://defang.io) and click on [Download](https://github.com/defang-io/defang/releases/latest) to download the CLI and [get started](https://docs.defang.io/docs/getting-started). We would love to have you kick the tires and give us your feedback! You can join our slack support channel [here](https://join.slack.com/share/enQtNjUxMzI3MTQ3ODI5NS05NjdmN2RiOGZiZjA2NTQzNDBhNzI3OTFjNTYyZTcyMjY2ZGRiZjRkYmQyNDZkN2ZiMTRmZTk3NjE2MWU4MTcw) to ask questions and share your feedback. + +**Stay Tuned for More** + +While the Public Beta is an important step forward, we have already heard requests for additional features - from support for additional cloud platforms such as Azure and GCP, to the ability to easily write cloud-agnostic applications while leveraging the best of each cloud platform. We are already working on these items and shall have more to share in the coming months - stay tuned! \ No newline at end of file From 8abf0ad66ace07aba6b4bdd3386fe4054b205bce Mon Sep 17 00:00:00 2001 From: Raphael Titsworth-Morin Date: Sat, 10 Feb 2024 12:47:28 -0800 Subject: [PATCH 2/2] remove slack line --- blog/2024-02-12-announcing-defang-public-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-02-12-announcing-defang-public-beta.md b/blog/2024-02-12-announcing-defang-public-beta.md index 262ffc3b8..82165dbe5 100644 --- a/blog/2024-02-12-announcing-defang-public-beta.md +++ b/blog/2024-02-12-announcing-defang-public-beta.md @@ -16,7 +16,7 @@ You can learn more about Defang [here](https://docs.defang.io/docs/intro). Also **Try the Public Beta!** -To try the Public Beta, please go to [defang.io](http://defang.io) and click on [Download](https://github.com/defang-io/defang/releases/latest) to download the CLI and [get started](https://docs.defang.io/docs/getting-started). We would love to have you kick the tires and give us your feedback! You can join our slack support channel [here](https://join.slack.com/share/enQtNjUxMzI3MTQ3ODI5NS05NjdmN2RiOGZiZjA2NTQzNDBhNzI3OTFjNTYyZTcyMjY2ZGRiZjRkYmQyNDZkN2ZiMTRmZTk3NjE2MWU4MTcw) to ask questions and share your feedback. +To try the Public Beta, please go to [defang.io](http://defang.io) and click on [Download](https://github.com/defang-io/defang/releases/latest) to download the CLI and [get started](https://docs.defang.io/docs/getting-started). We would love to have you kick the tires and give us your feedback! **Stay Tuned for More**