Skip to content

AWS bytes

  • Cheat Sheets
  • Concepts
    • Show All
    • S3 Concepts
  • How-To Guides
    • Show all
    • EC2
    • EBS
    • S3
    • Redshift
    • IAM
    • SQS
    • CloudWatch
    • Billing
  • CLI Guides
  • Contact Us
  • Tutorials
  • Interview Questions
  • Postgresql

Category: SQS

How-To Guides / SQS

How to send message to SQS queue from AWS CLI

Get the url of the queue using below command where queuename is the name of the queue. aws sqs get-queue-url

Continue reading
How-To Guides / SQS

How to send a message to an SQS queue

Login to the AWS Management Console and search for SQS service. Select the queue that you would like to send

Continue reading
How-To Guides / SQS

How to purge an SQS queue from AWS CLI

To delete all the messages in an SQS queue without deleting the queue itself, use the purge option as below:

Continue reading
How-To Guides / SQS

How to purge messages from an SQS queue from AWS Management Console

Login to the AWS Management Console and navigate to ‘Simple Queue Service’ SQS. on the SQS dashboard, select the queue

Continue reading
How-To Guides / SQS

How to configure a dead-letter queue for an existing SQS queue

Create a new queue to receive the undeliverable messages using the steps outlined here from the console or here using

Continue reading
How-To Guides / SQS

How to create an SQS queue from AWS Console

Login to the AWS Management Console and navigate to SQS service. If you are using SQS for the first time,

Continue reading
How-To Guides / SQS

How to delete an SQS queue from AWS Management console

Login to the AWS Management Console and navigate to the SQS service dashboard. You will see the list of queues

Continue reading
How-To Guides / SQS

How to delete an SQS queue from AWS CLI

If you delete an SQS queue, all the messages in the queue will be deleted as well. To delete an

Continue reading
How-To Guides / Lambda / S3 / SQS

How to send a message to an SQS queue using Lambda when a file is uploaded to an S3 bucket

In this post I’ll show you how to send a message to an SQS queue when a new file is

Continue reading
How-To Guides / SQS

How to create an SQS queue from AWS CLI

Use the below command to create a new queue where queuename is the name of the queue being created. create-queue

Continue reading
  • PostgreSQL Tutorials
  • Redshift Tutorials
WordPress Theme: Maxwell by ThemeZee.