๐ v2.4 Released
CloudNexus Compute Instance
High-performance virtual servers with NVMe storage, dedicated resources, and instant scaling. Built for modern applications that demand reliability.
Configuration
Technical Specs
Network
Pricing
API Reference
โ๏ธ Instance Type
๐พ Storage
80 GB
๐ Region & OS
DDoS Protection
Enterprise-grade mitigation included by default.
Instant Snapshots
Create backups in seconds for disaster recovery.
SSH & Firewall
Fine-grained firewall rules and SSH key management.
Live Resize
Scale resources up without downtime.
๐ Detailed Specifications
| Processor | Intelยฎ Xeonยฎ Platinum 8375C or AMD EPYC 7R13 |
|---|---|
| Architecture | x86_64, ARM64 (Graviton compatible) |
| Memory | DDR4 ECC, dedicated per instance |
| Storage Interface | NVMe PCIe Gen 4.0 |
| Network Bandwidth | Up to 10 Gbps (1 Gbps default) |
| Virtualization | KVM-based with hardware passthrough options |
| Hypervisor Overhead | < 2% CPU overhead |
๐ Network Configuration
CloudNexus Compute Instances are deployed within a high-performance 100 Gbps backbone. Configure your network interface, bandwidth allocation, and IP addressing below.
๐ฐ Pricing Model
Pay only for what you use. No hidden fees, no egress charges for outbound traffic up to 10TB/month. Commitment discounts available.
- โข Hourly billing with per-second granularity
- โข 1-year reserved instances save up to 40%
- โข 3-year reserved instances save up to 60%
- โข Free tier available for new accounts ($200 credit)
๐ ๏ธ API & CLI
Automate your infrastructure with our REST API and SDKs.
POST /v2/instances
Content-Type: application/json
Authorization: Bearer {{API_KEY}}
{
"name": "prod-web-01",
"region": "us-east-1",
"plan": "co-medium",
"image": "ubuntu-22.04",
"storage": 80
}