From eaeb70daa3f0189119a03552d10154fe51fe63e3 Mon Sep 17 00:00:00 2001 From: bethh0rn Date: Tue, 24 Dec 2024 17:24:18 +0200 Subject: [PATCH 1/7] Edit plans-features.mdx --- .../core-concepts/plans-features.mdx | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx index 5ffa6470c4..f7675a6153 100644 --- a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx +++ b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx @@ -19,7 +19,7 @@ import PremiumPlanBlurbApi from 'src/content/docs/_shared/_premium-plan-blurb-ap -After giving a summary of some features differing between FusionAuth editions, this article will explain the differences between hosting FusionAuth yourself, and having it hosted and managed for you in the cloud. +After summarizing the features offered in different FusionAuth plans, this article will explain the differences between hosting FusionAuth yourself, and having it hosted and managed for you in the cloud. ## Plans and Features @@ -101,51 +101,51 @@ In the API documentation, you'll see enterprise features marked like this: -## Self-hosted FusionAuth Versus Cloud-Hosted FusionAuth +## Self-Hosted FusionAuth Versus Cloud-Hosted FusionAuth -Once you have chosen an edition of FusionAuth that has the features you want, you need to decide where to host FusionAuth. You can either host it yourself, on a dedicated server on your premises or with a cloud server company like Hetzner or AWS, or you can allow the FusionAuth company, Inversoft, to host FusionAuth for you. The choice between self-hosting and cloud-hosting is completely independent of which FusionAuth edition you choose. Any edition of FusionAuth can be hosted either by you or by us. There is no difference in edition features between hosts. +Once you have chosen a FusionAuth plan with the features you want, you need to decide where to host FusionAuth. You can either host it yourself, on a dedicated server on your premises, or with a cloud service provider, like Hetzner, AWS, or the FusionAuth company, Inversoft. Your decision to self-host and cloud-host is independent of which FusionAuth plan you choose. Any FusionAuth plan can be hosted either by you or by us. There is no difference in edition features between hosts. -Let's first consider how exactly each hosting type works, and then the advantages of each. +Let's first consider how each hosting type works, and then assess the advantages of each. ### How Each Hosting Type Works -For self-hosting, you download the FusionAuth software (usually a Docker image), and run it together with a PostgreSQL server. (You might also run Elasticsearch, but it's unnecessary). You have full control over the configuration of FusionAuth, but have to manage and maintain all the following considerations: +For self-hosting, you download the FusionAuth software (usually a Docker image), and run it together with a PostgreSQL server. You may also run Elasticsearch, but it's unnecessary. You have full control over the configuration of FusionAuth but have to manage and maintain all the following considerations: - Database backups -- Monitoring and error checking +- Monitoring and error-checking - Networking - Upgrades to PostgreSQL and FusionAuth -- Server scaling and migration as your users increase. +- Server scaling and migration as your users increase -To learn how to run FusionAuth on your own host, read this [guide](/docs/get-started/download-and-install/docker). +To learn how to run FusionAuth on your own host, read our [guide to using FusionAuth on Docker](/docs/get-started/download-and-install/docker). -For cloud-hosting, you create a FusionAuth cloud account and choose an edition type. You can then start and stop as many instances of FusionAuth (called deployments) as you want through the web interface. You pay for each deployment for as long as it runs, but need not worry about any of considerations of self-hosting. +For cloud-hosting, you create a FusionAuth cloud account and choose a plan. You can then start and stop as many instances of FusionAuth (called deployments) as you want through the web interface. You pay for each deployment for as long as it runs, but need not worry about any of the considerations of self-hosting. Specifically, when cloud-hosting, you: - Cannot edit the FusionAuth instance configuration page, like you can when self-hosting. - Can choose when to upgrade FusionAuth to the latest version, but the process itself is automated. -To learn how to use cloud-hosting in detail, read this [guide](/docs/get-started/run-in-the-cloud/cloud). To estimate the fees for the deployments in your account, use the [pricing calculator](https://account.fusionauth.io/pricing-calculator/). +To learn how to use cloud-hosting in detail, read our [FusionAuth Cloud guide](/docs/get-started/run-in-the-cloud/cloud). To estimate the fees for the deployments in your account, use the [pricing calculator](https://account.fusionauth.io/pricing-calculator/). ### Advantages Of Each Hosting Type -Self-hosting gives you complete control over FusionAuth, including the ability to use [Kickstart](/docs/get-started/download-and-install/development/kickstart) to start an instance with the exact configuration you need, including sample applications and users. You can use Kickstart in conjunction with GitHub or continuous deployment services to deploy any number and configuration of FusionAuth instances. The FusionAuth database runs on your host, and you can run any SQL queries against it to extract daily data for analytics, import users, or edit data in bulk. +Self-hosting gives you complete control over FusionAuth, including the ability to use [Kickstart](/docs/get-started/download-and-install/development/kickstart) to start an instance, such as a sample application or user, with the exact configuration you need. You can use Kickstart in conjunction with GitHub or continuous deployment services to deploy any number and configuration of FusionAuth instances. The FusionAuth database runs on your host, and you can run any SQL queries against it to extract daily data for analytics, importing users, or editing data in bulk. -Cloud-hosting is more convenient than self-hosting. Starting and stopping a deployment is a few clicks, as is upgrading. Deployments scale easily as your number of customers grow, using more powerful cloud instances that can handle a greater authentication workload. Backups are automated, and available if you need to roll back your database at any time. A team of FusionAuth experts manages the cloud environment, available if you need support. You can also purchase a 99.99% uptime SLA (service level agreement) to guarantee that your site will always be available. +Cloud-hosting is more convenient than self-hosting. Starting and stopping a deployment takes only a few clicks, as does upgrading. Deployments scale easily as your number of customers grows, due to the more powerful cloud instances available to handle the greater authentication workload. Backups are automated and available, should you need to roll back your database at any time. A team of FusionAuth experts manages the cloud environment and is available if you need support. You can also purchase a 99.99% uptime service level agreement (SLA) to guarantee that your site will always be available. -In exchange for convenience, cloud-hosting offers less control than self-hosting. Be aware that you can't do the following things when cloud-hosting: +In exchange for convenience, cloud-hosting offers less control than self-hosting. Be aware that you can't do the following when cloud-hosting: -- Access the database to extract data or run SQL scripts. However, you can request the support team send you your database backup file, or extract data using the FusionAuth API. -- Create your own database backups. Backups are fixed in number and time by the plan you choose. -- Use Kickstart. You need to configure each deployment manually using the web interface, or by writing a script to call the FusionAuth API to set up applications, entities, and groups similar to how Kickstart does it. -- Access OpenTelemetry data to [monitor your instance](/docs/operate/secure-and-monitor/monitor). -- Use different FusionAuth licenses for different deployments. If you use FusionAuth for one product that has complex authentication needs, and a smaller service you offer that needs just a username and password, both deployments will have to use the more expensive FusionAuth license. Alternatively, you can create a separate cloud account with a separate FusionAuth license for the second service. +- **Access the database to extract data or run SQL scripts:** You can request the support team send you your database backup file, or extract data using the FusionAuth API. +- **Create your own database backups:** Backups are fixed in number and time by the plan you choose. +- **Use Kickstart** You need to configure each deployment manually via the web interface or by writing a script to call the FusionAuth API to set up applications, entities, and groups, similar to how Kickstart does it. +- **Access OpenTelemetry data to [monitor your instance](/docs/operate/secure-and-monitor/monitor).** +- **Use different FusionAuth licenses for different deployments:** If you use FusionAuth for one product with complex authentication needs and another, smaller service that needs just a username and password, both deployments will have to use the more expensive FusionAuth license. Alternatively, you can create a separate cloud account with a separate FusionAuth license for the second service. ### Use Cases For Each Hosting Type -Self-hosting is free (other than your computer and network costs) which is perfect for testing FusionAuth, local development, or if you already have spare resources on an existing server. You can also host FusionAuth anywhere, even on a private network, which may be a requirement for the data regulations of your organization. Self-hosting is a good choice if your team has the knowledge and time to manage FusionAuth. +Self-hosting is free (other than computer and network costs), which is perfect for testing FusionAuth, local development, or any spare resources you already have on an existing server. You can also host FusionAuth anywhere, even on a private network, which may be a requirement for your organization's data regulations. Self-hosting is a good choice if your team has the knowledge and time to manage FusionAuth. -Cloud-hosting is a good choice for small businesses that want to spend as little time as possible managing infrastructure, or that don't know enough about FusionAuth and server management to safely host FusionAuth themselves. Cloud-hosting is also useful when you might need to scale your authentication server up or down easily if you have variable numbers of users. +Cloud-hosting is a good choice for small businesses that want to spend as little time as possible managing infrastructure, or that don't know enough about FusionAuth and server management to safely host FusionAuth themselves. Cloud-hosting may also be useful when you have variable numbers of users, as you can more easily scale your authentication server up or down. -If there is no obvious advantage to you for either option, compare the cost of self-hosting and cloud-hosting to decide. Self-hosting is a good choice when you have an infrastructure team with spare time to monitor and maintain your own instances. Cloud-hosting costs money, but saves your infrastructure team time. You need to calculate the total cost of cloud-hosting your deployments against your employees' hours spent maintaining FusionAuth, and the potential cost of downtime if your local FusionAuth instance is misconfigured. \ No newline at end of file +If neither option offers you an obvious advantage, compare the cost of self-hosting and cloud-hosting to decide. Self-hosting is a good choice when you have an infrastructure team with spare time to monitor and maintain your own instances. Cloud-hosting costs money but saves your infrastructure team time. You need to calculate the total cost of cloud-hosting your deployments against your employees' hours spent maintaining FusionAuth, and the potential cost of downtime if your local FusionAuth instance was misconfigured. From c000c4c961c9562914e7fe06951c50cfa1ee98c4 Mon Sep 17 00:00:00 2001 From: bethh0rn Date: Tue, 24 Dec 2024 17:30:59 +0200 Subject: [PATCH 2/7] Update plans-features.mdx --- .../get-started/core-concepts/plans-features.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx index f7675a6153..00c3e6b934 100644 --- a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx +++ b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx @@ -119,22 +119,22 @@ For self-hosting, you download the FusionAuth software (usually a Docker image), To learn how to run FusionAuth on your own host, read our [guide to using FusionAuth on Docker](/docs/get-started/download-and-install/docker). -For cloud-hosting, you create a FusionAuth cloud account and choose a plan. You can then start and stop as many instances of FusionAuth (called deployments) as you want through the web interface. You pay for each deployment for as long as it runs, but need not worry about any of the considerations of self-hosting. +For cloud hosting, you create a FusionAuth cloud account and choose a plan. You can then start and stop as many instances of FusionAuth (called deployments) as you want through the web interface. You pay for each deployment for as long as it runs but need not worry about any of the considerations of self-hosting. Specifically, when cloud-hosting, you: - Cannot edit the FusionAuth instance configuration page, like you can when self-hosting. - Can choose when to upgrade FusionAuth to the latest version, but the process itself is automated. -To learn how to use cloud-hosting in detail, read our [FusionAuth Cloud guide](/docs/get-started/run-in-the-cloud/cloud). To estimate the fees for the deployments in your account, use the [pricing calculator](https://account.fusionauth.io/pricing-calculator/). +To learn how to use cloud hosting in detail, read our [FusionAuth Cloud guide](/docs/get-started/run-in-the-cloud/cloud). To estimate the fees for the deployments in your account, use the [pricing calculator](https://account.fusionauth.io/pricing-calculator/). ### Advantages Of Each Hosting Type Self-hosting gives you complete control over FusionAuth, including the ability to use [Kickstart](/docs/get-started/download-and-install/development/kickstart) to start an instance, such as a sample application or user, with the exact configuration you need. You can use Kickstart in conjunction with GitHub or continuous deployment services to deploy any number and configuration of FusionAuth instances. The FusionAuth database runs on your host, and you can run any SQL queries against it to extract daily data for analytics, importing users, or editing data in bulk. -Cloud-hosting is more convenient than self-hosting. Starting and stopping a deployment takes only a few clicks, as does upgrading. Deployments scale easily as your number of customers grows, due to the more powerful cloud instances available to handle the greater authentication workload. Backups are automated and available, should you need to roll back your database at any time. A team of FusionAuth experts manages the cloud environment and is available if you need support. You can also purchase a 99.99% uptime service level agreement (SLA) to guarantee that your site will always be available. +Cloud-hosting is more convenient than self-hosting. Starting and stopping a deployment takes only a few clicks, as does upgrading. Deployments scale easily as your number of customers grows, due to the more powerful cloud instances available to handle the greater authentication workload. Backups are automated and available should you need to roll back your database at any time. A team of FusionAuth experts manages the cloud environment and is available if you need support. You can also purchase a 99.99% uptime service level agreement (SLA) to guarantee that your site will always be available. -In exchange for convenience, cloud-hosting offers less control than self-hosting. Be aware that you can't do the following when cloud-hosting: +In exchange for convenience, cloud hosting offers less control than self-hosting. Be aware that you can't do the following when cloud-hosting: - **Access the database to extract data or run SQL scripts:** You can request the support team send you your database backup file, or extract data using the FusionAuth API. - **Create your own database backups:** Backups are fixed in number and time by the plan you choose. @@ -146,6 +146,6 @@ In exchange for convenience, cloud-hosting offers less control than self-hosting Self-hosting is free (other than computer and network costs), which is perfect for testing FusionAuth, local development, or any spare resources you already have on an existing server. You can also host FusionAuth anywhere, even on a private network, which may be a requirement for your organization's data regulations. Self-hosting is a good choice if your team has the knowledge and time to manage FusionAuth. -Cloud-hosting is a good choice for small businesses that want to spend as little time as possible managing infrastructure, or that don't know enough about FusionAuth and server management to safely host FusionAuth themselves. Cloud-hosting may also be useful when you have variable numbers of users, as you can more easily scale your authentication server up or down. +Cloud hosting is a good choice for small businesses that want to spend as little time as possible managing infrastructure or that don't know enough about FusionAuth and server management to host FusionAuth safely themselves. Cloud hosting may also be useful when you have variable numbers of users, as you can more easily scale your authentication server up or down. -If neither option offers you an obvious advantage, compare the cost of self-hosting and cloud-hosting to decide. Self-hosting is a good choice when you have an infrastructure team with spare time to monitor and maintain your own instances. Cloud-hosting costs money but saves your infrastructure team time. You need to calculate the total cost of cloud-hosting your deployments against your employees' hours spent maintaining FusionAuth, and the potential cost of downtime if your local FusionAuth instance was misconfigured. +If neither option offers you an obvious advantage, compare the cost of self-hosting and cloud-hosting to decide. Self-hosting is a good choice when you have an infrastructure team with spare time to monitor and maintain your own instances. Cloud-hosting costs money but saves your infrastructure team time. You need to calculate the total cost of cloud-hosting your deployments against your employees' hours spent maintaining FusionAuth, and the potential cost of downtime if your local FusionAuth instance were to become misconfigured. From 0829ce02c2937d1a73d8dbf88a8393b203ff496e Mon Sep 17 00:00:00 2001 From: bethh0rn Date: Tue, 24 Dec 2024 17:34:14 +0200 Subject: [PATCH 3/7] Update plans-features.mdx --- .../docs/get-started/core-concepts/plans-features.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx index 00c3e6b934..2b5fe44783 100644 --- a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx +++ b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx @@ -121,7 +121,7 @@ To learn how to run FusionAuth on your own host, read our [guide to using Fusion For cloud hosting, you create a FusionAuth cloud account and choose a plan. You can then start and stop as many instances of FusionAuth (called deployments) as you want through the web interface. You pay for each deployment for as long as it runs but need not worry about any of the considerations of self-hosting. -Specifically, when cloud-hosting, you: +Specifically, when cloud hosting, you: - Cannot edit the FusionAuth instance configuration page, like you can when self-hosting. - Can choose when to upgrade FusionAuth to the latest version, but the process itself is automated. @@ -132,9 +132,9 @@ To learn how to use cloud hosting in detail, read our [FusionAuth Cloud guide](/ Self-hosting gives you complete control over FusionAuth, including the ability to use [Kickstart](/docs/get-started/download-and-install/development/kickstart) to start an instance, such as a sample application or user, with the exact configuration you need. You can use Kickstart in conjunction with GitHub or continuous deployment services to deploy any number and configuration of FusionAuth instances. The FusionAuth database runs on your host, and you can run any SQL queries against it to extract daily data for analytics, importing users, or editing data in bulk. -Cloud-hosting is more convenient than self-hosting. Starting and stopping a deployment takes only a few clicks, as does upgrading. Deployments scale easily as your number of customers grows, due to the more powerful cloud instances available to handle the greater authentication workload. Backups are automated and available should you need to roll back your database at any time. A team of FusionAuth experts manages the cloud environment and is available if you need support. You can also purchase a 99.99% uptime service level agreement (SLA) to guarantee that your site will always be available. +Cloud hosting is more convenient than self-hosting. Starting and stopping a deployment takes only a few clicks, as does upgrading. Deployments scale easily as your number of customers grows, due to the more powerful cloud instances available to handle the greater authentication workload. Backups are automated and available should you need to roll back your database at any time. A team of FusionAuth experts manages the cloud environment and is available if you need support. You can also purchase a 99.99% uptime service level agreement (SLA) to guarantee that your site will always be available. -In exchange for convenience, cloud hosting offers less control than self-hosting. Be aware that you can't do the following when cloud-hosting: +In exchange for convenience, cloud hosting offers less control than self-hosting. Be aware that you can't do the following when cloud hosting: - **Access the database to extract data or run SQL scripts:** You can request the support team send you your database backup file, or extract data using the FusionAuth API. - **Create your own database backups:** Backups are fixed in number and time by the plan you choose. @@ -148,4 +148,4 @@ Self-hosting is free (other than computer and network costs), which is perfect f Cloud hosting is a good choice for small businesses that want to spend as little time as possible managing infrastructure or that don't know enough about FusionAuth and server management to host FusionAuth safely themselves. Cloud hosting may also be useful when you have variable numbers of users, as you can more easily scale your authentication server up or down. -If neither option offers you an obvious advantage, compare the cost of self-hosting and cloud-hosting to decide. Self-hosting is a good choice when you have an infrastructure team with spare time to monitor and maintain your own instances. Cloud-hosting costs money but saves your infrastructure team time. You need to calculate the total cost of cloud-hosting your deployments against your employees' hours spent maintaining FusionAuth, and the potential cost of downtime if your local FusionAuth instance were to become misconfigured. +If neither option offers you an obvious advantage, compare the cost of self-hosting and cloud hosting to decide. Self-hosting is a good choice when you have an infrastructure team with spare time to monitor and maintain your own instances. Cloud hosting costs money but saves your infrastructure team time. You need to calculate the total cost of cloud hosting your deployments against your employees' hours spent maintaining FusionAuth, and the potential cost of downtime if your local FusionAuth instance were to become misconfigured. From 8c06e399af76151dc97887b69b82673d34260f1c Mon Sep 17 00:00:00 2001 From: bethh0rn Date: Tue, 24 Dec 2024 17:36:15 +0200 Subject: [PATCH 4/7] Update plans-features.mdx --- .../content/docs/get-started/core-concepts/plans-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx index 2b5fe44783..b59c51a29d 100644 --- a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx +++ b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx @@ -112,7 +112,7 @@ Let's first consider how each hosting type works, and then assess the advantages For self-hosting, you download the FusionAuth software (usually a Docker image), and run it together with a PostgreSQL server. You may also run Elasticsearch, but it's unnecessary. You have full control over the configuration of FusionAuth but have to manage and maintain all the following considerations: - Database backups -- Monitoring and error-checking +- Monitoring and error checking - Networking - Upgrades to PostgreSQL and FusionAuth - Server scaling and migration as your users increase From dcb3a057b9d8152018aa9ef334dd6a3700e681ff Mon Sep 17 00:00:00 2001 From: bethh0rn Date: Tue, 24 Dec 2024 17:56:56 +0200 Subject: [PATCH 5/7] Update plans-features.mdx --- .../content/docs/get-started/core-concepts/plans-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx index b59c51a29d..444478c862 100644 --- a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx +++ b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx @@ -103,7 +103,7 @@ In the API documentation, you'll see enterprise features marked like this: ## Self-Hosted FusionAuth Versus Cloud-Hosted FusionAuth -Once you have chosen a FusionAuth plan with the features you want, you need to decide where to host FusionAuth. You can either host it yourself, on a dedicated server on your premises, or with a cloud service provider, like Hetzner, AWS, or the FusionAuth company, Inversoft. Your decision to self-host and cloud-host is independent of which FusionAuth plan you choose. Any FusionAuth plan can be hosted either by you or by us. There is no difference in edition features between hosts. +Once you have chosen a FusionAuth plan with the features you want, you need to decide where to host FusionAuth. You can either host it yourself, on a dedicated server on your premises, or with a cloud service provider, like Hetzner, AWS, or the FusionAuth company, Inversoft. Your decision to self-host and cloud host is independent of which FusionAuth plan you choose. Any FusionAuth plan can be hosted either by you or by us. There is no difference in edition features between hosts. Let's first consider how each hosting type works, and then assess the advantages of each. From 720e45acc15f495dfc03dd22756355690e879dbc Mon Sep 17 00:00:00 2001 From: bethh0rn Date: Fri, 27 Dec 2024 14:54:04 +0200 Subject: [PATCH 6/7] Apply fixes --- .../get-started/core-concepts/plans-features.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx index 444478c862..73ce856a97 100644 --- a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx +++ b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx @@ -103,7 +103,7 @@ In the API documentation, you'll see enterprise features marked like this: ## Self-Hosted FusionAuth Versus Cloud-Hosted FusionAuth -Once you have chosen a FusionAuth plan with the features you want, you need to decide where to host FusionAuth. You can either host it yourself, on a dedicated server on your premises, or with a cloud service provider, like Hetzner, AWS, or the FusionAuth company, Inversoft. Your decision to self-host and cloud host is independent of which FusionAuth plan you choose. Any FusionAuth plan can be hosted either by you or by us. There is no difference in edition features between hosts. +Once you have chosen a FusionAuth plan with the features you want, you need to decide where to host FusionAuth. You can either host it with the FusionAuth company, Inversoft, or you can host it yourself, whether on-premise or with a cloud service provider like Hetzner or AWS. Your decision to self-host or use Inversoft is independent of which FusionAuth plan you choose. Any FusionAuth plan can be hosted either by you or by us. There is no difference in plan features between hosts. Let's first consider how each hosting type works, and then assess the advantages of each. @@ -117,20 +117,20 @@ For self-hosting, you download the FusionAuth software (usually a Docker image), - Upgrades to PostgreSQL and FusionAuth - Server scaling and migration as your users increase -To learn how to run FusionAuth on your own host, read our [guide to using FusionAuth on Docker](/docs/get-started/download-and-install/docker). +To learn how to run FusionAuth on your own host, read the [guide to using FusionAuth on Docker](/docs/get-started/download-and-install/docker). -For cloud hosting, you create a FusionAuth cloud account and choose a plan. You can then start and stop as many instances of FusionAuth (called deployments) as you want through the web interface. You pay for each deployment for as long as it runs but need not worry about any of the considerations of self-hosting. +For cloud hosting, you create a FusionAuth Cloud account and choose a plan. You can then start and stop as many instances of FusionAuth (called deployments) as you want through the web interface. You pay for each deployment for as long as it runs but need not worry about any of the considerations of self-hosting. Specifically, when cloud hosting, you: -- Cannot edit the FusionAuth instance configuration page, like you can when self-hosting. +- Cannot edit the FusionAuth instance configuration page like you can when self-hosting. - Can choose when to upgrade FusionAuth to the latest version, but the process itself is automated. -To learn how to use cloud hosting in detail, read our [FusionAuth Cloud guide](/docs/get-started/run-in-the-cloud/cloud). To estimate the fees for the deployments in your account, use the [pricing calculator](https://account.fusionauth.io/pricing-calculator/). +To learn how to use cloud hosting in detail, read the [FusionAuth Cloud guide](/docs/get-started/run-in-the-cloud/cloud). To estimate the fees for the deployments in your account, use the [pricing calculator](https://account.fusionauth.io/pricing-calculator/). ### Advantages Of Each Hosting Type -Self-hosting gives you complete control over FusionAuth, including the ability to use [Kickstart](/docs/get-started/download-and-install/development/kickstart) to start an instance, such as a sample application or user, with the exact configuration you need. You can use Kickstart in conjunction with GitHub or continuous deployment services to deploy any number and configuration of FusionAuth instances. The FusionAuth database runs on your host, and you can run any SQL queries against it to extract daily data for analytics, importing users, or editing data in bulk. +Self-hosting gives you complete control over FusionAuth, including the ability to use [Kickstart](/docs/get-started/download-and-install/development/kickstart) to start an instance with the exact configuration you need, allowing you to specify whether it includes sample applications and users. You can use Kickstart in conjunction with GitHub or continuous deployment services to deploy any number and configuration of FusionAuth instances. The FusionAuth database runs on your host, and you can run any SQL queries against it to extract daily data for analytics, to import users, or to edit data in bulk. Cloud hosting is more convenient than self-hosting. Starting and stopping a deployment takes only a few clicks, as does upgrading. Deployments scale easily as your number of customers grows, due to the more powerful cloud instances available to handle the greater authentication workload. Backups are automated and available should you need to roll back your database at any time. A team of FusionAuth experts manages the cloud environment and is available if you need support. You can also purchase a 99.99% uptime service level agreement (SLA) to guarantee that your site will always be available. From 419381930744ec00a677b869eb3513a04e481d3e Mon Sep 17 00:00:00 2001 From: bethh0rn Date: Mon, 30 Dec 2024 17:44:13 +0200 Subject: [PATCH 7/7] Update astro/src/content/docs/get-started/core-concepts/plans-features.mdx --- .../content/docs/get-started/core-concepts/plans-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx index 73ce856a97..cb60cfb7c4 100644 --- a/astro/src/content/docs/get-started/core-concepts/plans-features.mdx +++ b/astro/src/content/docs/get-started/core-concepts/plans-features.mdx @@ -103,7 +103,7 @@ In the API documentation, you'll see enterprise features marked like this: ## Self-Hosted FusionAuth Versus Cloud-Hosted FusionAuth -Once you have chosen a FusionAuth plan with the features you want, you need to decide where to host FusionAuth. You can either host it with the FusionAuth company, Inversoft, or you can host it yourself, whether on-premise or with a cloud service provider like Hetzner or AWS. Your decision to self-host or use Inversoft is independent of which FusionAuth plan you choose. Any FusionAuth plan can be hosted either by you or by us. There is no difference in plan features between hosts. +Once you have chosen a FusionAuth plan with the features you want, you need to decide where to host your FusionAuth instance. You can host it yourself, either on-premise server or with a cloud service provider like Hetzner or AWS, or you can use FusionAuth Cloud to host your instance. Your decision to self-host or register for FusionAuth Cloud is independent of which plan you choose. There are no differences in plan features between hosts. Let's first consider how each hosting type works, and then assess the advantages of each.