AWS SQS

Ayush Laxkar
2 min readMay 4, 2021

--

Amazon Simple Queue Service (SQS) is a completely overseen message lining administration that empowers you to decouple and scale microservices, dispersed frameworks, and serverless applications. SQS disposes of the intricacy and overhead connected with overseeing and working message arranged middleware, and enables designers to zero in on separating work. Utilizing SQS, you can send, store, and get messages between programming segments at any volume, without losing messages or requiring different administrations to be accessible. Begin with SQS in minutes utilizing the AWS support, Command Line Interface or SDK of your decision, and three straightforward orders.

SQS offers two kinds of message lines. Standard lines offer greatest throughput, best-exertion requesting, and in any event once conveyance. SQS FIFO lines are intended to ensure that messages are handled precisely once, in the specific request that they are sent.

Advantages

Kill authoritative overhead

AWS deals with every progressing activity and fundamental framework expected to give a profoundly accessible and versatile message lining administration. With SQS, there is no forthright expense, no compelling reason to secure, introduce, and arrange informing programming, and no tedious form out and upkeep of supporting foundation. SQS lines are powerfully made and scale naturally so you can construct and develop applications rapidly and productively.

Dependably convey messages

Use Amazon SQS to send any volume of information, at any degree of throughput, without losing messages or requiring different administrations to be accessible. SQS allows you to decouple application parts so they run and bomb autonomously, expanding the general adaptation to non-critical failure of the framework. Numerous duplicates of each message are put away needlessly across different accessibility zones so they are accessible at whatever point required.

Keep delicate information secure

You can utilize Amazon SQS to trade delicate information between applications utilizing worker side encryption (SSE) to encode each message body. Amazon SQS SSE incorporation with AWS Key Management Service (KMS) permits you to midway deal with the keys that secure SQS messages alongside keys that ensure your other AWS assets. AWS KMS logs each utilization of your encryption keys to AWS CloudTrail to help meet your administrative and consistence needs.

AWS Services Used: Amazon SNS & Amazon SQS

The NASA Image and Video Library gives simple admittance to in excess of 140,000 still pictures, sound chronicles, and recordings — reporting NASA’s the greater part a hundred years of accomplishments in investigating the immense obscure. The design incorporates Amazon SQS to decouple approaching positions from pipeline cycles and Amazon Simple Notification Service to trigger the handling pipeline when new substance is refreshed.

--

--