Database (DBaaS) Example
This guide covers the complete end-to-end workflow for provisioning a MySQL DBaaS instance using the Aruba Cloud CLI: from network setup to database creation, user management, and connecting.
Prerequisites
Before starting, ensure you have:
- The CLI configured with valid credentials (
acloud config set) - An active project (use
acloud management project listto verify) - An active VPC, or follow Step 0 to prepare networking resources
Step 0: Prepare Networking Resources
List Available VPCs
acloud network vpc list
Example output:
NAME ID REGION SUBNETS STATUS
prod-vpc 69495ef64d0cdc87949b71ec ITBG-Bergamo 3 Active
Note the VPC ID. Ensure STATUS is Active before proceeding.