<?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>AWS - Azalio</title>
	<atom:link href="https://www.azalio.io/category/aws/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.azalio.io</link>
	<description>Your technology partner</description>
	<lastBuildDate>Mon, 13 Jul 2026 18:58:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>

<image>
	<url>https://www.azalio.io/wp-content/uploads/2021/12/cropped-logo@3x-32x32.png</url>
	<title>AWS - Azalio</title>
	<link>https://www.azalio.io</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Amazon SQS turns 20: Two decades of reliable messaging at scale</title>
		<link>https://www.azalio.io/amazon-sqs-turns-20-two-decades-of-reliable-messaging-at-scale/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 18:58:09 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">http://13.127.31.42/amazon-sqs-turns-20-two-decades-of-reliable-messaging-at-scale/</guid>

					<description><![CDATA[<p>On July 13, 2006, we launched Amazon Simple Queue Service (Amazon SQS) as one of the first three services available to customers, alongside Amazon EC2 and Amazon S3. We had learned firsthand that distributed systems need a reliable way to pass messages between components without creating tight dependencies. If one service called another directly and [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/amazon-sqs-turns-20-two-decades-of-reliable-messaging-at-scale/">Amazon SQS turns 20: Two decades of reliable messaging at scale</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>On July 13, 2006, we <a href="https://aws.amazon.com/blogs/aws/amazon_simple_q/">launched</a> <a href="https://aws.amazon.com/sqs/">Amazon Simple Queue Service (Amazon SQS)</a> as one of the first three services available to customers, alongside <a href="https://aws.amazon.com/blogs/aws/amazon_ec2_beta/">Amazon EC2</a> and <a href="https://aws.amazon.com/blogs/aws/amazon_s3/">Amazon S3</a>. We had learned firsthand that distributed systems need a reliable way to pass messages between components without creating tight dependencies. If one service called another directly and that service was slow or unavailable, failures cascaded through the entire system. Message queuing solved this by letting services communicate asynchronously: a producer could drop a message into a queue and move on, while a consumer picked it up when ready. This approach kept individual service failures from affecting the rest of the system.</p>
<p>When Amazon SQS launched publicly in July 2006, it made this pattern available to every AWS customer. Twenty years later, that core function, decoupling producers from consumers, remains the reason customers use SQS. The scale, performance, and operational controls around it look very different now though.</p>
<p><a href="https://aws.amazon.com/blogs/aws/author/jbarr/">Jeff Barr</a> covered the first 15 years of SQS milestones in his <a href="https://aws.amazon.com/blogs/aws/amazon-sqs-15-years-and-still-queueing/">15th anniversary post</a>, from the original 8 KB message limit in 2006 through FIFO queues, server-side encryption, and Lambda integration. Over the last five years, we have continued to scale SQS, added stronger security defaults, and introduced new capabilities that address increasingly complex workload patterns.</p>
<p><span style="text-decoration: underline"><strong>Key milestones between 2021 and 2026</strong></span><br /><strong>High throughput mode for FIFO queues (2021):</strong> In <a href="https://aws.amazon.com/about-aws/whats-new/2021/05/amazon-sqs-now-supports-a-high-throughput-mode-for-fifo-queues/">May 2021</a>, we launched general availability of high throughput mode for FIFO queues, supporting up to 3,000 transactions per second (TPS) per API action, a tenfold increase over the previous limit. We continued raising this ceiling over the following two years: to 6,000 TPS in <a href="https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-sqs-increased-throughput-quota-fifo-high-throughput-ht-mode-6000-transactions-per-second-tps/">October 2022</a>, to 9,000 TPS in <a href="https://aws.amazon.com/about-aws/whats-new/2023/08/amazon-sqs-increased-throughput-quota-fifo-high-throughput-mode/">August 2023</a>, and to 18,000 TPS in <a href="https://aws.amazon.com/about-aws/whats-new/2023/10/amazon-sqs-increased-throughput-quota-fifo-high-throughput-mode/">October 2023</a>, before reaching 70,000 TPS per API action in select Regions by <a href="https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-sqs-throughput-quota-fifo-high-throughput-mode/">November 2023</a>.</p>
<p><strong>Server-side encryption with SSE-SQS (2021):</strong> In <a href="https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-sqs-server-side-encryption-keys-sse/">November 2021</a>, we introduced server-side encryption with Amazon SQS-managed encryption keys (SSE-SQS), giving customers an encryption option that required no key management. In <a href="https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-sqs-announces-server-side-encryption-ssq-managed-sse-sqs-default/">October 2022</a>, we made SSE-SQS the default for all newly created queues, so customers no longer needed to explicitly enable it.</p>
<p><strong>Dead-letter queue redrive enhancements (2021):</strong> We progressively expanded how customers recover unconsumed messages from dead-letter queues. In <a href="https://aws.amazon.com/about-aws/whats-new/2021/12/amazon-sqs-dead-letter-queue-management-experience-queues/">December 2021</a>, we added DLQ redrive to source queue directly in the SQS console. In <a href="https://aws.amazon.com/about-aws/whats-new/2023/06/amazon-sqs-dead-letter-queue-redrive-aws-sdk-cli/">June 2023</a>, we extended this capability to the AWS SDK and CLI through new APIs, including <code>StartMessageMoveTask</code>, <code>CancelMessageMoveTask</code>, and <code>ListMessageMoveTasks</code>. In <a href="https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-sqs-fifo-dead-letter-queue-redrive/">November 2023</a>, we added redrive support for FIFO queues.</p>
<p><strong>Attribute-based access control, ABAC (2022):</strong> In <a href="https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sqs-attribute-based-access-control-abac-flexible-scalable-access-permissions/">November 2022</a>, we introduced ABAC, giving customers the ability to configure access permissions based on queue tags rather than maintaining static policies as resources scaled.</p>
<p><strong>JSON protocol support (2023):</strong> In <a href="https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-sqs-support-json-protocol/">November 2023</a>, we added support for the JSON protocol in the AWS SDK, reducing end-to-end message processing latency by up to 23% for a 5 KB payload and lowering client-side CPU and memory usage.</p>
<p><strong>Amazon EventBridge Pipes console integration (2023):</strong> We <a href="https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-sqs-eventbridge-pipes-console-integration/">added</a> the ability to connect a queue directly to EventBridge Pipes from the SQS console, routing messages to a broad range of AWS service targets without writing custom integration code.</p>
<p><strong>Extended Client Library for Python (2024):</strong> We <a href="https://aws.amazon.com/about-aws/whats-new/2024/02/amazon-sqs-extended-client-library-python-payloads/">brought</a> the Extended Client Library, previously available for Java, to Python developers, allowing messages up to 2 GB to be sent through SQS by storing the payload in Amazon S3 and passing a reference through the queue.</p>
<p><strong>FIFO in-flight message limit increase (2024):</strong> We <a href="https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-sqs-increases-in-flight-limit-fifo-queues/">increased</a> the in-flight message limit for FIFO queues from 20,000 to 120,000 messages, so consumers can process significantly more messages concurrently without being constrained by the previous ceiling.</p>
<p><strong>Fair queues for multi-tenant workloads (2025):</strong> We <a href="https://aws.amazon.com/about-aws/whats-new/2025/07/amazon-sqs-introduces-fair/">introduced</a> fair queues to mitigate the noisy neighbor problem in multi-tenant standard queues. By including a message group ID when sending messages, customers can prevent a single tenant from delaying message delivery for others, without any changes required on the consumer side.</p>
<p><strong>1 MiB maximum message payload size (2025):</strong> We <a href="https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-sqs-max-payload-size-1mib/">increased</a> the maximum message payload from 256 KiB to 1 MiB for both standard and FIFO queues, helping customers send larger messages without offloading data to external storage. AWS Lambda event source mapping for SQS was updated in parallel to support the new payload size.</p>
<p><span style="text-decoration: underline"><strong>The constant underneath the change</strong></span><br /> Despite two decades of feature additions, the fundamental use case for SQS has not shifted. Customers use it to decouple services, buffer bursts of traffic, and build systems that stay resilient when individual components fail. That same pattern now extends to AI workloads. Customers use SQS queues to buffer requests to large language models, manage inference throughput, and coordinate communication between autonomous AI agents operating as independent services. For an example of this architecture in practice, read <a href="https://aws.amazon.com/blogs/machine-learning/creating-asynchronous-ai-agents-with-amazon-bedrock/">Creating asynchronous AI agents with Amazon Bedrock</a>.</p>
<p>To learn more about Amazon SQS, visit the <a href="https://aws.amazon.com/sqs/">Amazon SQS product page</a>, review the <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html">developer guide</a>, or explore recent updates on the <a href="https://aws.amazon.com/blogs/compute/category/messaging/amazon-simple-queue-service-sqs/">AWS Blogs</a>.</p>
<p><a href="https://www.linkedin.com/in/esrakayabali/">— Esra</a></div><p>The post <a href="https://www.azalio.io/amazon-sqs-turns-20-two-decades-of-reliable-messaging-at-scale/">Amazon SQS turns 20: Two decades of reliable messaging at scale</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: AWS Builder Center at 1 year, Network Scanning in Security Hub, Loom for AWS, and more (July 13, 2026)</title>
		<link>https://www.azalio.io/aws-weekly-roundup-aws-builder-center-at-1-year-network-scanning-in-security-hub-loom-for-aws-and-more-july-13-2026/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 16:58:12 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.azalio.io/aws-weekly-roundup-aws-builder-center-at-1-year-network-scanning-in-security-hub-loom-for-aws-and-more-july-13-2026/</guid>

					<description><![CDATA[<p>AWS Builder Center turned one year old last week. Launched on July 9, 2025, the platform has grown from a community hub with Wishlist voting, community profiles, and a toolbox into a full ecosystem with sandbox environments, workshops, Spaces, and a Builders’ Library. To mark the anniversary, Rick Suttles published a full feature timeline covering [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/aws-weekly-roundup-aws-builder-center-at-1-year-network-scanning-in-security-hub-loom-for-aws-and-more-july-13-2026/">AWS Weekly Roundup: AWS Builder Center at 1 year, Network Scanning in Security Hub, Loom for AWS, and more (July 13, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>AWS Builder Center turned one year old last week. Launched on July 9, 2025, the platform has grown from a community hub with Wishlist voting, community profiles, and a toolbox into a full ecosystem with sandbox environments, workshops, Spaces, and a Builders’ Library. To mark the anniversary, Rick Suttles published <a href="https://builder.aws.com/content/3Fvjc3PRHRAbHM4Oa6hT1zogA4t/aws-builder-center-1-year-icymi">a full feature timeline</a> covering everything shipped over the past year: AWS Capabilities by Region (1,500+ services across 37 Regions), Spaces for community-created groups, workshops with category and complexity filters, badges and streaks, article series, view counts, saved items, student status, availability notifications, sign-in with GitHub and Amazon, and sandbox environments.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-full wp-image-105048" src="http://www.azalio.io/wp-content/uploads/2026/07/1215504668303320.png" alt="" width="1200" height="655"></p>
<p>Jeff Barr published <a href="https://builder.aws.com/content/3GFcM59UkfV8HGO8IlMqlkZr8tV/aws-builder-center-the-first-year">a retrospective</a> summarizing Builder Center’s first year. Since launch, 5,548 authors have published 6,448 articles with more than 10.4 million page views combined. Builders have earned 99,226 badges since the badge system launched in March 2026. Community members have submitted 565 wishes, 10 of which have shipped with another 20 on the near-term roadmap.</p>
<p>The top community article <a href="https://builder.aws.com/content/3EBFSHQD6b0TBD6hJnOM8h5p1B3/building-an-aws-study-buddy-with-mcp-strands-agents-sdk">Building an AWS Study Buddy with MCP + Strands Agents SDK</a> by Dineshraj Dhanapathy reached 50,000+ views. Chris Miller’s <a href="https://builder.aws.com/content/3DrwRkoYtd7StDyVvIOg0ECKXmR/migrating-an-eol-linux-server-to-aws-in-8-hours-with-kiro">Migrating an EOL Linux Server to AWS in 8 Hours with Kiro</a> followed at 45,000+, and Yash Aggarwal’s <a href="https://builder.aws.com/content/39l2TayUzpddaEpCePLFw8Vt7Vl/aideas-neurovoice-multimodal-ai-for-early-screening-of-neurological-diseases">AIdeas: NeuroVoice – Multimodal AI for Early Screening of Neurological Diseases</a> article reached 38,000+.</p>
<p>The week’s headline addition is <a href="https://builder.aws.com/content/3GCjkXGc1Qrs5jGsWI5fkTLNWzU/introducing-sandbox-environments-on-aws-builder-center">Sandbox Environments</a> by Rick Suttles. Sandboxes give you a free, pre-provisioned AWS account to complete a workshop exercise. Each environment is active for 8 hours, after which the account and all its resources are automatically de-provisioned. You can have one active sandbox at a time and request one per week. No personal AWS account, credit card, or manual cleanup required.</p>
<p><span style="text-decoration: underline"><strong>Last week’s launches<br /></strong></span>Here’s what else happened this week.</p>
<ul>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/07/aws-security-hub-network-scanning/">AWS Security Hub introduces Network Scanning</a> – Security Hub introduced Network Scanning, a capability that identifies resources in your environment that are reachable from the public internet. Network Scanning probes your resources from the internet to detect actual reachability, complementing the existing network reachability findings in Security Hub that identify configurations that could make a resource reachable. It discovers public IP addresses, virtual machines, and load balancers across your AWS and Azure environments, identifies reachable ports, and determines what services are running behind them. Each reachable port generates a Security Hub finding with evidence of the port and service discovered. Security Hub Exposures then automatically correlates these findings with other findings and resource configurations to determine broader risk. Existing customers can enable Network Scanning in individual accounts and Regions, or across an organization through a configuration policy. For new customers, Network Scanning is on by default. It is included with Security Hub Essentials at no additional cost.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-security-hub-supports-monitoring-microsoft-azure/">Security Hub also extends unified security management to Microsoft Azure</a> – Security Hub now monitors Microsoft Azure resources, providing unified posture management, vulnerability management, and security response across both clouds. It automatically discovers Azure VMs, container images, Function Apps, and identities, and evaluates them for misconfigurations, internet exposure, and software vulnerabilities. AWS and Azure findings appear in the same prioritized view with the same formats and automation workflows.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/07/sagemaker-studio-hugging-face-integration/">Amazon SageMaker Studio integrates with Hugging Face for one-click model deployment and customization</a> – You can now go from discovering a model on Hugging Face to working with it in SageMaker Studio in a single click. Select any supported model on Hugging Face and choose “Customize on SageMaker AI” or “Deploy on SageMaker AI” to land directly on the corresponding workflow page with the model pre-loaded. New customers receive a Studio environment created in seconds with pre-configured permissions for serverless model customization (including fine-tuning with custom reward functions for reinforcement learning), model evaluation, and deployment to SageMaker or Bedrock endpoints. Verified customers receive default GPU access to G5, G6, and G4dn instances without requesting quota increases, and quota utilization is visible directly inside the Studio environment.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/07/amazon-ecs-managed-instances-gpu-price/">Amazon EKS Auto Mode and Amazon ECS Managed Instances reduce GPU management fees by up to 60%</a> – Beginning July 1, 2026, EKS Auto Mode and ECS Managed Instances reduce management fees for accelerated instance types: G-series fees are down 35%, and P-series and AWS Trainium fees are down 60%. The reductions apply automatically to existing clusters and require no action from customers. Both services include capabilities built for accelerated workloads. EKS Auto Mode provides automatic parallel image pulling on GPU instances with local NVMe storage and accelerator-aware node repair. ECS Managed Instances provides GPU metrics through Amazon CloudWatch Container Insights and automatic health monitoring for GPU hardware failures.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/07/amazon-aurora-dsql-cdc-ga/">Amazon Aurora DSQL change data capture (CDC) is now generally available</a> – Aurora DSQL CDC streams the results of insert, update, and delete operations as change events to Amazon Kinesis Data Streams. You can use it to synchronize data across microservices, trigger Lambda functions, or deliver changes to S3, Redshift, and OpenSearch Service through Amazon Data Firehose. CDC streaming is designed to have zero impact on database workload performance and requires no infrastructure to manage.</li>
</ul>
<p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/">What’s New with AWS</a> page.</p>
<p><span style="text-decoration: underline"><strong>Other AWS news<br /></strong></span>Here are some additional posts you may find useful:</p>
<ul>
<li><a href="https://aws.amazon.com/blogs/opensource/building-secure-ai-agents-at-scale-introducing-loom-for-aws/">Building secure AI agents at scale: Introducing Loom for AWS</a> – Loom is an open-source enterprise platform for building agents with AWS Strands Agents and deploying them on Amazon Bedrock AgentCore Runtime. It provides a unified management UI and backend API with identity provider integration, scope-based authorization, multi-persona navigation, and full lifecycle management for agents, memory, MCP servers, and agent-to-agent integrations. Loom enforces automated resource tagging for cost attribution, implements RBAC and ABAC for multi-tenant security, uses paved-path blueprints for agent deployments, manages identity propagation through delegated actor chains, integrates with AWS Agent Registry for discovery and governance, and supports human-in-the-loop review before sensitive actions. The project is available in AWS Labs on GitHub.</li>
<li><a href="https://aws.amazon.com/blogs/machine-learning/introducing-claude-apps-gateway-for-aws/">Introducing Claude apps gateway for AWS</a> – The Claude apps gateway is a self-hosted control plane that gives organizations centralized control over access, cost, and policy for Claude Code and Claude Desktop. It connects to any OIDC-compliant identity provider, enforces managed settings on every request, routes inference to Amazon Bedrock or Claude Platform on AWS, and supports per-user and per-group spend caps. The gateway runs as a stateless container in your private network, backed by a PostgreSQL database for short-lived sign-in state. No long-lived secrets are stored on developer machines. Deploy it through Amazon Bedrock to keep data within the AWS security boundary, or through Claude Platform on AWS for the native Claude platform experience.</li>
<li><a href="https://aws.amazon.com/blogs/security/introducing-oauth-support-for-aws-mcp-server/">Introducing OAuth support for AWS MCP Server</a> – You can now connect agents to the AWS MCP Server using browser-based OAuth with the same credentials you use for the AWS Console or CLI. The new sign-in path supports IAM federation, AWS IAM Identity Center, and root or IAM users. AWS Sign-In issues short-lived access tokens and refresh tokens, with automatic token management so developers stay authenticated across restarts. For headless use cases, a non-interactive flow lets applications with existing AWS credentials obtain OAuth access tokens through the <code>create-oauth2-token-with-iam</code> API. New governance controls include OAuth-specific IAM condition keys, token introspection and revocation, dynamic client registration, and CloudTrail audit elements.</li>
</ul>
<p>For a full list of AWS blog posts, be sure to keep an eye on the <a href="https://aws.amazon.com/blogs/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Blogs</a> page.</p>
<p><span style="text-decoration: underline"><strong>Upcoming AWS events</strong></span><br /> Check your calendar and sign up for upcoming AWS events:</p>
<ul>
<li><a href="https://aws.amazon.com/events/summits/">AWS Summits</a> – Free in-person events for builders and innovators to learn, think big, and make new connections. Coming up: <a href="https://aws.amazon.com/tw/events/summits/taipei/">Taipei</a> (July 15), <a href="https://aws.amazon.com/es/events/summits/bogota/">Bogotá</a> (July 30), <a href="https://aws.amazon.com/id/events/summits/jakarta/">Jakarta</a> (August 6), <a href="https://aws.amazon.com/es/events/summits/mexico-city/">Ciudad de México</a> (August 12), <a href="https://aws.amazon.com/events/summits/johannesburg/">Johannesburg</a> (August 19), and <a href="https://aws.amazon.com/events/summits/zurich/">Zurich</a> (September 2).</li>
<li><a href="https://aws.amazon.com/events/community-day/">AWS Community Days</a> – Community-led conferences planned and delivered by community leaders. Upcoming events include <a href="https://communityday.awscmr.com/en">Yaoundé, Cameroon</a> (July 25), <a href="https://awsahmedabad.community/">Ahmedabad, India</a> (July 25), <a href="https://awscommunityday.com.br/">Belo Horizonte, Brazil</a> (August 22), <a href="https://awscommunityday.ca/">Ottawa, Canada</a> (August 22), <a href="https://awsdaytulsa.com/">Tulsa, USA</a> (August 22), and <a href="https://awsday.ca/?city=toronto">Toronto, Canada</a> (August 29).</li>
</ul>
<p>Visit the <a href="https://builder.aws.com/">AWS Builder Center</a> to meet other builders, contribute solutions, and find resources that help you keep building.</p>
<p>Wishing everyone a restful and enjoyable summer. Whether you’re building, learning, or recharging, I hope you find time for all three. I’ll be heading to Scandinavia for a few weeks to trade the heat for some cooler weather and longer evenings. Come back next week for more news!</p>
<p><a href="https://www.linkedin.com/in/esrakayabali/">— Esra</a></div><p>The post <a href="https://www.azalio.io/aws-weekly-roundup-aws-builder-center-at-1-year-network-scanning-in-security-hub-loom-for-aws-and-more-july-13-2026/">AWS Weekly Roundup: AWS Builder Center at 1 year, Network Scanning in Security Hub, Loom for AWS, and more (July 13, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: Claude Sonnet 5 on AWS, Amazon WorkSpaces for AI agents, AWS service availability updates, and more (July 6, 2026)</title>
		<link>https://www.azalio.io/aws-weekly-roundup-claude-sonnet-5-on-aws-amazon-workspaces-for-ai-agents-aws-service-availability-updates-and-more-july-6-2026/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 15:58:48 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">http://13.127.31.42/aws-weekly-roundup-claude-sonnet-5-on-aws-amazon-workspaces-for-ai-agents-aws-service-availability-updates-and-more-july-6-2026/</guid>

					<description><![CDATA[<p>A couple of editions ago I wrote about what I find so energizing about working with startups. Last week I got a fresh dose of it: I spent a few days with the AWS Startups team, listening to stories of founders talking about the problems they’re actually solving. One story that stayed with me came [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/aws-weekly-roundup-claude-sonnet-5-on-aws-amazon-workspaces-for-ai-agents-aws-service-availability-updates-and-more-july-6-2026/">AWS Weekly Roundup: Claude Sonnet 5 on AWS, Amazon WorkSpaces for AI agents, AWS service availability updates, and more (July 6, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>A couple of editions ago I wrote about what I find so energizing about working with startups. Last week I got a fresh dose of it: I spent a few days with the AWS Startups team, listening to stories of founders talking about the problems they’re actually solving. One story that stayed with me came from Marco Negreiros, founder of <a href="https://www.eyecarehealth.com.br/">EyeCare Health</a>, a Brazilian healthtech expanding access to eye care. He shared a striking fact: more than 70% of Brazilian municipalities don’t have a single ophthalmologist. His answer was to put a vision test on the one device almost everyone already carries, the smartphone, so a basic eye screening no longer depends on living near a clinic. Watching a founder turn a gap that big into something that concrete is exactly why I love this space.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-104987" style="border: solid 1px #ccc" src="http://13.127.31.42/wp-content/uploads/2026/07/GetTogether_1540.jpg" alt="AWS Startups team get-together with founders in Brazil" width="1540" height="1026"></p>
<p>This week, I’ll take a closer look at some key launches, and then cover the quarterly AWS Service Availability updates.</p>
<p><strong>Last week’s launches</strong><br /> Here are some of the launches covered from this past week in the AWS News Blog:</p>
<ul>
<li><a href="https://aws.amazon.com/blogs/aws/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/">Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 processors</a>: They deliver up to 25% better compute performance than Graviton4-based instances, 5x larger cache, fastest memory of any processor instances in the cloud, and local NVMe storage options (C9gd).</li>
<li><a href="https://aws.amazon.com/blogs/aws/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/">A new AWS CloudFormation Express mode</a>: You can speed up infrastructure deployment with AWS CloudFormation Express mode, enabling AI agents and developers to receive deployment confirmation in seconds and iterate faster. Available in all commercial Regions at no additional cost.</li>
<li><a href="https://aws.amazon.com/blogs/aws/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/">Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks</a>: Learn how Kubernetes version rollbacks for Amazon EKS let you reverse cluster upgrades within seven days. This new feature provides a safety net for upgrade failures, no cluster rebuilds required, turning Kubernetes version upgrades into a reversible, low-risk operation.</li>
<li><a href="https://aws.amazon.com/blogs/aws/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/">Automate public TLS certificate issuance with ACME support in AWS Certificate Manager</a>: AWS Certificate Manager now supports the ACME protocol, so you can automate the issuance and renewal of public TLS certificates using standard, widely adopted tooling.</li>
</ul>
<p>Here are some launches and updates that caught my attention:</p>
<ul>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/claude-sonnet-5-now-available-on-aws">Claude Sonnet 5 is now available on AWS</a> – Anthropic’s most capable Sonnet model brings top-tier intelligence at Sonnet pricing for coding, agents, and everyday professional work at scale. It navigates large codebases, calls tools precisely, and holds state across long agentic tasks. To learn more, visit the <a href="https://aws.amazon.com/blogs/machine-learning/introducing-claude-sonnet-5-on-aws-anthropics-most-capable-sonnet-model/">AI Blog post</a>.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-workspaces-ai/">Amazon WorkSpaces for AI agents is now generally available</a>: AI agents can now securely access and operate desktop applications through managed WorkSpaces environments, without requiring application modernization or custom integrations. To learn more. visit the <a href="https://aws.amazon.com/blogs/desktop-and-application-streaming/amazon-workspaces-now-lets-ai-agents-operate-desktop-applications/">Desktop and Application Streaming Blog post</a>.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/07/amazon-opensearch-service-optimized-log-analytics">Amazon OpenSearch Service is now optimized for log analytics</a>: This release introduces a new engine purpose-built for log analytics workloads that delivers up to 4x better price-performance on internal benchmarks, while keeping the full-text search capabilities OpenSearch is known for. Teams can now get aggregations and precise text search in one place. To learn more, visit the <a href="https://aws.amazon.com/blogs/big-data/run-log-analytics-for-a-fraction-of-the-cost-with-the-new-engine-for-amazon-opensearch-service/">Big Data Blog post</a>.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/sagemakerai-inf-scale-out-time">Amazon SageMaker AI cuts generative AI inference scale-out time by up to half</a>: SageMaker Inference now supports container image caching, enabling up to 2x faster end-to-end scaling for generative AI models during scale-out events. To learn more, visit the <a href="https://aws.amazon.com/blogs/machine-learning/introducing-container-caching-in-amazon-sagemaker-ai-for-faster-model-scaling/?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AI Blog post</a>.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/07/amazon-cloudwatch-log-alarms/">Amazon CloudWatch supports creating alarms from log queries</a> : You can now create alarms directly on log query results and set thresholds in a single workflow, eliminating the need to first create metric filters or custom metrics as intermediate steps.</li>
</ul>
<p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/">What’s New with AWS</a> page.</p>
<p><strong>AWS Service Availability Updates</strong><br /> When the availability of an AWS service or feature changes, we provide customers guidance in <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-service-availability/">AWS Product Lifecycle Changes</a> on available alternatives and support for migration so that disruptions to your operations are minimized. The following lifecycle changes were updated on June 30, 2026.</p>
<p>Services moving to Maintenance (no longer accessible to new customers starting July 30, 2026):</p>
<ul>
<li><a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-classic-maintenance-mode.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Amazon Bedrock Agents (launched November 2023) is now Amazon Bedrock Agents Classic</a></li>
<li><a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Amazon Cognito Sync</a></li>
<li><a href="https://docs.aws.amazon.com/kendra/latest/dg/kendra-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Amazon Kendra</a></li>
<li><a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qbusiness-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Amazon Q Business</a></li>
<li><a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/simple-ad-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS Directory Service – Simple AD</a></li>
<li><a href="https://docs.aws.amazon.com/iot-device-defender/latest/devguide/dd-detect-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS IoT Device Defender – Detect</a> (feature will no longer be accessible to new customers starting August 31, 2026)</li>
<li><a href="https://docs.aws.amazon.com/managedservices/latest/userguide/SunsetPlan?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS Mainframe Modernization – Self-Managed Experience</a></li>
<li><a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/aws-myApplications-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS Management Console – myApplications</a></li>
<li><a href="https://docs.aws.amazon.com/console/ARG/latest/userguide/resource-groups-gle-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS Resource Groups – Group Lifecycle Events</a></li>
<li><a href="https://docs.aws.amazon.com/servicecatalog/latest/arguide/app-registry-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS Service Catalog – Application Registry</a></li>
<li><a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/application-manager-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS Systems Manager – Application Manager</a></li>
<li>Amazon SageMaker AI features: <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-use-augmented-ai-a2i-human-review-loops.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">A2I</a>, <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Clarify</a>, <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-debugger-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Debugger</a>, <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/geospatial.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">GeoSpatial</a>, <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Ground Truth</a>, <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management-public.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Mechanical Turk</a>, <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Model Monitor</a>, <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/role-manager-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Role Manager</a>, and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-lab-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Studio Lab</a></li>
</ul>
<p>Services entering Sunset:</p>
<ul>
<li><a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-pcoip-end-of-support.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Amazon WorkSpaces – PCoIP</a></li>
<li><a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Amazon WorkSpaces – Pool</a></li>
<li><a href="https://docs.aws.amazon.com/managedservices/latest/userguide/SunsetPlan?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS Managed Services (AMS) Advanced</a></li>
<li><a href="https://docs.aws.amazon.com/repostprivate/latest/userguide/repost-private-end-of-support.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">AWS re:Post Private</a></li>
<li><a href="https://docs.aws.amazon.com/sagemaker/latest/dg/profiler-availability-change.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">Amazon Sagemaker AI- Profiler</a></li>
</ul>
<p>Services reaching End of Support (as of June 30, 2026):</p>
<ul>
<li>Amazon Chime SDK – Carrier Voice Focus</li>
<li>Amazon SageMaker AI – Ground Truth Plus</li>
</ul>
<p>We understand that changes in availability can impact your operations. For specific guidance, consult the relevant service documentation or contact AWS Support.</p>
<p><strong>Upcoming AWS events</strong><br /> Check your calendar and sign up for upcoming AWS events:</p>
<ul>
<li><a href="https://aws.amazon.com/events/summits/">AWS Summits</a> – AWS Summits are free events that bring the cloud and AI community together to connect, learn, and explore the latest technologies. Browse the full calendar to find a Summit near you in the second half of 2026.</li>
<li><a href="https://builder.aws.com/">AWS Community Days</a> – Community-led conferences where content is planned, sourced, and delivered by community leaders. If you’re in Latin America, don’t miss AWS Community Day Belo Horizonte on August 22. Registration is open at <a href="https://awscommunityday.com.br/">awscommunityday.com.br</a>.</li>
</ul>
<p>Join the <a href="https://builder.aws.com/">AWS Builder Center</a> to connect with builders, share solutions, and access content that supports your development. Browse <a href="https://aws.amazon.com/events/">here</a> for upcoming AWS-led in-person and virtual events and developer-focused events.</p>
<p>That’s all for this week. Check back next Monday for another Weekly Roundup!</p>
<p>– Daniel Abib</p>
<p><em>This post is part of our Weekly Roundup series. Check back each week for a quick roundup of interesting news and announcements from AWS!</em></p>
</div><p>The post <a href="https://www.azalio.io/aws-weekly-roundup-claude-sonnet-5-on-aws-amazon-workspaces-for-ai-agents-aws-service-availability-updates-and-more-july-6-2026/">AWS Weekly Roundup: Claude Sonnet 5 on AWS, Amazon WorkSpaces for AI agents, AWS service availability updates, and more (July 6, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks</title>
		<link>https://www.azalio.io/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Wed, 01 Jul 2026 18:01:15 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.azalio.io/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/</guid>

					<description><![CDATA[<p>Upgrading a Kubernetes control plane has long been a one way door. Open source Kubernetes doesn’t support control plane rollback, so once you upgrade, there’s no going back. The community is making real progress here, and KEP-4330 introduces emulated versions to ease rollback. But in practice this constraint has pushed organizations to build elaborate compensating [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/">Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Upgrading a <a href="https://kubernetes.io/">Kubernetes</a> control plane has long been a one way door. Open source Kubernetes doesn’t support control plane rollback, so once you upgrade, there’s no going back. The community is making real progress here, and <a href="https://github.com/kubernetes/enhancements/issues/4330">KEP-4330</a> introduces emulated versions to ease rollback. But in practice this constraint has pushed organizations to build elaborate compensating mechanisms like bake periods, stagger groups, automated sign offs, and months long upgrade cycles. With Kubernetes releasing three minor versions per year, teams managing hundreds of clusters, especially in regulated environments, often delay upgrades entirely because they aren’t confident they can recover if something goes wrong. The result is clusters stuck on older versions, missing security patches, and eventually running up against extended support timelines.</p>
<p>Today, we’re announcing Kubernetes <a href="https://docs.aws.amazon.com/eks/latest/userguide/rollback-cluster.html">version rollbacks</a> for <a href="https://aws.amazon.com/eks/">Amazon Elastic Kubernetes Service (Amazon EKS)</a>, a new feature that gives cluster administrators a safety net when performing cluster upgrades. With version rollbacks, you can reverse a Kubernetes version upgrade within seven days if you encounter issues after upgrading, returning your cluster to its previous working state.</p>
<p>Where approaches like emulated versions keep a cluster in a transitional holding state, EKS version rollback returns your cluster to a fully validated previous version that ran in production, not an emulation of it. Now, if you upgrade a cluster from, say, Kubernetes 1.34 to 1.35 and discover a compatibility issue, you can roll back to 1.34 within seven days. There’s no need to rebuild your cluster or scramble to troubleshoot under pressure. Think of it as an undo button for Kubernetes version upgrades.</p>
<p>The feature supports rolling back one minor version at a time, matching the same incremental approach EKS uses for upgrades. And to help you roll back safely, EKS automatically evaluates your cluster’s rollback readiness through <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-insights.html">cluster insights</a>, flagging items like node version compatibility or add-on dependencies before you proceed. If you’ve already assessed the situation and want to move quickly, you can use the <code>--force</code> flag to bypass those checks. The above applies to all EKS clusters, whether you manage your own nodes or let AWS handle them. But for customers who have embraced fully managed infrastructure, rollback goes a step further.</p>
<p><span style="text-decoration: underline"><strong>Rollback for EKS Auto Mode</strong></span><br /><a href="https://docs.aws.amazon.com/eks/latest/userguide/automode.html">EKS Auto Mode</a> gives you one click deployment of production ready Kubernetes clusters, automating compute, networking, and storage management so you can focus on your applications rather than infrastructure. EKS Auto Mode introduces additional considerations for <a href="https://docs.aws.amazon.com/eks/latest/userguide/rollback-automode.html">version rollbacks</a> because both the control plane and managed nodes need to be rolled back together. Since node rollbacks respect your pod disruption budgets, the process can take time depending on your configuration.</p>
<p>To give you control over this process, we’ve introduced a <a href="https://docs.aws.amazon.com/eks/latest/userguide/rollback-automode.html#automode-cancel-rollback"><strong>cancel API</strong></a> that lets you stop a node rollback at any point. If you decide the rollback is taking too long or you want to change your approach, you can cancel and adjust your disruption budgets to accelerate things, or choose a different path forward.</p>
<p>By default, EKS never bypasses your disruption budgets during a rollback because we prioritize workload stability. You can always choose to modify or remove disruption budgets yourself to speed up the process if needed.</p>
<p><span style="text-decoration: underline"><strong>Let’s try it out</strong></span><br /> To try version rollbacks, I navigated to the Amazon EKS console and selected one of my clusters that I had recently upgraded.</p>
<p><img decoding="async" class="alignnone size-large wp-image-104900" src="http://www.azalio.io/wp-content/uploads/2026/07/eks-image-01-1024x382.png" alt="" width="1024" height="382"></p>
<p>From the cluster’s configuration page, I can see the option to initiate a version rollback, along with information about my current rollback window.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104901" src="http://www.azalio.io/wp-content/uploads/2026/07/eks-image-02-1024x507.png" alt="" width="1024" height="507"></p>
<p>Before initiating the rollback, I reviewed the rollback insights to check for any potential issues. The insights showed me the status of my nodes and flagged anything I should address before proceeding.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104902" src="http://www.azalio.io/wp-content/uploads/2026/07/eks-image-03-1024x718.png" alt="" width="1024" height="718"></p>
<p>After confirming, the rollback began. My cluster remained functional throughout the process. The control plane rollback took about 20 minutes, similar to a standard upgrade. For my EKS Auto Mode cluster, the nodes rolled back gracefully according to my disruption budget settings.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104903" src="http://www.azalio.io/wp-content/uploads/2026/07/eks-image-04-1024x557.png" alt="" width="1024" height="557"></p>
<p>Once complete, my cluster was back on the previous Kubernetes version, running as expected.</p>
<p><span style="text-decoration: underline"><strong>Now available</strong></span><br /> Kubernetes <a href="https://docs.aws.amazon.com/eks/latest/userguide/rollback-cluster.html">version rollbacks</a> for Amazon EKS are available today at no additional cost in all commercial AWS Regions where Amazon EKS is available. You pay only for the standard EKS and compute costs you would normally incur. There are no extra charges for using the rollback capability.</p>
<p>Control plane rollbacks are available for all EKS clusters, and node rollbacks are available for clusters running EKS Auto Mode. Version rollbacks support clusters running Kubernetes versions available in EKS standard support and extended support.</p>
<p>To get started, visit the <a href="https://docs.aws.amazon.com/eks/latest/userguide/">Amazon EKS documentation</a> or try it out directly in the <a href="https://console.aws.amazon.com/eks/">Amazon EKS console</a>.</p>
</div><p>The post <a href="https://www.azalio.io/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/">Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode</title>
		<link>https://www.azalio.io/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 21:58:55 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.azalio.io/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/</guid>

					<description><![CDATA[<p>Today, we’re announcing AWS CloudFormation Express mode, a new deployment mode that accelerates deployments for developers and AI tools iterating on infrastructure. Express mode accelerates deployments by completing when CloudFormation confirms resource configuration is applied, rather than waiting for extended stabilization checks. This reduces deployment time by up to 4 times for iterative development workflows and [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/">Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Today, we’re announcing <a href="https://aws.amazon.com/cloudformation/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS CloudFormation</a> Express mode, a new deployment mode that accelerates deployments for developers and AI tools iterating on infrastructure. Express mode accelerates deployments by completing when CloudFormation confirms resource configuration is applied, rather than waiting for extended stabilization checks. This reduces deployment time by up to 4 times for iterative development workflows and production scenarios.</p>
<p><strong><u>How it works</u></strong><br /> Every CloudFormation deployment performs stabilization checks after resource configuration is applied. These checks serve an important purpose when you need to confirm resources can serve traffic before shifting load.</p>
<p>However, many workflows do not require full stabilization to proceed. Express mode benefits two primary use cases: iterative development workflows and production scenarios where you are comfortable with eventual stabilization. These use cases include iterating on infrastructure configurations during development, testing individual components of your application, and AI-assisted infrastructure development that benefits from sub-minute feedback loops.</p>
<p>With Express mode, CloudFormation completes deployments when resource configuration is applied, without waiting for stabilization checks. Resources continue becoming operational in the background. CloudFormation automatically retries dependent resources that encounter transient failures during provisioning within the same stack, without requiring any customer intervention. This built-in resilience handles timing issues between resources as they stabilize. Express mode changes <em>when</em> the deployment completes, not <em>how</em> resources are provisioned.</p>
<p>For example, when I create an <a href="https://aws.amazon.com/sqs/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Simple Queue Service (SQS)</a> queue with a dead letter queue (DLQ), Standard mode takes 64 seconds, but Express mode completes in up to 10 seconds. In the case of deleting an <a href="https://aws.amazon.com/lambda/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Lambda</a> function with network interface attachment, Standard mode takes 20–30 minutes, but Express mode completes in up to 10 seconds based on my benchmarking test.</p>
<p><strong><u>Get started with CloudFormation Express mode</u></strong><br /> When you create a CloudFormation stack in the <a href="https://console.aws.amazon.com/cloudformation/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Management Console</a>, choose <strong>Enable</strong> in the <strong>Express mode</strong> under <strong>Stack deployment options</strong>.<img loading="lazy" decoding="async" class="aligncenter wp-image-104864 size-full" style="border: solid 1px #ccc" src="http://www.azalio.io/wp-content/uploads/2026/06/2026-aws-cloudformation-express-mode-console.jpg" alt="" width="1800" height="1492"></p>
<p>You can also use <a href="https://aws.amazon.com/cli/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Command Line Interface (AWS CLI)</a>, <a href="https://builder.aws.com/build/tools#SDKs?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS SDKs</a>, or IaC tools like <a href="https://aws.amazon.com/cdk/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Cloud Development Kit (CDK)</a>, and AI tools such as <a href="https://kido.dev/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Kiro</a>.</p>
<p>Activate Express mode by setting the <code class="qs:font-mono qs:bg-action-hover qs:rounded qs:px-1 qs:py-0.5 qs:mx-1" data-testid="qbiz-components-markdown-codehighlighter-fallback-container">--deployment-config</code> parameter to <code>EXPRESS</code> when creating, updating, or deleting stacks. No template changes are required. Express mode disables rollback by default for the fastest iteration experience. To re-enable rollback, set <code>disableRollback</code> to <code>false</code> in the <code>deployment-config</code> for production environments, or implement monitoring/cleanup mechanisms for failed deployments.</p>
<pre><code class="lang-bash">aws cloudformation create-stack  
   --stack-name my-app  
   --template-body file://template.yaml  
   --deployment-config '{"mode": "EXPRESS", "disableRollback": true}' </code></pre>
<p>For example, use the Express mode when you build infrastructure incrementally, adding resources one at a time. Ensure your IAM role templates follow the principle of least privilege.</p>
<pre><code class="lang-bash"># Iteration 1: Deploy IAM role
aws cloudformation create-stack 
--stack-name my-microservice 
--template-body file://iteration1-iam.yaml 
--deployment-config '{"mode": "EXPRESS"}' 
--capabilities CAPABILITY_IAM
--role-arn arn:aws:iam::123456789012:role/CloudFormationDeployRole

# Iteration 2: Add Lambda function
aws cloudformation update-stack 
--stack-name my-microservice 
--template-body file://iteration2-lambda.yaml 
--deployment-config '{"mode": "EXPRESS"}' 
--capabilities CAPABILITY_IAM
--role-arn arn:aws:iam::123456789012:role/CloudFormationDeployRole

# Iteration 3: Add SQS queue and event source mapping
aws cloudformation update-stack 
--stack-name my-microservice 
--template-body file://iteration3-sqs.yaml 
--deployment-config '{"mode": "EXPRESS"}' 
--capabilities CAPABILITY_IAM
--role-arn arn:aws:iam::123456789012:role/CloudFormationDeployRole</code></pre>
<p>For AWS CDK, activate Express mode with the <code>cdk deploy --express</code> command when you deploy your CDK stack. This command retrieves your generated CloudFormation template and deploys it through the CloudFormation Express mode, which provisions your resources as part of a CloudFormation stack.</p>
<p>Express mode works with all existing CloudFormation templates and supports all CloudFormation features including change sets and nested stacks. When you enable Express mode on a parent stack, all nested stacks also use Express mode. If you need resources to be fully operational before proceeding with traffic or testing, continue using the default deployment behavior, which performs stabilization checks before completing.</p>
<p><strong><u>Now available</u></strong><br /> AWS CloudFormation Express mode is available today in all AWS commercial Regions at no additional cost. For Regional availability and a future roadmap, visit the <a class="c-link" href="https://builder.aws.com/build/capabilities/explore?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer" data-stringify-link="https://builder.aws.com/capabilities/" data-sk="tooltip_parent">AWS Capabilities by Region</a>. If you want to call APIs, search documentation, find regional availability, and check troubleshooting about this new feature, try using the <a href="https://docs.aws.amazon.com/agent-toolkit/latest/userguide/getting-started-aws-mcp-server.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">AWS MCP Server</a> and <a href="https://docs.aws.amazon.com/agent-toolkit/latest/userguide/plugins.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">plugins</a> with your preferred AI tool. To learn more, visit the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">CloudFormation documentation</a>.</p>
<p>Start accelerating your deployments today, and send feedback to <a href="https://repost.aws/tags/TAm3R3LNU3RfSX9L23YIpo3w/aws-cloudformation?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS re:Post for AWS CloudFormation</a> or through your usual AWS Support contacts.</p>
<p>— <a href="https://linkedin.com/in/channy">Channy</a></p>
</div><p>The post <a href="https://www.azalio.io/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/">Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 processors are now available</title>
		<link>https://www.azalio.io/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 21:00:06 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">http://13.127.31.42/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/</guid>

					<description><![CDATA[<p>When you run compute-intensive workloads like real-time analytics, batch processing, video encoding, scientific modeling, or CPU-based machine learning inference, every percentage point of performance matters. You need instances that deliver higher throughput per vCPU, faster memory access, and more network bandwidth, all while keeping your costs in check. Today I am happy to announce the [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/">Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 processors are now available</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>When you run compute-intensive workloads like real-time analytics, batch processing, video encoding, scientific modeling, or CPU-based machine learning inference, every percentage point of performance matters. You need instances that deliver higher throughput per vCPU, faster memory access, and more network bandwidth, all while keeping your costs in check.</p>
<p>Today I am happy to announce the general availability of <a href="https://aws.amazon.com/ec2/">Amazon Elastic Compute Cloud (Amazon EC2)</a> C9g and C9gd instances, powered by <a href="https://aws.amazon.com/ec2/graviton/">AWS Graviton5</a> processors. C9g instances are compute-optimized and deliver up to 25% higher performance per vCPU compared to previous-generation C8g instances. They feature the fastest memory of any processor instance in the cloud, with DDR5 8800MT/s DIMMs, 5x more L3 cache, and up to 3x higher packet-processing performance compared to Graviton4-based instances. The faster memory and larger caches mean your workloads spend less time waiting on data, translating into higher throughput for in-memory analytics, faster agentic loops, and more responsive real-time applications.</p>
<p>C9g instances are ideal for batch jobs, video encoding pipelines, or distributed analytics that can utilize <a href="https://aws.amazon.com/ebs/">Amazon Elastic Block Store (Amazon EBS)</a> for storage. It is also a natural fit for agentic AI workloads, where concurrent environments and CPU-bound reasoning steps benefit from Graviton5’s higher core count and larger caches. As AI shifts from answering questions to taking actions, running code, and orchestrating multi-step tasks, the demand for CPU compute is growing, and C9g instances are built for this shift.</p>
<p>Some workloads also need fast local storage alongside that compute power. Choose C9gd when your application benefits from high-speed, low-latency local NVMe SSD storage, for example scratch space during HPC simulations, temporary caches for ML inference, or local buffers for ad-serving engines.</p>
<p>Graviton5-based instances with NVMe instance store volumes also <a href="https://aws.amazon.com/blogs/compute/optimize-latency-sensitive-workloads-with-amazon-ec2-detailed-nvme-statistics/">support detailed performance statistics, providing high-resolution I/O metrics, including latency histograms broken down by I/O size, up to 1-second granularity</a> and accessible via <a href="https://aws.amazon.com/cloudwatch/">Amazon CloudWatch</a> or <a href="https://github.com/linux-nvme/nvme-cli">nvme-cli</a> at no additional cost.</p>
<p><span style="text-decoration: underline"><strong>C9g and C9gd instances at a glance</strong></span><br /> C9g and C9gd instances are available in 11 sizes ranging from medium to 48xlarge, plus a bare metal option. They offer up to 15% higher network bandwidth and 20% higher EBS bandwidth on average across sizes compared to the previous generation, with the largest 48xlarge size delivering up to 100 Gbps of network bandwidth and up to 72 Gbps of EBS bandwidth, a 2x increase.</p>
<table style="border-collapse: collapse;font-family: Arial,sans-serif;font-size: 13px;width: 100%" border="0" cellspacing="0" cellpadding="8">
<tbody>
<tr style="background-color: #232f3e;color: #ffffff;font-weight: bold">
<th style="padding: 10px 12px">C9g</th>
<th style="padding: 10px 12px">vCPUs</th>
<th style="padding: 10px 12px">Memory<br /> (GiB)</th>
<th style="padding: 10px 12px">Network Bandwidth<br /> (Gbps)</th>
<th style="padding: 10px 12px">EBS Bandwidth<br /> (Gbps)</th>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>medium</strong></td>
<td style="padding: 8px 12px">1</td>
<td style="padding: 8px 12px">2</td>
<td style="padding: 8px 12px">Up to 15</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>large</strong></td>
<td style="padding: 8px 12px">2</td>
<td style="padding: 8px 12px">4</td>
<td style="padding: 8px 12px">Up to 15</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>xlarge</strong></td>
<td style="padding: 8px 12px">4</td>
<td style="padding: 8px 12px">8</td>
<td style="padding: 8px 12px">Up to 15</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>2xlarge</strong></td>
<td style="padding: 8px 12px">8</td>
<td style="padding: 8px 12px">16</td>
<td style="padding: 8px 12px">Up to 17</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>4xlarge</strong></td>
<td style="padding: 8px 12px">16</td>
<td style="padding: 8px 12px">32</td>
<td style="padding: 8px 12px">Up to 17</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>8xlarge</strong></td>
<td style="padding: 8px 12px">32</td>
<td style="padding: 8px 12px">64</td>
<td style="padding: 8px 12px">17</td>
<td style="padding: 8px 12px">12</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>12xlarge</strong></td>
<td style="padding: 8px 12px">48</td>
<td style="padding: 8px 12px">96</td>
<td style="padding: 8px 12px">25</td>
<td style="padding: 8px 12px">18</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>16xlarge</strong></td>
<td style="padding: 8px 12px">64</td>
<td style="padding: 8px 12px">128</td>
<td style="padding: 8px 12px">34</td>
<td style="padding: 8px 12px">24</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>24xlarge</strong></td>
<td style="padding: 8px 12px">96</td>
<td style="padding: 8px 12px">192</td>
<td style="padding: 8px 12px">50</td>
<td style="padding: 8px 12px">36</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>48xlarge</strong></td>
<td style="padding: 8px 12px">192</td>
<td style="padding: 8px 12px">384</td>
<td style="padding: 8px 12px">100</td>
<td style="padding: 8px 12px">72</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>metal-48xl</strong></td>
<td style="padding: 8px 12px">192</td>
<td style="padding: 8px 12px">384</td>
<td style="padding: 8px 12px">100</td>
<td style="padding: 8px 12px">72</td>
</tr>
</tbody>
</table>
<p>C9gd instances add local NVMe SSD storage with up to 30% higher storage performance compared to previous-generation local storage instances.</p>
<table style="border-collapse: collapse;font-family: Arial,sans-serif;font-size: 13px;width: 100%" border="0" cellspacing="0" cellpadding="8">
<tbody>
<tr style="background-color: #232f3e;color: #ffffff;font-weight: bold">
<th style="padding: 10px 12px">C9gd</th>
<th style="padding: 10px 12px">vCPUs</th>
<th style="padding: 10px 12px">Memory<br /> (GiB)</th>
<th style="padding: 10px 12px">Instance Storage<br /> (GB)</th>
<th style="padding: 10px 12px">Network Bandwidth<br /> (Gbps)</th>
<th style="padding: 10px 12px">EBS Bandwidth<br /> (Gbps)</th>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>medium</strong></td>
<td style="padding: 8px 12px">1</td>
<td style="padding: 8px 12px">2</td>
<td style="padding: 8px 12px">1 x 59</td>
<td style="padding: 8px 12px">Up to 15</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>large</strong></td>
<td style="padding: 8px 12px">2</td>
<td style="padding: 8px 12px">4</td>
<td style="padding: 8px 12px">1 x 118</td>
<td style="padding: 8px 12px">Up to 15</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>xlarge</strong></td>
<td style="padding: 8px 12px">4</td>
<td style="padding: 8px 12px">8</td>
<td style="padding: 8px 12px">1 x 237</td>
<td style="padding: 8px 12px">Up to 15</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>2xlarge</strong></td>
<td style="padding: 8px 12px">8</td>
<td style="padding: 8px 12px">16</td>
<td style="padding: 8px 12px">1 x 474</td>
<td style="padding: 8px 12px">Up to 17</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>4xlarge</strong></td>
<td style="padding: 8px 12px">16</td>
<td style="padding: 8px 12px">32</td>
<td style="padding: 8px 12px">1 x 950</td>
<td style="padding: 8px 12px">Up to 17</td>
<td style="padding: 8px 12px">Up to 12</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>8xlarge</strong></td>
<td style="padding: 8px 12px">32</td>
<td style="padding: 8px 12px">64</td>
<td style="padding: 8px 12px">1 x 1900</td>
<td style="padding: 8px 12px">17</td>
<td style="padding: 8px 12px">12</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>12xlarge</strong></td>
<td style="padding: 8px 12px">48</td>
<td style="padding: 8px 12px">96</td>
<td style="padding: 8px 12px">3 x 950</td>
<td style="padding: 8px 12px">25</td>
<td style="padding: 8px 12px">18</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>16xlarge</strong></td>
<td style="padding: 8px 12px">64</td>
<td style="padding: 8px 12px">128</td>
<td style="padding: 8px 12px">1 x 3800</td>
<td style="padding: 8px 12px">34</td>
<td style="padding: 8px 12px">24</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>24xlarge</strong></td>
<td style="padding: 8px 12px">96</td>
<td style="padding: 8px 12px">192</td>
<td style="padding: 8px 12px">3 x 1900</td>
<td style="padding: 8px 12px">50</td>
<td style="padding: 8px 12px">36</td>
</tr>
<tr style="background-color: #f7f7f7">
<td style="padding: 8px 12px"><strong>48xlarge</strong></td>
<td style="padding: 8px 12px">192</td>
<td style="padding: 8px 12px">384</td>
<td style="padding: 8px 12px">3 x 3800</td>
<td style="padding: 8px 12px">100</td>
<td style="padding: 8px 12px">72</td>
</tr>
<tr style="background-color: #ffffff">
<td style="padding: 8px 12px"><strong>metal-48xl</strong></td>
<td style="padding: 8px 12px">192</td>
<td style="padding: 8px 12px">384</td>
<td style="padding: 8px 12px">3 x 3800</td>
<td style="padding: 8px 12px">100</td>
<td style="padding: 8px 12px">72</td>
</tr>
</tbody>
</table>
<p>Both families are well-suited for high-performance computing (HPC), batch processing, gaming, video encoding, scientific modeling, distributed analytics, CPU-based machine learning inference, and ad serving.</p>
<p>Here are some additional capabilities:</p>
<ul>
<li>Instance Bandwidth Configuration (IBC) lets you adjust the allocation of bandwidth between Amazon EBS and Amazon VPC networking by up to 25%, helping you optimize performance for workloads with specific bandwidth requirements such as databases and caching.</li>
<li>ENA Express support for enhanced networking.</li>
<li>Up to 128 EBS volumes can be attached to virtual instances.</li>
<li>Support for Savings Plans, On-Demand, Spot Instances, Dedicated Instances, and Dedicated Hosts.</li>
</ul>
<p><span style="text-decoration: underline"><strong>Nitro Isolation Engine</strong></span><br /> C9g and C9gd instances are the first compute optimized Amazon EC2 instances to feature the <a href="https://aws.amazon.com/blogs/compute/aws-nitro-isolation-engine-formally-verifying-the-hypervisor-in-the-aws-nitro-system/" target="_blank" rel="noopener noreferrer">AWS Nitro Isolation Engine</a>, a new capability of the <a href="https://aws.amazon.com/ec2/nitro/" target="_blank" rel="noopener noreferrer">AWS Nitro System</a>. The Nitro Isolation Engine is a purpose-built component of the Nitro Hypervisor, implemented in Rust, that enforces isolation between virtual machines. It mediates all access to VM memory, CPU register state, and I/O devices through a minimal set of APIs.</p>
<p>To learn more about the Nitro Isolation Engine, visit the <a href="https://aws.amazon.com/blogs/compute/aws-nitro-isolation-engine-formally-verifying-the-hypervisor-in-the-aws-nitro-system/" target="_blank" rel="noopener noreferrer">blog post</a>. For details on the formal verification results, including scope and assumptions, see our <a href="https://d1.awsstatic.com/onedam/marketing-channels/website/aws/en_US/whitepapers/compliance/nitro-isolation-engine-whitepaper.pdf" target="_blank" rel="noopener noreferrer">technical white paper</a>.</p>
<p><span style="text-decoration: underline"><strong>Now available</strong></span><br /> Amazon EC2 C9g and C9gd instances are now available in US East (Ohio, N. Virginia), US West (Oregon), and Europe (Frankfurt). Additional regions will follow.</p>
<p>You can launch C9g and C9gd instances today using the <a href="https://console.aws.amazon.com/">AWS Management Console</a>, <a href="https://aws.amazon.com/cli/">AWS Command Line Interface (AWS CLI)</a>, or <a href="https://aws.amazon.com/tools/">AWS SDKs</a>. For pricing information, visit the <a href="https://aws.amazon.com/ec2/pricing/">Amazon EC2 Pricing page</a>.</p>
<p>To learn more, visit the Amazon EC2 C9g and C9gd instances page and send feedback to AWS re:Post for EC2 or through your usual AWS Support contacts.</p>
<p><a href="https://linktr.ee/sebsto">— seb</a></div><p>The post <a href="https://www.azalio.io/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/">Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 processors are now available</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Automate public TLS certificate issuance with ACME support in AWS Certificate Manager</title>
		<link>https://www.azalio.io/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 20:58:44 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">http://13.127.31.42/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/</guid>

					<description><![CDATA[<p>If you manage TLS certificates for your applications, you know the challenge: certificates expire, and when they do, your customers see errors or your service goes down. As certificate validity periods get shorter (the Certification Authority (CA)/Browser Forum mandates reduced maximum validity to 100 days starting March 2027, and to 47 days by 2029), manual [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/">Automate public TLS certificate issuance with ACME support in AWS Certificate Manager</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>If you manage TLS certificates for your applications, you know the challenge: certificates expire, and when they do, your customers see errors or your service goes down. As certificate validity periods get shorter (the <a href="https://cabforum.org/">Certification Authority (CA)/Browser Forum</a> mandates reduced maximum validity to 100 days starting March 2027, and to 47 days by 2029), manual renewal processes become untenable. You need automation.</p>
<p><a href="https://en.wikipedia.org/wiki/Automatic_Certificate_Management_Environment">Automatic Certificate Management Environment (ACME)</a> is an open protocol for requesting, renewing, and revoking TLS certificates without human intervention. It’s the same protocol behind Let’s Encrypt, and it’s supported by dozens of clients across every platform.</p>
<p>Today we’re announcing ACME support for public certificates in <a href="https://aws.amazon.com/certificate-manager/">AWS Certificate Manager (ACM)</a>. ACM now provides a fully managed ACME server endpoint that works with any ACMEv2-compatible client, such as <a href="https://certbot.eff.org/">Certbot</a>, <a href="https://cert-manager.io/">cert-manager for Kubernetes</a>, <a href="https://github.com/acmesh-official/acme.sh">acme.sh</a>, or any other client you already use. You can issue public TLS certificates from <a href="https://www.amazontrust.com/?lang=en">Amazon Trust Services</a> through the standard ACME protocol.</p>
<p>Before today, if you wanted automated certificate management using the ACME protocol, you relied on external certificate authorities alongside ACM, leading to a fragmented visibility experience. Some certificates lived in ACM, others were managed externally with no central dashboard. PKI administrators had limited ability to control who could request certificates or which domains were allowed.</p>
<p>With ACME support in ACM, you can now set up one or more managed ACME endpoint that allows you to centrally manage and monitor ACME certificate usage across your organization.</p>
<p>As a PKI administrator, you get centralized controls that go beyond basic certificate issuance. You can bind IAM roles to ACME accounts for fine-grained access control over which domains each client can request. You can define domain scopes at the endpoint level to enforce organization-wide policies. And you get centralized monitoring and visibility in the same place: <a href="https://aws.amazon.com/cloudtrail/">AWS CloudTrail</a> logs every certificate request for auditability, <a href="https://aws.amazon.com/cloudwatch/">Amazon CloudWatch</a> tracks operational metrics, and ACM sends expiry notifications when certificates are approaching renewal. Using ACM, your PKI team can search all certificates, whether issued through the ACM console, an API call, or ACME.</p>
<p><span style="text-decoration: underline"><strong>How it works<br /></strong></span>To get started, you first set up a dedicated ACME endpoint, configure authorization controls using External Account Binding (EAB), validate which domains the endpoint can issue certificates for, and point your existing ACME clients to the new endpoint.</p>
<p>The domain validation step is important: it separates who can set up certificate issuance from who can request certificates. The PKI administrator validates domains once at the endpoint level, using DNS credentials that stay with the admin. Application owners who need certificates never touch DNS. They register with an EAB credential, and the endpoint enforces which domains and scopes they’re allowed to request. This means you can distribute certificate automation broadly across your organization without distributing DNS keys along with it.</p>
<p>I start this demo from the <b>ACME certificates</b> page in the AWS Certificate Manager console.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/09/2026-06-09_15-35-37.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-104397 size-large" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-09_15-35-37-1024x877.png" alt="ACME Console" width="1024" height="877"></a></p>
<p>I already have a few endpoints and certificates in this account, I walk you through creating a new one from scratch. First, I select <b>Create ACME endpoint</b>.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/09/2026-06-09_15-37-35.png"><img decoding="async" loading="lazy" class="aligncenter wp-image-104398 size-large" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-09_15-37-35-1024x650.png" alt="ACME - Ceeate endpoint 1" width="1024" height="650"></a></p>
<p>I give my endpoint a name. The <strong>Endpoint type</strong> is <b>Public</b>. ACME clients will connect over the public internet. The <strong>Certificate type</strong> is <b>Public</b>. The certificate will be issued by Amazon Trust Services and trusted by browsers and operating systems by default. For the certificate key type, I keep the default <b>ECDSA P-256</b>. RSA 2048 and ECDSA P-384 are also available if your clients require them.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/08/2026-06-05_17-27-21.png"><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104324" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-05_17-27-21-1024x832.png" alt="ACME - Ceeate endpoint 2" width="1024" height="832"></a></p>
<p>Scrolling down, I configure the domain. I enter my domain name and select the domain scope. The scope controls exactly what certificate patterns your ACME clients are allowed to request for this domain. If I check only <strong>Exact domain</strong>, clients can only request certificates for that specific domain name. Adding <strong>Subdomains</strong> allows certificates for any subdomain (for example, api.example.com or dev.example.com). Adding <strong>Wildcards</strong> allows wildcard certificates (*.example.com). By leaving a scope unchecked, you prevent any client using this endpoint from requesting that type of certificate, even if their ACME request is otherwise valid. For a production endpoint, you might enable only <strong>Exact domain</strong> and <strong>Subdomains</strong> while leaving <strong>Wildcards</strong> unchecked to enforce a stricter security posture.</p>
<p>I also select my <a href="https://aws.amazon.com/route53/">Amazon Route 53</a> hosted zone from the drop down menu. ACM then automatically creates the DNS CNAME records needed for domain validation, so I don’t have to do it manually. When my domain is hosted outside of Route 53, I manually create the provided CNAME record at my DNS provider instead. This is a meaningful difference from typical ACME setups where each client handles its own domain verification independently.</p>
<p>These centralized controls give PKI administrators a single place to authenticate domains, restrict which certificate types (ECDSA or RSA) clients can request, and further limit wildcard issuance. Having these governance capabilities built in means you don’t need to purchase a separate certificate lifecycle management product or invest in building a custom policy layer yourself, both of which come at significant cost and operational overhead.</p>
<p>I select <b>Create ACME endpoint</b></p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/19/2026-06-09_15-46-50-v2.png"><img decoding="async" loading="lazy" class="aligncenter wp-image-104797 size-large" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-09_15-46-50-v2-1024x801.png" alt="ACME - DNS configuration" width="1024" height="801"></a></p>
<p>After a few seconds, the endpoint is created. The console shows a <b>Setup progress</b> tracker with the next steps. My domain shows a “Validating” status. The validation method is DNS validation, where ACM verifies that you control the domain by checking for a specific CNAME record. Because I selected my Route 53 hosted zone during creation, I select <b>Create records in Route 53</b> to let ACM handle the DNS validation automatically.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/08/2026-06-05_17-30-08.png"><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104326" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-05_17-30-08-1024x255.png" alt="ACME - DNS success" width="1024" height="255"></a>The validation completes in a few seconds and the status changes to <b>Success</b>.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/09/2026-06-09_15-50-53.png"><img decoding="async" loading="lazy" class="aligncenter wp-image-104400 size-large" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-09_15-50-53-1024x810.png" alt="ACME - External Account Binding 1" width="1024" height="810"></a></p>
<p>Now I need to create External Account Binding (EAB) credentials. EAB credentials are a key identifier and HMAC key pair that lets your ACME client register an account with the ACME server. Once registered, the client generates its own asymmetric key pair, which is then used to authenticate all subsequent certificate requests. On the endpoint details page, I select the <strong>External account binding</strong> tab, then select <strong>Create EAB</strong>. I give the credential a name and optionally set an expiration time, ideally no longer than needed to complete client registration.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/08/2026-06-05_17-46-42.png"><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104329" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-05_17-46-42-1024x569.png" alt="ACME - External Account Binding 2" width="1024" height="569"></a></p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/09/2026-06-09_15-53-37.png"><img decoding="async" loading="lazy" class="aligncenter wp-image-104401 size-large" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-09_15-53-37-1024x251.png" alt="ACME - end of configuration - show key" width="1024" height="251"></a></p>
<p>After I select <b>Create EAB credential</b>, the console shows the <b>Key ID</b> and <b>HMAC Key</b>. I note these values because I need them to configure my ACME client. The setup progress now shows four green checkmarks.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/08/2026-06-05_17-48-17.png"><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104330" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-05_17-48-17-1024x227.png" alt="ACME - end of configuration - success" width="1024" height="227"></a></p>
<p>I’m ready to request a certificate. On the endpoint details page, I expand the <b>CLI reference</b> section. The console provides ready-to-use command examples for both <a href="https://certbot.eff.org/">Certbot</a> and <a href="https://github.com/acmesh-official/acme.sh">acme.sh</a>. I copy the Certbot command and run it inside a container using the <code>certbot/certbot</code> image.</p>
<pre><code>certbot certonly --standalone --non-interactive --agree-tos 
    --email &lt;EMAIL&gt; 
    --server https://acm-acme-enroll.us-east-1.api.aws/&lt;ENDPOINT_ID&gt;/directory 
    --eab-kid &lt;EAB_KID&gt; 
    --eab-hmac-key &lt;EAB_HMAC_KEY&gt; 
    --issuance-timeout &lt;ISSUANCE_TIMEOUT&gt; 
    -d &lt;DOMAIN&gt;</code></pre>
<p>I replace the placeholders with my endpoint URL, EAB credentials, and domain name. The <code>--eab-kid</code> and <code>--eab-hmac-key</code> arguments are how Certbot registers with your ACME endpoint using the External Account Binding credentials I generated earlier. Each ACME client has its own syntax for this step, so check your client’s documentation for the exact flags.</p>
<p>Certbot contacts the ACME endpoint and returns a valid certificate signed by Amazon Trust Services.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/19/2026-06-10_15-16-12-v3.png"><img decoding="async" loading="lazy" class="aligncenter wp-image-104798 size-large" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-10_15-16-12-v3-1024x378.png" alt="Certbot to obtain a certificate through ACME" width="1024" height="378"></a></p>
<p>I use <code>openssl</code> to view the certificate before installing it.</p>
<p><a href="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-10_15-21-23-v2.png"><img decoding="async" loading="lazy" class="aligncenter wp-image-104799 size-full" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-10_15-21-23-v2.png" alt="openssl to view the certificate" width="938" height="752"></a></p>
<p>The certificate is now visible in the ACM console under the <b>ACME certificates</b> tab, alongside any certificates issued through the console or API.</p>
<p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/10/2026-06-10_15-18-04.png"><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104442" src="http://13.127.31.42/wp-content/uploads/2026/06/2026-06-10_15-18-04-1024x280.png" alt="Certoficate view in the ACME console" width="1024" height="280"></a></p>
<p><span style="text-decoration: underline"><strong>Availability and pricing<br /></strong></span>ACME support in AWS Certificate Manager is available today in all commercial AWS Regions and will be available in AWS GovCloud (US), the China Regions, and the <a href="https://aws.eu/">AWS European Sovereign Cloud</a> <a href="https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html">partitions</a> at a later date.</p>
<p>Pricing is per domain included in each certificate at the time of issuance, with a different price for fully qualified domain names and wildcards. Volume tiers are calculated based on total domain occurrences across all certificates issued per month in your AWS account. For details, see <a href="https://aws.amazon.com/certificate-manager/pricing/">the ACM pricing page</a>.</p>
<p>To get started, visit the <a href="https://console.aws.amazon.com/acm/">ACM section on the AWS console</a> or read the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">documentation</a>.</p>
<p><a href="https://linktr.ee/sebsto">— seb</a></div><p>The post <a href="https://www.azalio.io/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/">Automate public TLS certificate issuance with ACME support in AWS Certificate Manager</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup, Agentic CX designer for Amazon Connect Customer, EC2 AMI Watermarks, Open Governance for MySQL, and more (June 29, 2026)</title>
		<link>https://www.azalio.io/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 29 Jun 2026 16:59:07 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.azalio.io/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/</guid>

					<description><![CDATA[<p>It has been a busy stretch on the AWS Summit circuit. At the New York City Summit, I delivered a workshop called Building AI architectures with AWS Serverless, and it was a lot of fun watching builders wire up agents and serverless services to solve real problems in a single afternoon. This week I am [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/">AWS Weekly Roundup, Agentic CX designer for Amazon Connect Customer, EC2 AMI Watermarks, Open Governance for MySQL, and more (June 29, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p><img decoding="async" loading="lazy" class="alignright size-medium wp-image-104911" src="http://www.azalio.io/wp-content/uploads/2026/06/IMG_5013-225x300.jpg" alt="" width="225" height="300">It has been a busy stretch on the AWS Summit circuit. At the <a href="https://aws.amazon.com/events/summits/new-york/">New York City Summit,</a> I delivered a workshop called Building AI architectures with AWS Serverless, and it was a lot of fun watching builders wire up agents and serverless services to solve real problems in a single afternoon. This week I am heading down to the <a href="https://aws.amazon.com/events/summits/washington-dc/">Washington, DC Summit</a>, which always puts a spotlight on innovation in the public sector. If you are going to be there, come say hello.</p>
<p>A question I hear a lot at these events is how teams can put AI to work without waiting on a long engineering backlog, and this week’s biggest launch speaks directly to that, with Amazon Connect Customer introducing a no-code way for business teams to design AI powered customer experiences themselves. Now, let’s get into this week’s AWS news.</p>
<p><strong><ins>Headlines</ins></strong></p>
<p>Amazon Connect Customer launched the Agentic CX designer (NLX) in preview, a no-code canvas for designing and deploying AI powered self service experiences. Business teams can build and launch voice and digital experiences that bring agentic and deterministic AI together in one governed flow, going from design to testing and simulation to production ready experiences in weeks rather than months. The launch also includes Live Sync in preview, a patented technology that drives a customer’s web or mobile experience in real time as they speak or type. A caller can complete a form or pull up the right product page without ever leaving the conversation. To see how this reshapes who designs customer experience, read the blog post on how the <a href="https://aws.amazon.com/blogs/contact-center/business-user-is-the-new-architect-of-customer-experience/">business user is the new architect of customer experience</a> and visit the <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-connect-customer-agentic-cx-preview/">Amazon Connect Customer</a> page.</p>
<p><strong><ins>Last week’s launches</ins></strong></p>
<p>Here are some launches and updates from this past week that caught my attention:</p>
<ul>
<li><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-lambda-microvms/">AWS Lambda MicroVMs</a></strong> – A new serverless compute primitive that gives each user or job VM level isolation with near instant launch and resume speeds, plus the ability to suspend and resume execution for up to 8 hours. Built on Firecracker, it is made for running user or AI generated code in multi-tenant applications without managing virtualization infrastructure or trading off isolation, speed, and state.</li>
<li><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/ec2-image-watermarks-allowed-images/">Amazon EC2 AMI Watermarks</a></strong> – Lets you embed custom identifiers in your private AMIs that automatically carry forward to every derived AMI across copies, Regions, and account shares. You can combine watermarks with Allowed AMIs and Declarative Policies to restrict launches to approved images, available at no additional cost in all AWS Regions.</li>
<li><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-outposts-self-service-lifecycle-management">AWS Outposts self-service lifecycle management</a></strong> – Adds self service configuration, quoting, ordering, subscription management, renewal, and decommissioning directly from the console, CLI, and API. A new quoting tool generates real time cost estimates in seconds and surfaces account and regional constraints before you submit an order.</li>
<li><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-msk-ai-agent-skills">Amazon MSK AI Agent Skills</a></strong> – Gives AI coding assistants like Kiro, Claude Code, and Cursor expert, up-to-date guidance for operating Amazon MSK, covering troubleshooting, sizing, configuring, monitoring, and migrating external Kafka clusters to MSK Express. Tasks that once required specialized knowledge become a guided experience developers can complete on their own.</li>
<li><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-opensearch-service-ai-migrations">Amazon OpenSearch Service AI-assisted migrations</a></strong> – Migration Assistant now includes an agent guided experience that helps you move self managed Apache Solr, Elasticsearch, or OpenSearch deployments to OpenSearch Serverless or Managed Clusters using tools like Kiro and Claude Code, with new live traffic capture and replay support for Solr.</li>
<li><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-guardduty/">Amazon GuardDuty AI-powered investigations (preview)</a></strong> – Automatically analyzes findings and accounts to help you separate true threats from benign activity, examining context and related activity from the last 90 days with knowledge graphs and threat intelligence. Each investigation returns a disposition assessment with confidence scoring, MITRE ATT&amp;CK classification, and actionable recommendations in minutes.</li>
</ul>
<p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/">What’s New with AWS</a> page.</p>
<p><strong><ins>Other AWS news</ins></strong></p>
<p>Here are some additional posts and resources that you might find interesting:</p>
<ul>
<li><strong><a href="https://aws.amazon.com/blogs/opensource/open-governance-for-mysql-a-step-forward-for-the-community/">Open Governance for MySQL</a></strong> – Oracle announced a community governance model for MySQL that gives organizations outside Oracle a defined role in the project, including four non Oracle seats on a new Steering Committee and a public GitHub presence. AWS holds a seat and shares why it supports the move and how it already contributes fixes upstream for everyone running MySQL.</li>
<li><strong><a href="https://aws.amazon.com/blogs/training-and-certification/a-new-way-to-keep-your-aws-certification-current/">A new way to keep your AWS Certification current</a></strong> -You can now maintain an eligible AWS Certification for an additional year by completing curated training and hands on labs on AWS Skill Builder instead of retaking a full exam. The option is available today in open beta for several Associate and Professional certifications, with more coming later this year.</li>
<li><strong><a href="https://builder.aws.com/content/3FGF2bDqKm6xKGmyJqJMrcwRhE8/the-aws-all-builders-welcome-grant-an-insiders-guide-for-2026-applicants">The All Builders Welcome Grant insider’s guide for 2026 applicants</a></strong> – A community guide on AWS Builder Center that walks early career builders through applying for the grant, which covers a full conference pass, airfare, and hotel for AWS re:Invent 2026. Applications are open now and close on July 14.</li>
</ul>
<p>For a full list of AWS blog posts, be sure to keep an eye on the <a href="https://aws.amazon.com/blogs/">AWS Blogs</a> page.</p>
<p>Looking for ways to connect with builders in person? Check out the <a href="https://aws.amazon.com/events/summits/">AWS Summits</a> coming to a city near you, find a local <a href="https://aws.amazon.com/developer/community/community-days/">AWS Community Day</a> led by user groups around the world, and explore tutorials, community content, and ways to grow your skills over at the <a href="https://builder.aws.com/">AWS Builder Center</a>.</p>
<p>That’s all for this week. Check back next Monday for another Weekly Roundup!</p>
<p>-Micah</p>
</div><p>The post <a href="https://www.azalio.io/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/">AWS Weekly Roundup, Agentic CX designer for Amazon Connect Customer, EC2 AMI Watermarks, Open Governance for MySQL, and more (June 29, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs</title>
		<link>https://www.azalio.io/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 23:01:03 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.azalio.io/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/</guid>

					<description><![CDATA[<p>Today, we are announcing AWS Lambda MicroVMs, a new serverless compute primitive within AWS Lambda that lets you run code generated by users or AI in isolated, stateful execution environments. You get virtual machine level isolation, near-instant launch and resume, and direct control over environment lifecycle and state, all without managing infrastructure or building expertise [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/">Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Today, we are announcing AWS Lambda MicroVMs, a new serverless compute primitive within <a href="https://aws.amazon.com/lambda/">AWS Lambda</a> that lets you run code generated by users or AI in isolated, stateful execution environments. You get virtual machine level isolation, near-instant launch and resume, and direct control over environment lifecycle and state, all without managing infrastructure or building expertise in complex virtualization technologies. Lambda MicroVMs are powered by <a href="https://firecracker-microvm.github.io/">Firecracker</a>, the same lightweight virtualization technology that has powered over 15 trillions of monthly Lambda function invocations.</p>
<p><strong><span style="text-decoration: underline">Why customers need this</span><br /></strong>Over the past few years a new class of multi-tenant applications has emerged that all share the need to hand each end user their own dedicated execution environment in which to safely run code that the application developer did not write. AI coding assistants, interactive code environments, data analytics platforms, vulnerability scanners, and game servers that run user-supplied scripts all fit this pattern. Building that capability today means making a difficult choice. Virtual machines deliver strong isolation but take minutes to start. Containers launch in seconds, yet their shared-kernel architecture requires significant custom hardening to safely contain untrusted code. Functions as a service are optimized for event-driven, request-response workloads, but are not designed for long-running interactive sessions that need to retain environment state across user interactions. That leaves developers either accepting tradeoffs between performance and isolation, or investing significant engineering resources to build and operate custom virtualization infrastructure to achieve isolated execution while delivering low-latency experiences to end-users. This presents an effort that demands deep expertise and pulls engineering time away from the product they are actually trying to build.</p>
<p>Lambda MicroVMs is purpose-built for exactly this gap. Each MicroVM gives a single end user or session its own isolated environment that launches rapidly, retains memory and disk state for the length of the session, and pauses to a low idle cost when the user steps away. Because the same Firecracker technology already underpins AWS Lambda Functions, you inherit the operational maturity of a service that has been running this stack at scale.</p>
<p><strong><span style="text-decoration: underline">Let’s try it out</span><br /></strong>To get started, I navigated to the AWS Lambda console, where Lambda MicroVMs now appears in the left-hand navigation menu. I first need to create a MicroVM Image.</p>
<p>I packaged a Flask web app and its Dockerfile into a zip file, uploaded it to an <a href="https://aws.amazon.com/s3/">Amazon Simple Storage Service (Amazon S3)</a> bucket.</p>
<p>My Flask API – app.py</p>
<pre class="unlimited-height-code"><code class="lang-python">import logging

from flask import Flask, jsonify

app = Flask(__name__)
logging.basicConfig(level=logging.INFO)


@app.route("/")
def hello():
    app.logger.info("Received request to hello world endpoint")
    return jsonify(message="Hello, World!")


if __name__ == "__main__":
    app.run(host="0.0.0.0", port=5000)
</code></pre>
<p>My Dockerfile</p>
<pre class="unlimited-height-code"><code>
FROM public.ecr.aws/lambda/microvms:al2023-minimal
RUN dnf install -y python3 python3-pip &amp;&amp; dnf clean all

WORKDIR /app

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

COPY app.py .

EXPOSE 5000

CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]

</code></pre>
<p>I used the following command to create my MicroVM Image.</p>
<pre><code class="lang-bash">aws lambda-microvms create-microvm-image 
--code-artifact uri=&lt;path/to/s3/artifact.zip&gt; --name &lt;VM_image_name&gt; 
--base-image-arn arn:aws:lambda:us-east-1:aws:microvm-image:al2023-1 
--build-role-arn &lt;IAM role ARN&gt;</code></pre>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-104847 size-large" src="http://www.azalio.io/wp-content/uploads/2026/06/Screenshot-2026-06-22-at-10.49.45E280AFAM-1024x577.png" alt="" width="1024" height="577"></p>
<p>You can also create the MicroVM Image in the AWS Console as in the image above. Once I ran the command, Lambda retrieved the zip, ran the Dockerfile, initialized the application, and took a Firecracker snapshot of the running disk and memory state. Build logs streamed in real time to <a href="https://aws.amazon.com/cloudwatch/">Amazon CloudWatch</a> under <code>/aws/lambda/microvms/&lt;image-name&gt;</code>, and when the image was ready it appeared in the console with its <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon Resource Name (ARN)</a> and version number.</p>
<pre><code class="lang-bash">aws lambda-microvms run-microvm 
--image-identifier arn:aws:lambda:&lt;region&gt;:&lt;acct&gt;:microvm-image:my-image 
--execution-role-arn arn:aws:iam::&lt;acct&gt;:role/MicroVMExecutionRole 
--idle-policy '{"maxIdleDurationSeconds":900,"suspendedDurationSeconds":300,"autoResumeEnabled":true}'
</code></pre>
<p>Launching can also be done via the AWS Console or the CLI. I passed the image ARN and an idle policy configured to auto-suspend after 15 minutes of inactivity and auto-resume on the next incoming request. No networking setup was required. Lambda assigned the MicroVM a unique ID, returned a dedicated endpoint URL, and started a new MicroVM with my Flask app already running, since it was resumed from a snapshot. My Flask app was already running the moment the launch completed. One API call to get a fully initialized, bootstrapped compute environment.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104756" src="http://www.azalio.io/wp-content/uploads/2026/06/image-04-1024x729.png" alt="" width="1024" height="729"></p>
<p>To send traffic, I generated a short-lived auth token with the CLI and attached it to a plain HTTPS request using the <code>X-aws-proxy-auth</code> header. The request landed on my Flask app immediately. I then let the MicroVM sit idle past the suspend threshold, at which point the MicroVM was suspended, with its memory and disk state snapshotted and stored. I then sent another request, and it resumed with the application state fully intact. From the client side, the pause never happened.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104757" src="http://www.azalio.io/wp-content/uploads/2026/06/image-05-1024x229.png" alt="" width="1024" height="229"></p>
<p><strong><span style="text-decoration: underline">How it works</span><br /></strong>Under the covers, Lambda MicroVMs delivers three capabilities that, until today, no single AWS compute service offered together. The first is virtual machine level isolation, which comes from Firecracker. Each session runs in its own dedicated MicroVM with no shared kernel and no shared resources between users, so untrusted code supplied by one user is contained to their execution environment, without access to other environments or the underlying system. The second is rapid launch and resume. The model is image-then-launch: you create a MicroVM Image by supplying a Dockerfile and code packaged as a zip artifact in Amazon S3, and Lambda runs your Dockerfile, initializes your application, and takes a Firecracker snapshot of the running environment’s memory and disk state. Every subsequent MicroVM launched from that image resumes from the pre-initialized snapshot rather than booting cold, which means launches and idle resumes both achieve near-instant startup latency. Even a multi-gigabyte interactive session comes back online quickly enough to feel responsive to the end user. The third is stateful execution. A running MicroVM retains memory, disk, and running processes across the user’s session. During idle periods, a MicroVM can be suspended – with memory and disk state intact – and resumed when traffic arrives. Installed packages, loaded models, and working ﬁlesets are readily available when the user resumes their session. MicroVMs support up to 8 hours of total runtime and can be suspended automatically after a configurable idle window, which makes it straightforward to build products as varied as software vulnerability scans that complete in minutes, data analytics applications that run for hours, and interactive coding sessions with extended idle periods. As Lambda MicroVMs are started from pre-initialized snapshots, applications generating unique content, establishing network connections, or loading ephemeral data during initialization may need to integrate with service-provided hooks for compatibility.</p>
<p>Lambda MicroVMs is a new resource within AWS Lambda, with a distinct API surface. Lambda Functions remain the right choice for event-driven, request-response workloads, and Lambda MicroVMs is purpose-built for multi-tenant applications that need to hand each end user or session their own isolated environment to execute user- or AI-generated code. The two complement each other. An application using Lambda Functions for its event-driven backbone can call into Lambda MicroVMs for the steps that need to run untrusted code in isolation. You bring the application, and the service delivers the execution environment.</p>
<p><strong><span style="text-decoration: underline">Now available</span><br /></strong>AWS Lambda MicroVMs is available today in the US East (N. Virginia, Ohio), US West (Oregon), Europe (Ireland) and Asia Pacific (Tokyo) <a href="https://aws.amazon.com/about-aws/global-infrastructure/regions_az/">Regions</a>, on the ARM64 architecture, with up to 16 vCPUs, 32 GB of memory, and 32 GB of disk per MicroVM. Idle MicroVMs can be suspended explicitly through an API call or automatically through a lifecycle policy, which reduces the running cost while preserving full state for fast resume. Pricing details can be found on the <a href="https://aws.amazon.com/lambda/pricing/">AWS Lambda pricing page</a>.</p>
<p>To get started, visit the <a href="https://console.aws.amazon.com/lambda/">AWS Lambda console</a>, or learn more on the <a href="https://aws.amazon.com/lambda/lambda-microvms">Lambda MicroVMs product page</a>. For documentation, see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-microvms-guide.html">Lambda MicroVMs Developer Guide</a>.</p>
</div><p>The post <a href="https://www.azalio.io/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/">Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: NY Summit recap, Local Zone in Hanoi, Grok 4.3 in Bedrock, price reductions, and more (June 22, 2026)</title>
		<link>https://www.azalio.io/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 14:59:31 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.azalio.io/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/</guid>

					<description><![CDATA[<p>Last week AWS Summit New York City brought together thousands of customers, partners, and builders for a free, one-day event showcasing the latest in cloud and AI innovation. Dr. Swami Sivasubramanian, VP of Agentic AI at AWS unveiled a stack of AI launches in his keynote, all built around one thesis: agents that compound value [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/">AWS Weekly Roundup: NY Summit recap, Local Zone in Hanoi, Grok 4.3 in Bedrock, price reductions, and more (June 22, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Last week <a href="https://aws.amazon.com/events/summits/new-york/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Summit New York City</a> brought together thousands of customers, partners, and builders for a free, one-day event showcasing the latest in cloud and AI innovation. Dr. Swami Sivasubramanian, VP of Agentic AI at AWS unveiled a stack of AI launches in <a href="https://www.youtube.com/watch?v=T25Fn3FvF6I">his keynote</a>, all built around one thesis: agents that compound value over time.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-104713" src="http://www.azalio.io/wp-content/uploads/2026/06/2026-aws-ny-summit-keynote-1.jpg" alt="" width="1600" height="905"></p>
<ul>
<li><strong>Agents for working</strong> – You can launch autonomous agents and access a smarter activity feed with <a href="https://aws.amazon.com/blogs/machine-learning/get-back-hours-every-day-with-autonomous-agents-in-amazon-quick/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">new Amazon Quick features</a>, which now let you create and run multi-step agents directly in the desktop app and consolidates email, Slack, calendar, and tasks into a single prioritized view with personalized rules.</li>
<li><strong>Agents for securing</strong> – You can shift from reactive to proactive security with AWS Continuum, a new AI-native security service that reasons, validates, and acts at machine speed across the <a href="https://aws.amazon.com/blogs/security/introducing-aws-continuum-security-at-machine-speed/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">full code vulnerability lifecycle</a>. AWS Security Agent (now part of AWS Continuum) adds <a href="https://aws.amazon.com/blogs/aws/aws-security-agent-adds-threat-modeling-kiro-power-and-claude-code-plugin-and-more?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">new features</a>: threat modeling; pull request code scanning with remediation across major Git platforms; and IDE integrations via Kiro power, Claude Code plugin, and MCP.</li>
<li><strong>Agents for building</strong> – You can write, ship, and modernize code in one continuous loop with Kiro, AWS DevOps Agent, and AWS Transform. Kiro introduces a <a href="https://kiro.dev/blog/introducing-kiro-for-ios/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">native iOS app</a>; AWS DevOps Agent adds <a href="https://aws.amazon.com/blogs/aws/aws-devops-agent-adds-release-management-capabilities-to-assess-code-changes-before-production-preview?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">release management capabilities</a> to assess code changes before production; and <a href="https://aws.amazon.com/blogs/aws/proactively-reduce-tech-debt-autonomously-with-aws-transform-continuous-modernization-preview?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Transform continuous modernization</a> reduces tech debt autonomously.</li>
<li><strong>Agents customers create</strong> – You can go from agent idea to production in minutes with Amazon Bedrock AgentCore, which now includes a <a href="https://aws.amazon.com/blogs/machine-learning/amazon-bedrock-agentcore-harness-is-now-generally-available-go-from-idea-to-production-grade-agent-in-minutes/">GA harness</a> for infrastructure and orchestration, <a href="https://aws.amazon.com/blogs/aws/announcing-web-search-on-amazon-bedrock-agentcore-ground-your-ai-agents-in-current-accurate-web-knowledge?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Web Search</a>, <a href="https://aws.amazon.com/blogs/aws/introducing-amazon-bedrock-managed-knowledge-base-for-faster-more-accurate-enterprise-ai-applications?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Managed Knowledge Base</a>, <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-bedrock-agentcore-policy-guardrails-generally-available?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">policy integrations with Guardrails</a>, and the new <a href="https://aws.amazon.com/blogs/machine-learning/context-intelligence-for-your-data-and-ai-agents-at-scale/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Context service</a> for mapping organizational data relationships.</li>
</ul>
<p>To learn more, visit the Summit recap from our <a href="https://aws.amazon.com/blogs/aws/top-announcements-of-the-aws-summit-in-new-york-2026/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">top announcements blog post</a> and <a href="https://www.aboutamazon.com/news/aws/aws-summit-nyc-2026-ai-agents?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon News post</a>.</p>
<p><strong>Last week’s launches</strong><br /> Here are last week’s launches that caught my attention:</p>
<ul>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-local-zones-hanoi-vietnam/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Local Zone in Hanoi, Vietnam</a>  —This new Local Zone is one of the first AWS Local Zones in the Asia Pacific with support for Amazon S3 and Amazon EBS Local Snapshots, enabling customers to meet data residency requirements by storing and backing up data locally. To get started, enable the Hanoi Local Zone (<code>ap-southeast-1-han-1a</code>) from the Regions and Zones tab in the AWS Global View or by using the ModifyAvailabilityZoneGroup API.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-blocks-preview/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Blocks, an open-source TypeScript framework for application developers (preview)</a> — AWS Blocks runs a fully functional local environment with Postgres, authentication, and real-time messaging, no AWS account required. When you’re ready to deploy, the same application code runs on production AWS services with zero changes, and you can drop into AWS CDK at any point for direct resource configuration.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/grok-amazon-bedrock/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Grok 4.3 from xAI in Amazon Bedrock</a> —You can use the Grok 4.3 model on Amazon Bedrock, giving you even more choice as you build generative AI applications across reasoning, agentic, and enterprise workflows. Grok 4.3 runs on a new inference engine in Bedrock designed for price performance, with support for tool calling, structured output, and response streaming.</li>
<li><a href="https://aws.amazon.com/blogs/aws/amazon-s3-annotations-attach-rich-queryable-context-directly-to-your-objects/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon S3 annotations: attach rich, queryable context directly to your objects</a> — Amazon S3 now lets you attach up to 1 GB of rich, mutable, and queryable context directly to your objects using annotations, purpose-built for AI agents and autonomous workflows that need to discover, understand, and act on data at scale without maintaining separate metadata systems.</li>
<li><a href="https://aws.amazon.com/blogs/aws/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon ECS announces faster service auto scaling</a> — Amazon ECS service auto scaling now detects and responds to load changes faster with support for high resolution (20-second) metrics and metric publishing optimizations. In AWS benchmarking tests, time to trigger scale-out improved from 363 seconds to 86 seconds (76% faster), and total time to scale and provision new tasks improved from 386 seconds to 109 seconds (72% faster).</li>
<li><a href="https://aws.amazon.com/blogs/aws/announcing-amazon-ec2-g7-instances-accelerated-by-nvidia-rtx-pro-4500-blackwell-server-edition-gpus/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon EC2 G7 instances accelerated by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs</a> — AWS is the first major cloud provider to support NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs. G7 instances are accelerated by these GPUs with custom sixth-generation Intel Xeon Scalable processors, delivering up to 4.6x AI inference performance and up to 2.1x graphics performance compared to G6 instances.</li>
<li><a href="https://strandsagents.com/blog/reduced-cost-better-isolation-more-resilience/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Strands Agents introduces new capabilities</a> — Strands is an open source toolkit for building production agents. You can now use better context management in Harness SDK, a new isolated execution environment with Strands Shell, and chaos testing and red teaming in Strands Evals.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-management-console-private/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Management Console Private Access</a> – You can access the AWS Console from VPCs without internet connectivity, allowing enterprises to manage their AWS infrastructure through the console while maintaining strict network security controls in air-gapped environments.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-marketplace-storefront/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Marketplace Storefront is now generally available</a> – AWS Partners can create and deploy their own branded catalog of solutions and services on their website or application in hours. Channel Partners and Independent Software Vendors can now simplify how they manage their cloud marketplace business and make it easier for customers to discover and purchase their solutions from AWS Marketplace.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-route-53-resolver-dns/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el"> Palo Alto Networks (PANW) Advanced DNS Security on Amazon Route 53 Resolver DNS Firewall (preview)</a> – You can now enforce DNS threat protections from Palo Alto Networks directly on Route 53 DNS Firewall rules, without deploying separate firewalls or modifying VPC configurations — by subscribing to PANW from the DNS Firewall console through the embedded AWS Marketplace widget.</li>
</ul>
<p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">What’s New with AWS</a> page.</p>
<p><strong>Price reductions </strong><br /> AWS continues to look for ways to increase performance and lower prices for our customers. I noticed a few such efforts last week, so I’d like to share them:</p>
<ul>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/s3-vectors-reduces-query-charges-80-percent-large-indexes/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon S3 Vectors reduces query charges by up to 80% for large vector indexes</a> — This reduction lowers costs for customers running similarity search across large-scale AI, RAG, and semantic search workloads. The new pricing applies automatically with no application changes required.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-gamelift-servers-free-network-bandwidth/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el"> Amazon GameLift Servers introduces free network bandwidth</a> — Amazon GameLift Servers provides network bandwidth in and out of AWS at no additional charge for all instance types from generation 6 and later, including On-Demand and Spot, with no commitment required. You now pay only for your Amazon GameLift Servers instance hours; all network bandwidth is free.</li>
<li><a href="https://aws.amazon.com/about-aws/whats-new/2026/06/reduce-listing-fee-professional-services-aws-marketplace/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Marketplace reduces listing fee for professional services to 0.5% from 2.5%</a> — This reduction makes it more cost-effective for consulting partners, systems integrators, managed services providers and independent software vendors to transact their services through AWS Marketplace, while retaining the procurement and billing benefits that come with it.</li>
</ul>
<p>Learn more about AWS, browse and join upcoming <a href="https://aws.amazon.com/events/explore-aws-events/?refid=e61dee65-4ce8-4738-84db-75305c9cd4fe">AWS-led in-person and virtual events</a>, <a href="https://aws.amazon.com/startups/events?tab=upcoming?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">startup events</a>, and <a href="https://builder.aws.com/connect/events?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;sc_channel=el">developer-focused events</a> as well as <a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Summits</a> and <a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Community Days</a>. Join the <a href="https://builder.aws.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Builder Center</a> to connect with builders, share solutions, and access content that supports your development.</p>
<p>That’s all for this week. Check back next Monday for another <a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=39d9c26c-b157-46ae-bde6-9cf598f5c9e0&amp;sc_channel=el">Weekly Roundup</a>!</p>
<p>— <a href="https://linkedin.com/in/channy/">Channy</a></p>
</div><p>The post <a href="https://www.azalio.io/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/">AWS Weekly Roundup: NY Summit recap, Local Zone in Hanoi, Grok 4.3 in Bedrock, price reductions, and more (June 22, 2026)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
