Manage SQS Queues
Create and destroy SQS queues. Be aware that this interacts with Amazon's services, and so may incur charges.
This module uses the awscli tool provided by Amazon. This can be downloaded from pip. Also check the documentation for awscli for configuration information.
myqueue:
aws_sqs.exists:
- region: eu-west-1
Remove the named SQS queue if it exists.
Name of the SQS queue.
Region to remove the queue from
Name of the user performing the SQS operations
Include additional arguments and options to the aws command line
Ensure the SQS queue exists.
Name of the SQS queue.
Region to create the queue
Name of the user performing the SQS operations
Include additional arguments and options to the aws command line