Google Cloud Deployment Manager
Create and manage cloud resources with simple templates. Google Cloud Deployment Manager allows you to specify all the resources needed for your application in a declarative format using yaml. You can also use Python or Jinja2 templates to parameterize the configuration and allow reuse of common deployment paradigms such as a load balanced, auto-scaled instance group. Treat your configuration as code and perform repeatable deployments. By creating configuration files which define the resources, the process of creating those resources can be repeated over and over with consistent results. Many tools use an imperative approach, requiring the user to define the steps to take to create and configure resources. A declarative approach allows the user to specify what the configuration should be and let the system figure out the steps to take. The user can focus on the set of resources which comprise the application or service instead of deploying each resource separately.
Learn more
AWS CloudFormation
AWS CloudFormation is a infrastructure provisioning and management tool that provides you the ability to create resource templates that specifies a set of AWS resources to provision. The templates allow you to version control your infrastructure, and also easily replicate your infrastructure stack quickly and with repeatability. Define an Amazon Virtual Private Cloud (VPC) subnet or provisioning services like AWS OpsWorks or Amazon Elastic Container Service (ECS) with ease. Run anything from a single Amazon Elastic Compute Cloud (EC2) instance to a complex multi-region application. Automate, test, and deploy infrastructure templates with continuous integration and delivery (CI/CD) automation. AWS CloudFormation lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code. Speed up cloud provisioning with infrastructure as code.
Learn more
Northflank
The self-service developer platform for your apps, databases, and jobs. Start with one workload, and scale to hundreds on compute or GPUs. Accelerate every step from push to production with highly configurable self-service workflows, pipelines, templates, and GitOps. Securely deploy preview, staging, and production environments with observability tooling, backups, restores, and rollbacks included. Northflank seamlessly integrates with your preferred tooling and can accommodate any tech stack. Whether you deploy on Northflank’s secure infrastructure or on your own cloud account, you get the same exceptional developer experience, and total control over your data residency, deployment regions, security, and cloud expenses. Northflank leverages Kubernetes as an operating system to give you the best of cloud-native, without the overhead. Deploy to Northflank’s cloud for maximum simplicity, or connect your GKE, EKS, AKS, or bare-metal to deliver a managed platform experience in minutes.
Learn more
AWS Launch Wizard
AWS Launch Wizard offers a guided way of sizing, configuring, and deploying AWS resources for third-party applications, such as Microsoft SQL Server and SAP ERP systems. With AWS Launch Wizard, you can eliminate the need to manually identify and provision individual AWS resources, instead automating deployment using APIs or a console-based approach. To start, you input your application requirements, including performance, number of nodes, and connectivity on the service console. Launch Wizard then identifies the right AWS resources, such as EC2 instances and EBS volumes, to deploy and run your application. Launch Wizard provides an estimated cost of deployment and lets you modify your resources to instantly view an updated cost assessment. Once you approve the AWS resources, Launch Wizard automatically provisions and configures the selected resources to create a fully functioning, production-ready application.
Learn more