Month: August 2020

AWS Command Line Interface

Command Line Interface(CLI)

Introduction to Command Line Interface(CLI)   The AWS command-line interface(CLI) is an open-source tool that enables you to interact with AWS services using commands in your command line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS management console from …

Command Line Interface(CLI) Read More »

SQS (Simple Queue Services)

SQS (Simple Queue Services)

Introduction ( Simple Queue Services Concept ) Simple Queue Services Concept is a pay per use web service for storing the message in transit between computers. SQS offers two types of message queues. Standard queues offer maximum throughput, best-effort ordering, and at-least-once delivery. SQS FIFO queues are designed to guarantee that messages are processed exactly …

SQS (Simple Queue Services) Read More »