Skip to content

create queue

Standard SQS queue tagged for this project.

bash
awsutopia create queue <name> [--dry-run] [--json]
bash
awsutopia create queue jobs
# queue: utopia-<project>-<env>-q-jobs

What you'll get

  • Standard SQS queue (not FIFO)
  • Tags: utopia:project, utopia:env, utopia:name, utopia:kind=queue
  • A static cost hint (list shows COST_UNAVAILABLE until Cost Explorer fills in)

--dry-run prints CreateQueue + tag steps without calling AWS.

Tear down with destroy queue. See it in list.

Working name — your AWS account, your bill.