Information Technology
Star icon
Most Popular
Hands on Training icon
Hands On Training
Star icon
Hands on Training icon

Difference between SQS Visibility Timeout and Delay Queue

Course Cover
compare button icon

Course Features

icon

Duration

30 minutes

icon

Delivery Method

Online

icon

Available on

Lifetime Access

icon

Accessibility

Desktop, Laptop

icon

Language

English

icon

Subtitles

English

icon

Level

Intermediate

icon

Teaching Type

Self Paced

icon

Video Content

30 minutes

Course Description

Lab Details

This lab will show you how to create a queue for SQS, control visibility and delay delivery. You can send a message to the queue and it will be received in the lambda function.

Duration: 30 minutes

AWS Region: US East, N. Virginia us-east-1

Introduction

SQS(Simple Queueing Service)

Fact: This was the very first AWS service to be made public.

Amazon SQS provides a reliable, simple-to-manage, and scalable queueing service. SQS can be used as a cloud application that is simple and inexpensive.

AWS SQS can transmit any amount data at any throughput level without losing any messages.

SQS reduces admirative tasks by scaling highly-available messaging clusters. We only pay for what we actually use. AWS SQS allows us to save critical data that could be lost in the event of an application's downtime or when a component goes out of service.

SQS acts as a buffer between application components that receive data and other parts that process it in the system.

SQS can be used to implement message-oriented architecture. The work is held in queue until the processing server can process it. This ensures that work is not lost because of insufficient resources.

Amazon SQS default ensures that every message is delivered at the minimum of once

Course Overview

projects-img

Virtual Labs

projects-img

Post Course Interactions

projects-img

Hands-On Training

Skills You Will Gain

What You Will Learn

Learn how to create a Lambda function

Learn how to create an IAM role

Learn how to delete AWS resources

Learn how to purge the queue

Learn how to send a message using Delivery Delay

Learn how to send a message using Visibility Timeout

Learn how to validate the laboratory

This course will teach you how to create a queue in SQS

This video will show you how to log in to AWS Management console

Course Cover