Computus Cloud Docs¶
Welcome to the documentation portal for Computus Cloud.
Computus Cloud is an independent cloud platform built on OpenStack, with OSIE providing customer account, billing, and service workflows, and S3-compatible object storage exposed through a dedicated API endpoint.
Public Endpoints¶
Cloud Portal¶
https://cloud.computus.io
Use the cloud portal to: - register an account - verify your email - log in to the customer dashboard - manage billing - provision and manage services - view invoices and account status
S3 API¶
https://s3.computus.io
Use the S3 endpoint for: - bucket creation - object uploads and downloads - backup tools - AWS CLI compatible workflows - application integrations that support the Amazon S3 API
Platform Overview¶
Computus Cloud is organized into two main customer-facing access points:
cloud.computus.iofor the customer portal and OSIE-managed workflowss3.computus.iofor S3-compatible object storage access
Behind the scenes, the platform is powered by OpenStack services including compute, networking, identity, image management, and object storage.
Core Services¶
Computus Cloud is designed to provide:
- virtual machines
- private networking
- floating IPs
- project and tenant isolation
- S3-compatible object storage
- billing and account lifecycle management
Recommended First Steps¶
If you are new to the platform, start here:
- Read What is Computus Cloud?
- Review the Platform Overview
- Complete Account Signup
- Confirm your email in Email Verification
- Continue to First Login to cloud.computus.io
Common Tasks¶
Access the Portal¶
Go to Accessing the Portal
Create a Virtual Machine¶
See Creating a VM
Configure Networking¶
Use Object Storage¶
Start with Object Storage Overview
Connect with AWS CLI¶
See Using AWS CLI
High-Level Architecture¶
```text [ Customer Browser / Client ] | v cloud.computus.io (OSIE Portal) | v OSIE Backend | v OpenStack APIs ├── Keystone ├── Nova ├── Neutron ├── Glance └── Swift | v s3.computus.io (S3-Compatible API)