AWS SQS
Core pluginmarmotdata/sqs
Discover SQS queues from AWS accounts
The SQS plugin discovers and catalogs Amazon SQS queues across your AWS accounts. It captures queue configurations and can discover Dead Letter Queue relationships.
Required Permissions
AWS Configuration
See AWS Configuration for the supported AWS configuration options.
In the UI
Point-and-click, no config file needed.
- 1 Open
Runs→Create Pipeline - 2 Pick AWS SQS from the plugin list.
- 3 Fill in the wizard, set a schedule, save.
With the CLI
Save a YAML config, then run marmot ingest.
name: my-sqs-pipeline
runs:
- sqs:
# No required fields — see the Configuration tab.marmot ingest -c ingest.yaml Not using plugins? Other ways to populate Marmot
Configuration
7 top-level fields.
tags multiselect Tags to apply to discovered assets
external_links object[] External links to show on all assets
name string Display name for the link
icon string Icon identifier for the link
url string URL to the external resource
filter object Filter discovered assets by name (regex)
include multiselect Include patterns for resource names (regex)
exclude multiselect Exclude patterns for resource names (regex)
credentials object AWS credentials configuration
use_default bool Use AWS credentials from environment or default profile (recommended)
true id string AWS access key ID
secret password AWS secret access key
token password AWS session token
profile string AWS profile to use from shared credentials file
role string AWS IAM role ARN to assume
role_external_id string External ID for cross-account role assumption
region string AWS region for services
endpoint string Custom endpoint URL for AWS services
tags_to_metadata bool Convert AWS tags to Marmot metadata
include_tags multiselect List of AWS tags to include as metadata. By default, all tags are included.
discover_dlq bool Discover Dead Letter Queue relationships
Assets Emitted
Metadata fields this plugin attaches to each discovered asset.
SQS
SQSFieldsSQSFields represents SQS-specific metadata fields
queue_arn stringThe ARN of the SQS queue
visibility_timeout stringThe visibility timeout for the queue
message_retention_period stringMessage retention period in seconds
maximum_message_size stringMaximum message size in bytes
delay_seconds stringDelay seconds for messages
receive_message_wait_time stringLong polling wait time in seconds
fifo_queue boolWhether this is a FIFO queue
content_based_deduplication boolWhether content-based deduplication is enabled
deduplication_scope stringDeduplication scope for FIFO queues
fifo_throughput_limit stringFIFO throughput limit type
redrive_policy stringRedrive policy JSON string
tags objectAWS resource tags