AI & GPUs
Support for 4 & 8 GPU B200 Machines
We have expanded our GPU offerings to support virtual machines with 4 and 8 GPUs on B200 machines, allowing for more flexible and efficient resource usage for AI and machine learning workloads. Contact us at [email protected] for more information.Networking
Dual-Stack Load Balancer Health Checks
Load balancers now perform separate health checks for IPv4 and IPv6 stacks. This ensures that traffic is routed intelligently based on the specific health of each IP stack on a node, significantly improving reliability for dual-stack network configurations.Private Subnet Firewall Rules
You can now create firewall rules that specifically target private subnets by name or ID via the web console, CLI, and API. This enhancement simplifies network security management within your Virtual Private Clouds (VPCs).
Public IP Ranges Endpoint
We introduced a new API endpoint atapi.ubicloud.com/ips-v4 that lists the IPv4 ranges used by Ubicloud services. This is particularly useful for configuring external firewalls to allow traffic from Ubicloud runners and resources.
Enhanced Resource Visibility
The details page for VMs in private subnets now displays other attached resources, such as PostgreSQL databases and Kubernetes clusters. This provides a clearer view of your infrastructure dependencies directly within the UI.
Managed PostgreSQL
API Enhancements
We have expanded the PostgreSQL API with new capabilities. You can now specify custompg_config parameters when creating a new PostgreSQL cluster, filter PostgreSQL resources by tags and access a dedicated endpoint to list backups, enabling better programmatic management and integration with your internal tools.
Connection String Security Update
Connection strings for port 5432 have been updated to usechannel_binding=require instead of sslmode=require. This change provides stronger security verification for clients connecting to your databases.