status Verified current stable Not installed? Observability

Status / Check Instance Status

Check Instance Status

Check and report the current operational status of an instance identified by its ID.

$
Terminal
status <instance_id>;

When To Use

Critical during maintenance or operational audits to verify running conditions of essential instances.

Pro Tip

Use `--verbose` to get more insight into the instance's health and configuration settings during the query.

Anatomy of Output

Understanding the result

Instance ID: i-abcdefgh12345678 Instance Identifier

Shows the unique ID for clarity.

Status: running Current State

Indicates operational readiness.

Health: Ok Health Check Outcome

Confirms the instance's health status.

Troubleshooting

Common pitfalls

Instance not found: i-0000000

Solution: Revalidate the instance ID and its state.

Unauthorized to perform this operation

Solution: Verify IAM policies allow this action.

Unable to retrieve status: ServiceUnavailabl

Solution: Check service health status before querying.

Command Breakdown

What each part is doing

status
Base Command
The executable that performs this operation. Here it runs Status before the shell applies any redirect operators.
<instance_id>
instance id
The value supplied for instance id.

Alternative Approaches

Comparable commands in other tools

Alternative observability tools for the same job.