Book Image

AWS Certified Developer - Associate Guide

By : Vipul Tankariya, Bhavin Parmar
Book Image

AWS Certified Developer - Associate Guide

By: Vipul Tankariya, Bhavin Parmar

Overview of this book

AWS Certified Developer - Associate Guide starts with a quick introduction to AWS and the prerequisites to get you started. Then, this book gives you a fair understanding of core AWS services and basic architecture. Next, this book will describe about getting familiar with Identity and Access Management (IAM) along with Virtual private cloud (VPC). Moving ahead you will learn about Elastic Compute cloud (EC2) and handling application traffic with Elastic Load Balancing (ELB). Going ahead you we will talk about Monitoring with CloudWatch, Simple storage service (S3) and Glacier and CloudFront along with other AWS storage options. Next we will take you through AWS DynamoDB – A NoSQL Database Service, Amazon Simple Queue Service (SQS) and CloudFormation Overview. Finally, this book covers understanding Elastic Beanstalk and overview of AWS lambda. At the end of this book, we will cover enough topics, tips and tricks along with mock tests for you to be able to pass the AWS Certified Developer - Associate exam and develop as well as manage your applications on the AWS platform.
Table of Contents (29 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Dedication
Preface
Index

Creating a queue


Since you have developed a basic understanding of what SQS is, let's go through the following steps to create and configure our first SQS queue:

  1. Log in to the AWS Management Console and navigate to https://console.aws.amazon.com/sqs/.
  1. Click the Create New Queue button, as shown in Figure 12.3:

Figure 12.3: Create New Queue

  1. On the subsequent page, type the name of the queue as shown in Figure 12.4, ensuring that you are in the intended region. If required, you can change the region from the top-right corner of the screen. Also note that Queue Name is case sensitive and can have a maximum of up to 80 characters. When you're creating a FIFO queue, Queue Name must end with a .fifo suffix:

Figure 12.4: Providing queue name

  1. By default, the SQS wizard has a Standard queue select. Depending on your requirements, you can choose Standard or FIFO, as shown in Figure 12.5:

Figure 12.5: Queue types

  1. If you want to create a queue with the default parameters, you can click the Quick-Create Queue...