Manage Cloud Providers on Zephyr
Zephyr's Bring Your Own Cloud (BYOC) feature allows users to use their own cloud infrastructure instead of relying on Zephyr's managed cloud. User's applications deployed through Zephyr are usually deployed through user's own cloud providers.
With BYOC, users are able to manage configuration, understand the underlying infrastruture, utilizing familiar features and having a clear billing among cloud infrastructures.
Users belong to an organization can manage and configure cloud providers on Zephyr's dashboard, and user's organization gets connected with cloud provider account by creating an integration under Deployment Integration tab.
Choose your Cloud provider
Cloudflare
Configure Cloudflare integration with Page project, KV namespaces and Workers
Netlify
Manage your Netlify integration with Netlify function, site, and Blob storage
Fastly
Configure Fastly integration with edge computing capabilities and global CDN
Akamai
Set up Akamai integration with EdgeWorkers and EdgeKV for global performance
AWS
Deploy and manage your applications on Amazon Web Services infrastructure
About Deployment Integrations
Deployment integrations are the bridge between Zephyr and your cloud provider infrastructure. Once configured, these integrations enable:
- Seamless Deployments: Deploy your applications directly to your cloud provider's edge network
- Version Management: Manage multiple versions of your applications with rollback capabilities
- Performance Optimization: Leverage your cloud provider's global CDN and edge computing features
- Cost Control: Use your existing cloud provider billing and resource management
Managing Your Integrations
After setting up your cloud provider integration, you can manage it through your organization settings:
- Monitor Status: View the health and status of your integrations
- Update Configurations: Modify settings and credentials as needed
- Update Worker Versions: Keep your integrations up-to-date with the latest features and improvements
For detailed instructions on updating your deployment integrations, see our Updating Integrations guide.
Benefits of Regular Updates
Zephyr regularly releases updates to deployment integrations that provide:
- New Features: Access to the latest Zephyr capabilities and cloud provider features
- Performance Improvements: Faster deployments and better resource utilization
- Security Updates: Latest security patches and compliance improvements
- Bug Fixes: Resolution of known issues and edge cases
- Compatibility: Support for new versions of bundlers and frameworks
The beauty of Zephyr's integration system is that these updates happen at the infrastructure level, meaning your development team can benefit from improvements without modifying their build processes, deployment scripts, or workflows.
Related Documentation
Cloud Provider Guides:
- Cloudflare - Deploy to Cloudflare Workers
- Netlify - Deploy to Netlify Edge
- AWS - Deploy to AWS infrastructure
- Fastly - Deploy to Fastly edge network
- Akamai - Deploy to Akamai edge platform
- Updating Integrations - Keep your integrations up to date
Architecture & Deployment:
- Architecture - Understanding Zephyr's BYOC architecture
- Tags & Environments - Managing deployment environments
- CI/CD Integration - Automated deployment workflows