Spinup Quick Start
Get your first cloud resource running in 15 minutes.
Before You Begin, connect to Yale's network (on campus or via VPN) and have your COA string ready for billing.
Step 1: Log In
Navigate to https://spinup.internal.yale.edu/ and sign in with your Yale NetID.
Step 2: Add Your SSH Key
Click your profile icon in the top right corner
Select SSH Keys from the dropdown menu
Click Add SSH Key
Paste your public SSH key into the text field
Enter a descriptive name for your key
Click Save
Step 3: Create a Space
Click the Create New Space button
Enter a space name using lowercase letters and hyphens (example:
research-project)Select your security classification (low, medium, high)
Choose your Business Contact from the dropdown
Select your Department
Enter your COA string for billing
Click Create Space
What's a Space?
A Space is a container for organizing related cloud resources. Learn more about creating and managing Spaces.
Step 4: Launch a Server
Click on your Space name to open it
Click the Create button
Select Server from the resource type menu
Enter a descriptive server name (example:
web-app-server)Select a size (choose small for testing)
Review your configuration
Click Create
Your server will be provisioned in 5-10 minutes. You'll receive a notification when it's ready.
Step 5: Connect to Your Server
Click on your server name in the Space dashboard
Locate the connection command in the server details
Copy the SSH connection command
Open your terminal application
Paste and run the command to connect
ssh -i ~/.ssh/your-key username@server-ip-address✅ What's Next?
Explore more features:
• Configure firewalls and security settings
• Try the TryIT free tier
• Create snapshots before making big changes
Get help:
• Join the Spinup Slack community
• Browse the Spinup FAQ
• Read the complete Spinup Overview Guide
Questions? Contact the support team at cloud.support@yale.edu.