<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Munns &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/chris-munns/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Wed, 04 Sep 2024 22:00:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Measuring Amazon MQ throughput using Maven 2 benchmark and AWS CDK</title>
		<link>https://noise.getoto.net/2024/09/05/measuring-amazon-mq-throughput-using-maven-2-benchmark-and-aws-cdk/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Wed, 04 Sep 2024 22:00:06 +0000</pubDate>
				<category><![CDATA[Amazon MQ*]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=78cfbc9a24ff7eacd7b331bc06679b79</guid>

					<description><![CDATA[This post is written by Olajide Enigbokan, Senior Solutions Architect and Mohammed Atiq, Solutions Architect In this post you will learn how to evaluate the throughput for Amazon MQ, a managed message broker service for ActiveMQ, by using the ActiveMQ Classic Maven Performance test plugin. This post will provide recommendations for configuring Amazon MQ to […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Efficiently processing batched data using parallelization in AWS Lambda</title>
		<link>https://noise.getoto.net/2024/08/28/efficiently-processing-batched-data-using-parallelization-in-aws-lambda/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Wed, 28 Aug 2024 16:14:46 +0000</pubDate>
				<category><![CDATA[Amazon Simple Notification Service (SNS)]]></category>
		<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[Kinesis Data Streams]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ebbc33e6eeb796b442024899730a74d4</guid>

					<description><![CDATA[This post is written by Anton Aleksandrov, Principal Solutions Architect, AWS Serverless Efficient message processing is crucial when handling large data volumes. By employing batching, distribution, and parallelization techniques, you can optimize the utilization of resources allocated to your AWS Lambda function. This post will demonstrate how to implement parallel data processing within the Lambda function handler, maximizing […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Strengthening data security in AWS Step Functions with a customer-managed AWS KMS key</title>
		<link>https://noise.getoto.net/2024/07/29/strengthening-data-security-in-aws-step-functions-with-a-customer-managed-aws-kms-key/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Mon, 29 Jul 2024 17:03:44 +0000</pubDate>
				<category><![CDATA[AWS Key Management Service*]]></category>
		<category><![CDATA[AWS Step Functions]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=2d1f9c2d22da7ec34657fbd72e0a215f</guid>

					<description><![CDATA[This post is written by Dhiraj Mahapatro, AWS Principal Specialist SA, Serverless. AWS Step Functions provides enhanced security with a customer-managed AWS KMS key. This allows organizations to maintain complete control over the encryption keys used to protect their data in Step Functions, ensuring that only allowed principals (IAM role, user, or a group) have access […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Introducing quorum queues on Amazon MQ for RabbitMQ</title>
		<link>https://noise.getoto.net/2024/07/23/introducing-quorum-queues-on-amazon-mq-for-rabbitmq/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 22:23:38 +0000</pubDate>
				<category><![CDATA[Amazon MQ*]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[messaging]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=98e105c24a128ea461619905dc6b8277</guid>

					<description><![CDATA[This post is written by Vignesh Selvam (Senior Product Manager – Amazon MQ), Simon Unge (Senior software development engineer – Amazon MQ). Amazon MQ for RabbitMQ announced support for quorum queues, a type of replicated queue designed for higher availability and data safety. This post presents an overview of this queue type, describes when you […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing multi-Region failover for Amazon API Gateway</title>
		<link>https://noise.getoto.net/2024/07/08/implementing-multi-region-failover-for-amazon-api-gateway/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Mon, 08 Jul 2024 16:55:50 +0000</pubDate>
				<category><![CDATA[Amazon API Gateway]]></category>
		<category><![CDATA[Amazon Route 53]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=32ce059616535441cf7287859038ba97</guid>

					<description><![CDATA[This post is written by Marcos Ortiz, Principal AWS Solutions Architect and Khubyar Behramsha, Sr. AWS Solutions Architect. In this post, you learn how organizations can evolve from a single-Region architecture API Gateway to a multi-Region one, using a reliable failover mechanism without dependencies on AWS control plane operations. An AWS Well-Architected best practice is […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Applying Spot-to-Spot consolidation best practices with Karpenter</title>
		<link>https://noise.getoto.net/2024/03/26/applying-spot-to-spot-consolidation-best-practices-with-karpenter/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Tue, 26 Mar 2024 14:15:51 +0000</pubDate>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=83031e6994722af025f1f9efc9c0f8de</guid>

					<description><![CDATA[This post is written by Robert Northard – AWS Container Specialist Solutions Architect, and Carlos Manzanedo Rueda – AWS WW SA Leader for Efficient Compute Karpenter is an open source node lifecycle management project built for Kubernetes. In this post, you will learn how to use the new Spot-to-Spot consolidation functionality released in Karpenter v0.34.0, […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>The attendee’s guide to the AWS re:Invent 2023 Compute track</title>
		<link>https://noise.getoto.net/2023/11/17/the-attendees-guide-to-the-aws-reinvent-2023-compute-track/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Fri, 17 Nov 2023 15:34:08 +0000</pubDate>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon EC2 Mac instances]]></category>
		<category><![CDATA[Amazon Machine Learning]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[AWS Cloud Financial Management]]></category>
		<category><![CDATA[AWS Inferentia]]></category>
		<category><![CDATA[AWS re:Invent]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Graviton]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=79c22fe32d6a9e10d74530774ab36232</guid>

					<description><![CDATA[This post by Art Baudo – Principal Product Marketing Manager – AWS EC2, and Pranaya Anshu – Product Marketing Manager – AWS EC2 We are just a few weeks away from AWS re:Invent 2023, AWS’s biggest cloud computing event of the year. This event will be a great opportunity for you to meet other cloud […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>It’s About Time: Microsecond-Accurate Clocks on Amazon EC2 Instances</title>
		<link>https://noise.getoto.net/2023/11/16/its-about-time-microsecond-accurate-clocks-on-amazon-ec2-instances/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Thu, 16 Nov 2023 18:50:18 +0000</pubDate>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Compute]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=d510abf74a6332ec01ada47a44b5f7e1</guid>

					<description><![CDATA[This post is written by Josh Levinson, AWS Principal Product Manager and Julien Ridoux, AWS Principal Software Engineer Today, we announced that we improved the Amazon Time Sync Service to microsecond-level clock accuracy on supported Amazon EC2 instances. This new capability adds a local reference clock to your EC2 instance and is designed to deliver […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>An attendee’s guide to hybrid cloud and edge computing at AWS re:Invent 2023</title>
		<link>https://noise.getoto.net/2023/11/14/an-attendees-guide-to-hybrid-cloud-and-edge-computing-at-aws-reinvent-2023/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Tue, 14 Nov 2023 17:07:22 +0000</pubDate>
				<category><![CDATA[Edge]]></category>
		<category><![CDATA[Edge Computing]]></category>
		<category><![CDATA[hybrid architecture]]></category>
		<category><![CDATA[Hybrid Cloud Management]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=8dd4138b9ff0e0e0d3e8691a6e11a639</guid>

					<description><![CDATA[This post is written by Savitha Swaminathan, AWS Sr. Product Marketing Manager AWS re:Invent 2023 starts on Nov 27th in Las Vegas, Nevada. The event brings technology business leaders, AWS partners, developers, and IT practitioners together to learn about the latest innovations, meet AWS experts, and network among their peer attendees. This year, AWS re:Invent […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Coming soon: Expansion of AWS Lambda states to all functions</title>
		<link>https://noise.getoto.net/2021/07/12/coming-soon-expansion-of-aws-lambda-states-to-all-functions/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 15:42:54 +0000</pubDate>
				<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=77d7de8d2ef8a540d8f1e3ca55feaf3c</guid>

					<description><![CDATA[In November of 2019, we announced AWS Lambda function state attributes, a capability to track the current “state” of a function throughout its lifecycle. Since launch, states have been used in two primary use-cases. First, to move the blocking setup of VPC resources out of the path of function invocation. Second, to allow the Lambda […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Hosting Hugging Face models on AWS Lambda for serverless inference</title>
		<link>https://noise.getoto.net/2021/06/29/hosting-hugging-face-models-on-aws-lambda-for-serverless-inference/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Tue, 29 Jun 2021 16:02:26 +0000</pubDate>
				<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ad567f54797556e9c30829fe12e24d36</guid>

					<description><![CDATA[This post written by Eddie Pick, AWS Senior Solutions Architect – Startups and Scott Perry, AWS Senior Specialist Solutions Architect – AI/ML Hugging Face Transformers is a popular open-source project that provides pre-trained, natural language processing (NLP) models for a wide variety of use cases. Customers with minimal machine learning experience can use pre-trained models […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Improved failure recovery for Amazon EventBridge</title>
		<link>https://noise.getoto.net/2020/10/09/improved-failure-recovery-for-amazon-eventbridge/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 22:06:21 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[Amazon SQS]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=97c67a847c2b3e66a562a06a9aece622</guid>

					<description><![CDATA[Today we&#8217;re announcing two new capabilities for Amazon EventBridge &#8211; dead letter queues and custom retry policies. Both of these give you greater flexibility in how to handle any failures in the processing of events with EventBridge. You can easily enable them on a per target basis and configure them uniquely for each. Dead letter [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing FIFO message ordering with Amazon MQ for Apache ActiveMQ</title>
		<link>https://noise.getoto.net/2020/10/02/implementing-fifo-message-ordering-with-amazon-mq-for-apache-activemq/</link>
		
		<dc:creator><![CDATA[Chris Munns]]></dc:creator>
		<pubDate>Fri, 02 Oct 2020 20:19:03 +0000</pubDate>
				<category><![CDATA[Amazon MQ*]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=546095bfb43162813ef5e90c2850c956</guid>

					<description><![CDATA[This post is contributed by Ravi Itha, Sr. Big Data Consultant Messaging plays an important role in building distributed enterprise applications. Amazon MQ is a key offering within the AWS messaging services solution stack focused on enabling messaging services for modern application architectures. Amazon MQ is a managed message broker service for Apache ActiveMQ that [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 53/205 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-02-07 07:34:49 by W3 Total Cache
-->