Overview
What this account can do right now: the applied quotas, the fleet by state, and the last few things the playground did.
Applied quotas
| quota | published | applied | plane throttles at |
|---|
Fleet
Configuration
Recent API calls open trace
| op | status | ms |
|---|
Recent jobs
Images
An image is a snapshot: your Dockerfile built on the managed AL2023 base, warmed until /ready says 200, then frozen. Every RunMicrovm clones it.
Build an image
Images in
| name | state | active version | created |
|---|
Fleet
Every microVM in the region, live. Launch, converge a fleet to N, park it, drain it. Every mutating call goes through the token bucket at 80% of the applied quota.
microVMs
| microvm id | state | image | ver | age | endpoint |
|---|
Run microVMs
Scale a fleet
Lease a VM one task RunMicrovm with a lease in runHookPayload; the VM heartbeats and completes it itself
Call a VM
An authenticated request through the execution plane: a port-scoped JWE token in X-aws-proxy-auth, 429 backoff, a patient 502 retry while a suspended VM auto-resumes, and a one-time re-mint on 403.
Response
History
| time | request | status | ms |
|---|
Logs
CloudWatch tail of /aws/lambda/microvms/<image>. Build output and runtime stdout land here, one stream per VM.
Probe
A parameterised version of the benchmark harness. It launches real VMs, times every stage, checks that state survives suspend and resume, and cleans up after itself. It costs a few cents.
Plan
Results
Cost
The CostModel arithmetic, computed server-side from the published us-east-1 rates, plus what the current fleet costs per hour if nothing changes.
Price a session shape
Fleet cost per hour, as it stands
API trace
Every AWS API call this process makes, captured from botocore's event hooks: operation, HTTP status, duration, and the redacted request and response. Dry-run entries are the requests that were not sent.
| time | service | operation | status | ms | detail |
|---|
Settings
The PlaneConfig for this session. Values start from the MVM_* environment variables; changes here apply to this process only.
Credentials held in this process only; never written to disk
aws sso login --profile NAME in your terminal first.Plane configuration
Bootstrap the account
Creates, idempotently, the artifact bucket (public access blocked) and two IAM roles: a build role that can read the bucket and write build logs, and an execution role for the running VM. Safe to re-run.