AWS News Blog
Tag: HAQM SQS
New CloudWatch Events – Track and Respond to Changes to Your AWS Resources
When you pull the curtain back on an AWS-powered application, you’ll find that a lot is happening behind the scenes. EC2 instances are launched and terminated by Auto Scaling policies in response to changes in system load, HAQM DynamoDB tables, HAQM SNS topics and HAQM SQS queues are created and deleted, and attributes of existing […]
Rapid Auto Scaling with HAQM SQS
Earlier this month an AWS user named Andy emailed the following question to me: We’re interested in using the number of items in our sqs queue as criteria for autoscaling our ec2 workers. The 5 minute delay is really way too long for this application, it would have to keep track of the queue in […]
HAQM SQS – New Dead Letter Queue
The HAQM Simple Queue Service (SQS) makes it easy for you to decouple the components of your application from each other. Proper use of SQS can make your applications easier to build, scale, and run. For example, you could have one task produce work items, post them to a queue, and have another task pull […]
Price Reductions & Expanded Free Tier for the Simple Queue Service (SQS) and the Simple Notification Service (SNS)
We launched the HAQM Simple Queue Service (SQS) in 2004 and the HAQM Simple Notification Service (SNS) in 2010. Our customers have constantly discovered powerful new ways to build more scalable, elastic and reliable applications with these building blocks. We learned, for example, that some customers use SQS as a buffer ahead of databases and […]
SQS Queues and SNS Notifications – Now Best Friends
The HAQM Simple Queue Service (SQS) and the HAQM Simple Notification Service (SNS) are important “glue” components for scalable, cloud-based applications (see the Reference Architectures in the AWS Architecture Center to learn more about how to put them to use in your own applications). One common design pattern is called “fanout.” In this pattern, a […]
New Asia Pacific (Sydney) Region in Australia – EC2, DynamoDB, S3, and Much More
It is time to expand the AWS footprint once again, with a new Region in Sydney, Australia. AWS customers in Australia can now enjoy fast, low-latency access to the suite of AWS infrastructure services. New Region The new Sydney Region supports the following AWS services: A Tranquil Beach – Shoal Bay, Australia HAQM Elastic Compute […]
HAQM SQS – Long Polling and Request Batching / Client-Side Buffering
We announced the Simple Queue Service (SQS) eight years ago, give or take a day. Although this was our first infrastructure web service, we launched it with little fanfare and gave no hint that this was just the first of many such services on the drawing board. I’m sure that some people looked at it […]
Scaling with HAQM SQS
Atulya Beheray of the AWS Messaging Team has written a guest post to introduce a new paper that his team has put together to show you how to use the Simple Queue Service in highly scalable fashion. — Jeff; HAQM SQS has been by used many AWS customers as a building block for building highly […]