
Deploud
OtherTags

Introduction
Deploud is a platform that generates verified deployment scripts for Cloud Run, AWS Lambda, and Azure Functions. It automates cloud deployments with one command, creating infrastructure code with Pulumi, setting up service accounts with minimal permissions, and ensuring idempotent, reliable deployments without wrapper services. It aims to save engineering time and eliminate struggles with fragmented documentation and obtuse errors.
How To Use
Users configure their deployment scripts on the Deploud platform. Deploud generates a .zip file containing the necessary scripts (cli, pulumi, scripts, gen.bash, del.bash, config.json). Users unzip the files into their project, customize the config.json if needed, and run 'bash gen.bash' to install CLI tools and configure permissions. Then, they navigate to the Pulumi folder and run 'pulumi up' to deploy their application.
Pricing
Packages | Pricing | Features |
---|---|---|
Free Edition | Free | Unlimited public repositories, limited private repositories |
Team Edition | $4/user/month | Unlimited private repositories, basic features |
Enterprise Edition | $21/user/month | Advanced security and auditing features |