Learning/AWS SQS/Revision pack index/Configuration Cheat Sheet
outline
This chapter is an outline. The curriculum, learning objectives and structure are settled; the prose, diagrams and code are still being written. What is below is the plan for the chapter, not the chapter.

SQS — Configuration Cheat Sheet

Read time: scan

Every knob: what it controls, why it matters, typical values, common mistakes.

Planned contents

  • VisibilityTimeout
  • MessageRetentionPeriod
  • ReceiveMessageWaitTimeSeconds
  • DelaySeconds
  • MaximumMessageSize
  • MaxNumberOfMessages
  • RedrivePolicy / maxReceiveCount
  • RedriveAllowPolicy
  • FifoQueue / ContentBasedDeduplication / DeduplicationScope / FifoThroughputLimit
  • KmsMasterKeyId / KmsDataKeyReusePeriodSeconds / SqsManagedSseEnabled
  • Policy
  • All values sourced from _reference/aws-facts.md, never hard-coded here

Design rules for this sheet

  • Tables, diagrams and bullets. Prose only where a sentence genuinely beats a row
  • Scannable at a glance; printable on a laptop screen
  • Every quota and price links to _reference/aws-facts.md
  • It answers "remind me", not "teach me" — the course body does the teaching

Back to: Course home