Launching Your First Formation¶
Overview¶
In this tutorial, you'll learn how to launch a cloud formation in the RosettaHub Supercloud platform. Formations are cloud-agnostic IaC recipes that describe the infrastructure needed to create cloud services across AWS, Azure, GCP, Alibaba Cloud, OVH, and OpenStack. When you launch a formation, RosettaHub creates a session with one or more running machines -- all within your organization's budget controls and policy enforcement.
Prerequisites¶
- [ ] RosettaHub account with active subscription
- [ ] At least one cloud account connected
- [ ] Access to shared or public formations
Steps¶
Step 1: Open the Formations Panel¶
From the dashboard sidebar, click Formations to open the formations panel.
You'll see formations organized by:
- Private - Formations you own
- Shared - Formations shared with you
- Public - Publicly available formations
Step 2: Select a Formation¶
Browse or search for a formation to launch. For beginners, look for:
- Jupyter Lab - Python notebook environment
- RStudio - R development environment
- Ubuntu Workspace - General Linux environment
Click on a formation to select it.
Step 3: Launch the Formation¶
With a formation selected, click Launch (or double-click the formation).
The launch dialog appears with pre-configured options.
Step 4: Review Launch Settings¶
Review and optionally modify:
| Setting | Description |
|---|---|
| Cloud Key | Credentials for deployment |
| Instance Type | Compute resources (CPU, memory) |
| Region | Deployment location |
Tip
Default settings are usually appropriate. Only modify if you have specific requirements.
Step 5: Confirm and Deploy¶
Click Launch to start deployment.
Warning
Launching creates cloud resources that incur costs. Monitor your budget.
Step 6: Monitor Progress¶
Watch the deployment progress. A session is created containing your machine(s):
- Pending - Request submitted
- Creating - Resources being provisioned
- Running - Ready to use
Your machine will appear in the Machines panel once provisioned.
Step 7: Connect to Your Machine¶
Once running, connect to your machine:
- Click the machine to open the web interface (Jupyter, RStudio, etc.)
- Right-click → Connect for SSH/RDP access
- Right-click → Get Summary for connection details
Creating Your Own Formation¶
To create a customized formation:
Method 1: Clone and Customize¶
- Clone an existing formation
- Customize the label and description
- Update instance type and settings
- Configure container and launch options
- Launch, install your software, then Snapshot the machine
- Share with others
Method 2: Create from Scratch¶
- Click Create Formation in the Formations panel
- Select the formation type
- Configure all settings (image, keys, instance type)
- Save and launch
See Formations User Guide for detailed instructions.
Managing Your Machines¶
When finished working, manage your machines to control costs:
Stop a Machine¶
- Open the Machines panel
- Select your running machine
- Click Stop or right-click → Stop
- The machine stops but preserves its storage
Tip
Stopped machines don't incur compute charges but still incur storage costs.
Start a Stopped Machine¶
- Select the stopped machine in the Machines panel
- Click Start or right-click → Start
- The machine resumes from where you left off
Delete a Machine¶
- Select the machine
- Click Delete or right-click → Delete
- Confirm the action
Warning
Deleting a machine terminates it permanently. All data on the root volume is lost.
Key Concepts¶
| Term | Description |
|---|---|
| Formation | Recipe/template for infrastructure |
| Session | Active deployment from a formation |
| Machine | Running cloud instance |
- Formations define what to deploy
- Machines are running sessions you interact with
- Stop/Start/Delete actions apply to machines, not formations
Next Steps¶
- Formations User Guide - Complete formations documentation
- Sessions Guide - Managing running sessions with real-time cost tracking
- Cloud Keys - Understand credentials
- Cloud Operations - Governance, budgets, and policy enforcement
- Perspectives - Organize your workspace
Troubleshooting¶
Machine stuck in 'Creating' status
This may indicate:
- Cloud provider quota limits
- Region availability issues
- Budget exceeded
Check your cloud account status or contact your administrator.
Cannot find any formations
Ensure you have:
- Active cloud accounts connected
- Formations shared with you or your organization
- Correct filter settings (check Public/Shared/Private toggles)
Launch fails with permission error
Your account may lack:
- Required instance type permissions
- Access to the selected region
- Sufficient budget
Contact your organization administrator.