AWS Operations Sprint

CloudOps Ticket Lifecycle

Why Tickets Matter

In real AWS operations, most work begins with a request from an application team, developer, security team, or manager.

Examples:

The ticket protects the team from unclear, risky, or unaudited work.

Lifecycle

new -> triage -> approved -> in progress -> verification -> done

New

The request arrives.

CloudOps checks:

Triage

CloudOps classifies the request.

Common categories:

Approved

Someone with authority accepts the risk.

For low-risk dev changes, approval may be lightweight. For production access or network changes, approval should be stricter.

In Progress

Implementation begins.

Typical implementation tools:

Verification

CloudOps proves the change works.

Examples:

Done

The ticket is closed only after evidence is attached.

Evidence examples:

Terraform vs Ansible

Use Terraform when the desired state is an AWS resource:

Use Ansible or SSM when the desired state is inside a server: