Cloud Console Shortcuts
Fast links for AWS, Google Cloud, and Azure

Type less. Get to the right cloud page faster.

This site is a tiny shortcut layer for cloud consoles. Instead of hunting through bookmarks or menus, you type a short path like /aws/ec2, /gcp/bigquery, or /az/keyvault and land directly on the destination.

How it works

Every shortcut is just a simple redirect. The path stays human-friendly, while the site sends you to the real provider console URL underneath.

Canonical paths

Use a predictable structure like /aws/ec2, /gcp/run, or /az/aks.

Short aliases

Common shortcuts such as /ec2, /bq, and /kv save even more typing.

Neutral routes

Generic paths like /logs, /compute, and /billing can point to your default platform.

Built for the big three

The URL system is cloud-agnostic. Keep one clean pattern across providers and only memorize a small set of service names.

AWS

Prefix: /aws

Examples: /aws/ec2, /aws/s3, /aws/lambda, /aws/logs.

Google Cloud

Prefix: /gcp

Examples: /gcp/compute, /gcp/storage, /gcp/gke, /gcp/bigquery.

Azure

Prefix: /az

Examples: /az/vm, /az/keyvault, /az/aks, /az/monitor.

URL map

The structure is intentionally simple: canonical routes for clarity, short aliases for speed, and optional neutral routes for your defaults.

Canonical format

/{provider}/{service}

/aws/ec2
/gcp/compute
/az/vm

Friendly aliases

/ec2   → /aws/ec2
/bq    → /gcp/bigquery
/kv    → /az/keyvault

Neutral shortcuts

/compute
/storage
/logs
/billing

Provider aliases

/azure/*   → /az/:splat
/google/*  → /gcp/:splat

Popular shortcuts

A small number of routes will cover most daily use. Start here, then add more paths as you discover what you open most often.

Quick examples