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: How-To Guides

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 / S3

How to create an S3 bucket from AWS CLI

Using high level s3 commands: aws s3 mb s3://bucketname Using S3 api commands: aws s3api create-bucket –bucket bucketname –region regionname

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
EBS / How-To Guides

How to delete unused EBS volumes from AWS CLI to save on cost

Use the below command to generate a list of volume id’s of all detached EBS volumes. aws ec2 describe-volumes –filter

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 / Redshift

How to find the size of a Redshift database

To determine the size of a database in Redshift cluster, use the below query. SELECT database, SUM(size) as “size in

Continue reading
How-To Guides / Redshift

How to find the size of a schema in Redshift

Use the below query to determine the size of all schemas in Redshift database. SELECT schema, SUM(size) as “size in

Continue reading
How-To Guides / Redshift

How to find the size of a table in Redshift

SVV_TABLE_INFO view shows information of all user-defined tables.Use the below query to determine the size of a table in Redshift

Continue reading

Posts pagination

«Previous Posts 1 … 11 12 13 14 15 … 22 Next Posts»
  • PostgreSQL Tutorials
  • Redshift Tutorials
WordPress Theme: Maxwell by ThemeZee.