Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Below are technical best practices all Ed-Fi Academy content creators should adhere to when creating content. This will ensure a consistent, opinionated voice throughout all Academy produced material.
This section contains best practices and recommendations relevant to the Ed-Fi Academy.
Info |
---|
Note that the audience for this material are Ed-Fi Academy content creation team members. So, while this information is not a secret (quite the opposite!), the material is not written with the general Ed-Fi Community audience in mind. |
Contents
Page Tree | ||
---|---|---|
|
Serverless and managed solutions
DRAFT FOR DISCUSSION
When deploying in the cloud, Ed-Fi technology should be deployed on serverless and managed solutions where possible. Prior to the migration to .NET Core, running the Web API in a linux container was not possible. At that time, it was common to create a Windows Server VM (virtual machine) and deploy the API via IIS. Today with full .NET Core support, the API should be deployed on a serverless or managed solution. This means lower costs and less administrative burden. Refer to the Ed-Fi Academy reference architectures for guidance on which solutions to use in each of the 3 major cloud providers.
Leveraging serverless and managed solutions in the cloud means spending less time and resources maintaining infrastructure. Serverless solutions such as Google Cloud Run enable an engineer to deploy the Ed-Fi API without having to worry about managing hardware, OS updates, SSL certificates, and more. With Cloud Run, you provide a Docker image, and Google deploys the application while handling auto-scaling as traffic increases, scaling to zero at times of no traffic, load balancing across multiple containers, and provides a HTTPS endpoint automatically.
Managed solutions such as AWS RDS provides users with automated backups, automated patching and upgrades, and auto-provisioning of additional storage as needed. Compute and memory can be adjusted as needs change without any downtime.
This page:
Table of Contents | ||
---|---|---|
|
Best practice content:
Page Tree | ||
---|---|---|
|