
Create a free AWS account, explore the free tier including Cloud9 hours and SQS usage, and learn to terminate environments and set billing alarms to avoid charges.
Learn to create an IAM user with both programmatic and console access, assign admin permissions, download the access keys, and follow security best practices by avoiding root account use.
Set up a Cloud9 environment to code in the cloud using a t-2 micro instance for Windows or Linux users, with a bash terminal and ssh access. Verify with S3.
Mastering aws sqs overview covers secure access and durable, highly available storage across multiple servers, scalable throughput, and queue types like standard and fifo with at-least-once and exactly-once delivery.
Mastering AWS: featuring SQS reviews limitations and restrictions, including retention 1–14 days (default 4), a 1024–262144 byte message size, and optional S3 use with potential costs.
Learn to use the aws sqs cli in Cloud9 to create and list queues, send and receive messages, rename queues with a prefix, and explore region settings.
learn to send and receive SQS messages in node.js using the SQS sdk, handle receipt handles, apply a 60-second delay, poll for messages, and delete messages and queues.
Did you know that Amazon Web Services first service is the Simple Queue Service (SQS)? Did you know that SQS can be scaled to meet the needs of a company of any size, including Amazon and travel sites?
This course, Mastering AWS Featuring SQS, will provide everything you need to apply SQS to your everyday life. This course begins at the very beginning, creating an aws account and creating a User. Next, we define both SQS and AWS. We then take a deep dive into SQS. This course discusses sqs pricing, sqs vs sns, sqs api, and much more. We then apply the fundamentals we’ve learned to programming with SQS.
We will program in the AWS management console, in the aws command line (aws cli), and using the aws node.js sdk. Each programming section provides three detailed sqs tutorials.
Using the AWS management console, we will create basic queues, queues with attributes, and queues with different configurations. Once these queues are created, we will send messages and observe the results. In addition, we will use SNS and SQS together to send messages to multiple queues.
After we’ve created and modified queues in the management console, we will step out game up by manipulating sqs on the command line. Using Cloud9 we will create an EC2 environment and create, modify and delete queues in the aws cli.
Next we create sqs queues using the aws node.js SDK. In conjunction with Cloud9, we will use an EC2 instance to create tags for our queues, list queues, create queues, and delete queues.
As a bonus, we will use the following AWS services to assist our learning of SQS: AWS Identity and Access Management (IAM), AWS Simple Queue Service (SNS), AWS Elastic Cloud Compute (EC2), and AWS cloud9.
By the end of this course, you will be able to:
You should consider this course if you are: