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

<channel>
	<title>AWS News Blog</title>
	<atom:link href="https://aws.amazon.com/blogs/aws/feed/" rel="self" type="application/rss+xml"/>
	<link>https://aws.amazon.com/blogs/aws/</link>
	<description>Announcements, Updates, and Launches</description>
	<lastBuildDate>Tue, 07 Apr 2026 19:20:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Launching S3 Files, making S3 buckets accessible as file systems</title>
		<link>https://aws.amazon.com/blogs/aws/launching-s3-files-making-s3-buckets-accessible-as-file-systems/</link>
					
		
		<dc:creator><![CDATA[Sébastien Stormacq]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 19:18:32 +0000</pubDate>
				<category><![CDATA[Amazon Simple Storage Service (S3)]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">529e67e573627282bf7f126c45a7ecd4b2c338dc</guid>

					<description>Amazon S3 Files makes S3 buckets accessible as high-performance file systems on AWS compute resources, eliminating the tradeoff between object storage benefits and interactive file capabilities while enabling seamless data sharing with ~1ms latencies.</description>
										<content:encoded>&lt;p&gt;I’m excited to announce &lt;a href="https://aws.amazon.com/s3/features/files/"&gt;Amazon S3 Files&lt;/a&gt;, a new file system that seamlessly connects any AWS compute resource with &lt;a href="https://aws.amazon.com/s3/"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;More than a decade ago, as an AWS trainer, I spent countless hours explaining the fundamental differences between object storage and file systems. My favorite analogy was comparing S3 objects to books in a library (you can’t edit a page, you need to replace the whole book) versus files on your computer that you can modify page by page. I drew diagrams, created metaphors, and helped customers understand why they needed different storage types for different workloads. Well, today that distinction becomes a bit more flexible.&lt;/p&gt; 
&lt;p&gt;With S3 Files, Amazon S3 is the first and only cloud object store that offers fully-featured, high-performance file system access to your data. It makes your buckets accessible as file systems. This means changes to data on the file system are automatically reflected in the S3 bucket and you have fine-grained control over synchronization. S3 Files can be attached to multiple compute resources enabling data sharing across clusters without duplication.&lt;/p&gt; 
&lt;p&gt;Until now, you had to choose between Amazon S3 cost, durability, and the services that can natively consume data from it or a file system’s interactive capabilities. S3 Files eliminates that tradeoff. S3 becomes the central hub for all your organization’s data. It’s accessible directly from any AWS compute instance, container, or function, whether you’re running production applications, training ML models, or building agentic AI systems.&lt;/p&gt; 
&lt;p&gt;You can access any general purpose bucket as a native file system on your &lt;a href="https://aws.amazon.com/ec2/"&gt;Amazon Elastic Compute Cloud (Amazon EC2)&lt;/a&gt; instances, containers running on &lt;a href="https://aws.amazon.com/ecs/"&gt;Amazon Elastic Container Service (Amazon ECS)&lt;/a&gt; or &lt;a href="https://aws.amazon.com/eks/"&gt;Amazon Elastic Kubernetes Service (Amazon EKS)&lt;/a&gt;, or &lt;a href="https://aws.amazon.com/lambda/"&gt;AWS Lambda&lt;/a&gt; functions. The file system presents S3 objects as files and directories, supporting all &lt;a href="https://en.wikipedia.org/wiki/Network_File_System"&gt;Network File System&lt;/a&gt; (NFS) v4.1+ operations like creating, reading, updating, and deleting files.&lt;/p&gt; 
&lt;p&gt;As you work with specific files and directories through the file system, associated file metadata and contents are placed onto the file system’s high-performance storage. By default, files that benefit from low-latency access are stored and served from the high performance storage. For files not stored on high performance storage such as those needing large sequential reads, S3 Files automatically serves those files directly from Amazon S3 to maximize throughput. For byte-range reads, only the requested bytes are transferred, minimizing data movement and costs.&lt;/p&gt; 
&lt;p&gt;The system also supports intelligent pre-fetching to anticipate your data access needs. You also have fine-grained control over what gets stored on the file system’s high performance storage. You can decide whether to load full file data or metadata only, which means you can optimize for your specific access patterns.&lt;/p&gt; 
&lt;p&gt;Under the hood, S3 Files uses &lt;a href="https://aws.amazon.com/efs"&gt;Amazon Elastic File System (Amazon EFS)&lt;/a&gt; and delivers ~1ms latencies for active data. The file system supports concurrent access from multiple compute resources with NFS close-to-open consistency, making it ideal for interactive, shared workloads that mutate data, from agentic AI agents collaborating through file-based tools to ML training pipelines processing datasets.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Let me show you how to get started.&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;Creating my first Amazon S3 file system, mounting, and using it from an EC2 instance is straightforward.&lt;/p&gt; 
&lt;p&gt;I have an EC2 instance and a general purpose bucket. In this demo, I configure an S3 file system and access the bucket from an EC2 instance, using regular file system commands.&lt;/p&gt; 
&lt;p&gt;For this demo, I use the &lt;a href="https://console.aws.amazon.com"&gt;AWS Management Console&lt;/a&gt;. You can also use the &lt;a href="https://aws.amazon.com/cli/"&gt;AWS Command Line Interface (AWS CLI)&lt;/a&gt; or &lt;a href="https://aws.amazon.com/what-is/iac/"&gt;infrastructure as code&lt;/a&gt; (IaC).&lt;/p&gt; 
&lt;p&gt;Here is the architecture diagram for this demo.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/06/diagram.png"&gt;&lt;img class="aligncenter size-large wp-image-103634" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/06/diagram-1024x596.png" alt="S3 Files demo architecture" width="1024" height="596"&gt;&lt;/a&gt;&lt;strong&gt;Step 1: &lt;/strong&gt;Create an S3 file system.&lt;/p&gt; 
&lt;p&gt;On the Amazon S3 section of the console, I choose &lt;strong&gt;File systems&lt;/strong&gt; and then &lt;strong&gt;Create file system&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-42-08.png"&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103599" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-42-08-1024x581.png" alt="S3 Files create file system" width="1024" height="581"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;I enter the name of the bucket I want to expose as a file system and choose &lt;strong&gt;Create file system&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-45-04.png"&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103600" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-45-04-1024x526.png" alt="S3 Files create file system, part 2" width="1024" height="526"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Step 2: &lt;/strong&gt;Discover the mount target.&lt;/p&gt; 
&lt;p&gt;A mount target is a network endpoint that will live in my virtual private cloud (VPC). It allows my EC2 instance to access the S3 file system.&lt;/p&gt; 
&lt;p&gt;The console creates the mount targets automatically. I take notes of the &lt;strong&gt;Mount target ID&lt;/strong&gt;s on the &lt;strong&gt;Mount targets&lt;/strong&gt; tab.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-54-16.png"&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103601" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-54-16-1024x581.png" alt="" width="1024" height="581"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;When using the &lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-getting-started.html#s3-files-getting-started-cli"&gt;CLI&lt;/a&gt;, two separate commands are necessary to create the file system and its mount targets. First, I create the S3 file system with &lt;code&gt;create-file-system&lt;/code&gt;. Then, I create the mount target with &lt;code&gt;create-mount target.&lt;/code&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Step 3: &lt;/strong&gt;Mount the file system on my EC2 instance.&lt;/p&gt; 
&lt;p&gt;After it’s connected to an EC2 instance, I type:&lt;/p&gt; 
&lt;p&gt;&lt;code&gt;sudo mkdir /home/ec2-user/s3files&lt;/code&gt; &lt;code&gt;sudo mount -t s3files fs-0aa860d05df9afdfe:/ /home/ec2-user/s3files&lt;/code&gt;&lt;/p&gt; 
&lt;p&gt;I can now work with my S3 data directly through the mounted file system in &lt;code&gt;~/s3files&lt;/code&gt;, using standard file operations.&lt;/p&gt; 
&lt;p&gt;When I make updates to my files in the file system, S3 automatically manages and exports all updates as a new object or a new version on an existing object back in my S3 bucket within minutes.&lt;/p&gt; 
&lt;p&gt;Changes made to objects on the S3 bucket are visible in the file system within a few seconds but can sometimes take a minute or longer.&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-bash"&gt;# Create a file on the EC2 file system 
echo "Hello S3 Files" &amp;gt; s3files/hello.txt 

# and verify it's here 
ls -al s3files/hello.txt
 -rw-r--r--. 1 ec2-user ec2-user 15 Oct 22 13:03 s3files/hello.txt 

# See? the file is also on S3 
aws s3 ls s3://s3files-aws-news-blog/hello.txt 
2025-10-22 13:04:04 15 hello.txt 

# And the content is identical! 
aws s3 cp s3://s3files-aws-news-blog/hello.txt . &amp;amp;&amp;amp; cat hello.txt
Hello S3 Files&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Things to know&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;Let me share some important technical details that I think you’ll find useful.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;S3 Files integrates with &lt;a href="https://aws.amazon.com/iam/"&gt;AWS Identity and Access Management (IAM)&lt;/a&gt; for access control and encryption. You can use &lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-getting-started.html"&gt;identity and resource policies to manage permissions at both the file system and object level&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;Data is always encrypted in transit using TLS 1.3 and at rest using Amazon S3 managed keys (SSE-S3) or customer-managed keys with &lt;a href="https://aws.amazon.com/kms/"&gt;AWS Key Management Service (AWS KMS)&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;S3 Files uses POSIX permissions for files and directories, checking user ID (UID) and group ID (GID) against file permissions stored as object metadata in the S3 bucket.&lt;/li&gt; 
 &lt;li&gt;Monitor S3 Files using &lt;a href="https://aws.amazon.com/cloudwatch/"&gt;Amazon CloudWatch&lt;/a&gt; metrics for drive performance and updates and &lt;a href="https://aws.amazon.com/cloudtrail/"&gt;AWS CloudTrail&lt;/a&gt; for logging management events.&lt;/li&gt; 
 &lt;li&gt;Verify that the latest version of the EFS driver (&lt;a href="https://github.com/aws/efs-utils"&gt;amazon-efs-utils package&lt;/a&gt;) is installed on your EC2 instances. This package is preinstalled on the &lt;a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html"&gt;Amazon Machine Image (AMI)&lt;/a&gt; provided by AWS. At the time of writing, you can update it to the latest version.&lt;/li&gt; 
 &lt;li&gt;In this post, I showed you how to use S3 Files from an EC2 instance. You can also mount your S3 bucket as a file system from your ECS or EKS containers, on &lt;a href="https://aws.amazon.com/fargate/"&gt;AWS Fargate&lt;/a&gt; or not, and from your Lambda functions.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Another question I frequently hear in customer conversations is about choosing the right file service for your workloads. Yes, I know what you’re thinking: AWS and its seemingly overlapping services, keeping cloud architects entertained during their architecture review meetings. Let me help demystify this one.&lt;/p&gt; 
&lt;p&gt;S3 Files works best when you need interactive, shared access to data that lives in Amazon S3 through a high performance file system interface. It’s ideal for workloads where multiple compute resources—whether production applications, agentic AI agents using Python libraries and CLI tools, or machine learning (ML) training pipelines—need to read, write, and mutate data collaboratively. You get shared access across compute clusters without data duplication, sub-millisecond latency, and automatic synchronization with your S3 bucket.&lt;/p&gt; 
&lt;p&gt;For workloads migrating from on-premises NAS environments, &lt;a href="https://aws.amazon.com/fsx/"&gt;Amazon FSx&lt;/a&gt; provides the familiar features and compatibility you need. Amazon FSx is also ideal for high-performance computing (HPC) and GPU cluster storage with &lt;a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html"&gt;Amazon FSx for Lustre&lt;/a&gt;. It’s particularly valuable when your applications require specific file system capabilities from &lt;a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/what-is-fsx-ontap.html"&gt;Amazon FSx for NetApp ONTAP&lt;/a&gt;, &lt;a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html"&gt;Amazon FSx for OpenZFS&lt;/a&gt;, or &lt;a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html"&gt;Amazon FSx for Windows File Server&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Pricing and availability&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;S3 Files is available today in all commercial &lt;a href="https://docs.aws.amazon.com/glossary/latest/reference/glos-chap.html#region"&gt;AWS Regions&lt;/a&gt;.&lt;/p&gt; 
&lt;p class="jss273" data-pm-slice="1 1 []"&gt;You pay for the portion of data stored in your S3 file system, for small file read and all write operations to the file system, and for S3 requests during data synchronization between the file system and the S3 bucket. &lt;a href="https://aws.amazon.com/s3/pricing/"&gt;The Amazon S3 pricing page has all the details&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;From discussions with customers, I believe S3 Files helps simplify cloud architectures by eliminating data silos, synchronization complexity, and manual data movement between objects and files. Whether you’re running production tools that already work with file systems, building agentic AI systems that rely on file-based Python libraries and shell scripts, or preparing datasets for ML training, S3 Files lets these interactive, shared, hierarchical workloads access S3 data directly without choosing between the durability of Amazon S3 and cost benefits and a file system’s interactive capabilities. You can now use Amazon S3 as the place for all your organizations’ data, knowing the data is accessible directly from any AWS compute instance, container, and function.&lt;/p&gt; 
&lt;p&gt;To learn more and get started, visit the &lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files.html"&gt;S3 Files documentation&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;I’d love to hear how you use this new capability. Feel free to share your feedback in the comments below.&lt;/p&gt; 
&lt;a href="https://linktr.ee/sebsto"&gt;— seb&lt;/a&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: AWS DevOps Agent &amp; Security Agent GA, Product Lifecycle updates, and more (April 6, 2026)</title>
		<link>https://aws.amazon.com/blogs/aws/aws-weekly-roundup-aws-devops-agent-security-agent-ga-product-lifecycle-updates-and-more-april-6-2026/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Mon, 06 Apr 2026 16:51:00 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Elastic Container Service]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security, Identity, & Compliance]]></category>
		<category><![CDATA[Sustainability]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">ebe7e793c3577df742e335aff396ea71bb052df1</guid>

					<description>Last week, I visited AWS Hong Kong User Group with my team. Hong Kong has a small but strong community, and their energy and passion are high. They recently started a new AI user group, and we hope more people will join. I was able to strengthen my bond with the community through great food […]</description>
										<content:encoded>&lt;p&gt;Last week, I visited &lt;a href="https://awsug.hk/"&gt;AWS Hong Kong User Group&lt;/a&gt; with my team. Hong Kong has a small but strong community, and their energy and passion are high. They recently started a new AI user group, and we hope more people will join. I was able to strengthen my bond with the community through great food and conversation.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103619 size-full" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/03/2026-aws-hongkong-usergroup.jpeg" alt="" width="1400" height="481"&gt;&lt;/p&gt; 
&lt;p&gt;This week, I’ll first take a closer look at some of the key launches.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;AWS DevOps Agent and Security Agent GA&lt;/strong&gt;&lt;br&gt; &lt;img loading="lazy" class="size-full wp-image-103611 alignright" style="width: 40%" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/03/1774975872883.jpg" alt="" width="950" height="741"&gt;At the last re:Invent, we introduced the &lt;a href="https://aws.amazon.com/ai/frontier-agents/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;concept of frontier agents&lt;/a&gt; that work autonomously across multiple steps to achieve outcomes, operating continuously until the job is done. The first two—&lt;a href="https://aws.amazon.com/blogs/machine-learning/aws-launches-frontier-agents-for-security-testing-and-cloud-operations/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS DevOps Agent and AWS Security Agent—are now generally available&lt;/a&gt; after the preview.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/devops-agent/"&gt;AWS DevOps Agent&lt;/a&gt; helps you run cloud operations—investigating incidents, reducing time to resolution, and preventing issues before they happen. Customers like United Airlines, Western Governors University, and T-Mobile are already using DevOps Agent to accelerate incident response and simplify operations at scale. At WGU, resolution time dropped from hours to minutes, and in preview customers report up to 75% lower MTTR and 3 to 5 times faster resolution. Learn more in &lt;a href="https://aws.amazon.com/blogs/aws/aws-devops-agent-helps-you-accelerate-incident-response-and-improve-system-reliability-preview/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Sébastien’s preview blog post&lt;/a&gt; and &lt;a href="https://aws.amazon.com/blogs/mt/announcing-general-availability-of-aws-devops-agent/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener"&gt;GA announcement&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/security-agent/"&gt;AWS Security Agent&lt;/a&gt; brings continuous, context-aware penetration testing into the development lifecycle. This agent operates like a human penetration tester. Customers including LG CNS, HENNGE, and Wayspring are seeing strong results. At LG CNS, teams estimate over 50% faster testing and ~30% lower costs, along with significantly fewer false positives. Learn more in &lt;a href="https://aws.amazon.com/blogs/aws/new-aws-security-agent-secures-applications-proactively-from-design-to-deployment-preview/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Esra’s preview blog post&lt;/a&gt; and &lt;a href="https://aws.amazon.com/blogs/security/aws-security-agent-on-demand-penetration-testing-now-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener"&gt;GA announcement&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Both are designed to work across AWS cloud, multicloud, and on-prem environments. You can have an always-available teammate that can handle the heavy lifting, so you can focus on what matters most.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;AWS Service Availability Updates&lt;/strong&gt;&lt;br&gt; When the availability of an AWS service or feature changes, we provide customers guidance in &lt;a href="https://docs.aws.amazon.com/general/latest/gr/service-lifecycle.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Product Lifecycle Changes&lt;/a&gt; on available alternatives and support for migration so that disruptions to your operations are minimized. The following lifecycle changes were updated on March 31, 2026.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Availability change guide for services in maintenance 
  &lt;ul&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//apprunner/latest/dg/apprunner-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS App Runner&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//audit-manager/latest/userguide/audit-manager-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Audit Manager&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//awscloudtrail/latest/userguide/cloudtrail-lake-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS CloudTrail – Lake&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//glue/latest/dg/awsglue-ray-jobs-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Glue – Ray jobs&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//iot-fleetwise/latest/developerguide/iotfleetwise-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS IoT FleetWise&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//r53recovery/latest/dg/arc-readiness-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Application Recovery Controller (ARC) – Readiness Check&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//comprehend/latest/dg/comprehend-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Comprehend – Topic Modeling, Event Detection, and Prompt Safety Classification&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//rekognition/latest/dg/rekognition-streaming-video-analysis-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Rekognition – Streaming Events&lt;/a&gt; and &lt;a href="https://docs.aws.amazon.com//rekognition/latest/dg/rekognition-batch-image-content-moderation-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Batch Image Content Moderation&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//sns/latest/dg/sns-message-data-protection-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Simple Notification Service (Amazon SNS) – Message Data Protection (MDP)&lt;/a&gt;&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
 &lt;li&gt;Availability change guide for services in sunset: 
  &lt;ul&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//smc/latest/ag/smc-end-of-support.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Service Management Connector&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//AmazonRDS/latest/UserGuide/RDS-Custom-for-Oracle-end-of-support.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon RDS Custom for Oracle&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//workmail/latest/adminguide/workmail-end-of-support.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon WorkMail&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://docs.aws.amazon.com//workspaces-thin-client/latest/ug/workspacesthinclient-end-of-support.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon WorkSpaces – Thin Client&lt;/a&gt;&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
 &lt;li&gt;Services reaching in sunset: 
  &lt;ul&gt; 
   &lt;li&gt;Amazon Chime SDK – Proxy Sessions&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;We understand that changes in availability can impact your operations. For specific guidance, consult the relevant service documentation or contact AWS Support.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Last week’s launches&lt;/strong&gt;&lt;br&gt; Here are last week’s launches that caught my attention:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/announcing-managed-daemon-support-for-amazon-ecs-managed-instances/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon ECS announces Managed Daemons for ECS Managed Instances&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/announcing-the-aws-sustainability-console-programmatic-access-configurable-csv-reports-and-scope-1-3-reporting-in-one-place/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;New AWS Sustainability console: Scope 1–3 reporting in one place&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/agentcore-evaluations-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Bedrock AgentCore Evaluations is now generally available&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/transform-custom-new-codebase-analysis/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Transform custom announces general availability of automated codebase analysis&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/04/cloudwatch-otel-container-insights-eks/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon CloudWatch launches OpenTelemetry Container Insights for Amazon EKS (Preview)&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-cloudfront-sha-256-signed-urls/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;New compute-optimized instance bundles for Amazon Lightsail with up to 72 vCPUs&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-cloudfront-sha-256-signed-urls/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon CloudFront now supports SHA-256 for signed URLs and signed cookies&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For a full list of AWS announcements, be sure to keep an eye on the &lt;a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;What’s New with AWS&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Additional updates&lt;/strong&gt;&lt;br&gt; Here are some additional news items that you might find interesting:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/architecture/architecting-for-agentic-ai-development-on-aws/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Architecting for agentic AI development on AWS&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/networking-and-content-delivery/optimizing-data-transfer-costs-when-using-aws-network-load-balancer/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Optimizing data transfer costs when using AWS Network Load Balancer&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3BR0ILlG1SlZv07fXdwgPF1pxZ0/announcing-aws-world-sports-innovation-cup-will-your-idea-change-the-game?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Announcing AWS World Sports Innovation Cup – Will your idea change the game?&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3BR0ILlG1SlZv07fXdwgPF1pxZ0/announcing-aws-world-sports-innovation-cup-will-your-idea-change-the-game?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;5 Techniques to Stop AI agent hallucinations in production&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3BhQvOPyvUmq9BJPXlu37vFryfm/aws-community-globe?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Explore the global AWS Community through a 3D interactive globe&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For a full list of AWS blog posts, be sure to keep an eye on the &lt;a href="https://aws.amazon.com/blogs/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Blogs&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;Learn more about AWS, browse and join upcoming &lt;a href="https://aws.amazon.com/events/explore-aws-events/?refid=e61dee65-4ce8-4738-84db-75305c9cd4fe"&gt;AWS led in-person and virtual events&lt;/a&gt;, &lt;a href="https://aws.amazon.com/startups/events?tab=upcoming?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;startup events&lt;/a&gt;, and &lt;a href="https://builder.aws.com/connect/events?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;amp;sc_channel=el"&gt;developer-focused events&lt;/a&gt; as well as &lt;a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Summits&lt;/a&gt; and &lt;a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Community Days&lt;/a&gt;. Join the &lt;a href="https://builder.aws.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Builder Center&lt;/a&gt; to connect with builders, share solutions, and access content that supports your development.&lt;/p&gt; 
&lt;p&gt;That’s all for this week. Check back next Monday for another &lt;a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=39d9c26c-b157-46ae-bde6-9cf598f5c9e0&amp;amp;sc_channel=el"&gt;Weekly Roundup&lt;/a&gt;!&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy/"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Amazon Bedrock Guardrails supports cross-account safeguards with centralized control and management</title>
		<link>https://aws.amazon.com/blogs/aws/amazon-bedrock-guardrails-supports-cross-account-safeguards-with-centralized-control-and-management/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Fri, 03 Apr 2026 20:36:40 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Bedrock Guardrails]]></category>
		<category><![CDATA[Amazon Machine Learning]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AWS Organizations]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security, Identity, & Compliance]]></category>
		<guid isPermaLink="false">dae8904c0ba35b1ce9b8bd93ce1d5fc6ca60dead</guid>

					<description>Organizational safeguards are now generally available in Amazon Bedrock Guardrails, enabling centralized enforcement and management of safety controls across multiple AWS accounts within an AWS Organization.</description>
										<content:encoded>&lt;p&gt;Today, we’re announcing the general availability of cross-account safeguards in &lt;a href="https://aws.amazon.com/bedrock/guardrails/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Bedrock Guardrails&lt;/a&gt;, a new capability that enables centralized enforcement and management of safety controls across multiple AWS accounts&amp;nbsp;within an organization.&lt;/p&gt; 
&lt;p&gt;With this new capability, you can specify a guardrail in a new&amp;nbsp;&lt;a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Bedrock policy&lt;/a&gt; within the management account of your organization that automatically enforces configured safeguards across all member entities for every model invocation with Amazon Bedrock. This organization-wide implementation supports uniform protection across all accounts and generative AI applications with centralized control and management. This capability also offers flexibility to apply account-level and application-specific controls depending on use case requirements in addition to organizational safeguards.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Organization-level enforcements&lt;/strong&gt; apply a single guardrail from your organization’s management account to all entities within the organization through policy settings. This guardrail automatically enforces filters across all member entities, including organizational units (OUs) and individual accounts, for all Amazon Bedrock model invocations.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Account-level enforcement&lt;/strong&gt; enables automatic enforcement of configured safeguards across all Amazon Bedrock model invocations in your AWS account. The configured safeguards in the account-level guardrail apply to all inference API calls.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;You can now establish and centrally manage dependable, comprehensive protection through a single, unified approach. This supports consistent adherence to corporate &lt;a href="https://aws.amazon.com/ai/responsible-ai/"&gt;responsible AI&lt;/a&gt; requirements while significantly reducing the administrative burden of monitoring individual accounts and applications. Your security team no longer needs to oversee and verify configurations or compliance for each account independently.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Getting started with centralized enforcement in Amazon Bedrock Guardrails&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; You can get started with account-level and organization-level enforcement configuration in the &lt;a href="https://console.aws.amazon.com/bedrock/home?#/guardrails?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Bedrock Guardrails console&lt;/a&gt;. Before the enforcement configuration, you need to create a guardrail with a particular version to support the guardrail configuration remains immutable and cannot be modified by member accounts and complete &lt;a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-prereq.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;prerequisites&lt;/a&gt; for using the new capability such as &lt;a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-resource-based-policies.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;resource-based policies for guardrails&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;To enable account-level enforcement, choose &lt;strong&gt;Create&lt;/strong&gt; in the section of &lt;strong&gt;Account-level enforcement configurations&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103607 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/03/2026-bedrock-guardrails-enforcement-1-overview-1.jpg" alt="" width="1800" height="1640"&gt;&lt;/p&gt; 
&lt;p&gt;You can choose the guardrail and version to automatically apply to all Bedrock inference calls from this account in this Region. With general availability, we introduce the new feature defining which models will be affected by the enforcement with either &lt;strong&gt;Include&lt;/strong&gt; or &lt;strong&gt;Exclude&lt;/strong&gt; behavior.&lt;/p&gt; 
&lt;p&gt;You can also configure selective content guarding controls for system prompts and user prompts with either &lt;strong&gt;Comprehensive&lt;/strong&gt; or &lt;strong&gt;Selective&lt;/strong&gt;.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Use &lt;strong&gt;Comprehensive&lt;/strong&gt; when you want to enforce guardrails on everything, regardless of what the caller tags. This is the safer default when you don’t want to rely on callers to correctly identify sensitive content.&lt;/li&gt; 
 &lt;li&gt;Use &lt;strong&gt;Selective&lt;/strong&gt; when you trust callers to tag the right content and want to reduce unnecessary guardrail processing. This is useful when callers handle a mix of pre-validated and user-generated content, and only need guardrails applied to specific portions.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103593 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-bedrock-guardrails-enforcement-2-account-create.jpg" alt="" width="1800" height="1581"&gt;&lt;/p&gt; 
&lt;p&gt;After creating the enforcement, you can test and verify enforcement using a role in your account. The account-enforced guardrail should automatically apply to both prompts and outputs.&lt;/p&gt; 
&lt;p&gt;Check the response for guardrail assessment information. The guardrail response will include enforced guardrail information. You can also test by making a Bedrock inference call using &lt;code&gt;InvokeModel&lt;/code&gt;, &lt;code&gt;InvokeModelWithResponseStream&lt;/code&gt;, &lt;code&gt;Converse&lt;/code&gt;, or &lt;code&gt;ConverseStream&lt;/code&gt; APIs.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-102970 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/11/2026-bedrock-guardrails-enforcement-2-account-testing.jpg" alt="" width="2426" height="1262"&gt;&lt;/p&gt; 
&lt;p&gt;To enable organization-level enforcement, go to &lt;a href="https://console.aws.amazon.com/organizations/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Organizations console&lt;/a&gt; and choose &lt;strong&gt;Policies&lt;/strong&gt; menu.&amp;nbsp;You can enable the &lt;strong&gt;Bedrock policies&lt;/strong&gt; in the console.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-102971" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/11/2026-bedrock-guardrails-enforcement-3-org-policies.jpg" alt="" width="2252" height="1044"&gt;&lt;/p&gt; 
&lt;p&gt;You can create a Bedrock policy that specifies your guardrail and attach it to your target accounts or OUs. Choose &lt;strong&gt;Bedrock policies&lt;/strong&gt; enabled and&amp;nbsp;&lt;strong&gt;Create policy&lt;/strong&gt;. Specify your guardrail ARN and version and configure the input tags setting for in the AWS Organizations. To learn more, visit &lt;a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html"&gt;Amazon Bedrock policies in AWS Organizations&lt;/a&gt; and&amp;nbsp;&lt;a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-enforcements.html"&gt;Amazon Bedrock policy syntax and examples&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103594 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-bedrock-guardrails-enforcement-3-org-policies-create.jpg" alt="" width="1800" height="1707"&gt;&lt;/p&gt; 
&lt;p&gt;After creating the policy, you can attach the policy to your desired organizational units, accounts, root in the &lt;strong&gt;Targets&lt;/strong&gt; tab.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-102973" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/11/2026-bedrock-guardrails-enforcement-3-org-target.jpg" alt="" width="2392" height="1316"&gt;&lt;/p&gt; 
&lt;p&gt;Search and select your organization root, OUs, or individual accounts to attach your policy, and choose &lt;strong&gt;Attach policy&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103608 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/03/2026-bedrock-guardrails-enforcement-3-org-target-attach.jpg" alt="" width="2156" height="1084"&gt;&lt;/p&gt; 
&lt;p&gt;You can test that the guardrail is being enforced on member accounts and verify which guardrail is enforced. From a member account attached, you should see the organization enforced guardrail under the section Organization-level enforcement configurations.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103595 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-bedrock-guardrails-enforcement-4-list.jpeg" alt="" width="1800" height="1136"&gt;&lt;/p&gt; 
&lt;p&gt;The underlying safeguards within the specified guardrail are then automatically enforced for every model inference request across all member entities, ensuring consistent safety controls. To accommodate varying requirements of individual teams or applications, you can attach different policies with associated guardrails to different member entities through your organization.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Things to know&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; Here are key considerations to know about GA features:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;You can now choose to include or exclude specific models in Bedrock for inference, enabling centralized enforcement on model invocation calls. You can also choose to safeguard partial or complete system prompts and input prompts. To learn more, visit &lt;a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-enforcements.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Apply cross-account safeguards with Amazon Bedrock Guardrails enforcement&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;Ensure you are specifying the accurate guardrail Amazon Resource Names (ARN) in the policy. Specifying an incorrect or invalid ARN will result in policy violations, non-enforcement of safeguards, and the inability to use the models in Amazon Bedrock for inference. To learn more, visit &lt;a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock_best_practices.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Best practices for using Amazon Bedrock policies&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;Automated Reasoning checks are not supported with this capability.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Now available&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; Cross-account safeguards in Amazon Bedrock Guardrails is generally available today in the all AWS commercial and GovCloud Regions where Bedrock Guardrails is available. For Regional availability and a future roadmap, visit the &lt;a class="c-link" href="https://builder.aws.com/build/capabilities/explore?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer" data-stringify-link="https://builder.aws.com/capabilities/" data-sk="tooltip_parent"&gt;AWS Capabilities by Region&lt;/a&gt;. Charges apply to each enforced guardrail according to its configured safeguards. For detailed pricing information on individual safeguards, visit &lt;a href="https://aws.amazon.com/bedrock/pricing?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Bedrock Pricing&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;Give this capability a try in the &lt;a href="https://console.aws.amazon.com/bedrock/home#/guardrails?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Bedrock console&lt;/a&gt;&amp;nbsp;and send feedback to &lt;a href="https://repost.aws/tags/TAlO9WA6YBQxuc0MZjaodsUw/amazon-bedrock-guardrails?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS re:Post for Amazon Bedrock Guardrails&lt;/a&gt; or through your usual AWS Support contacts.&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy/"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Announcing managed daemon support for Amazon ECS Managed Instances</title>
		<link>https://aws.amazon.com/blogs/aws/announcing-managed-daemon-support-for-amazon-ecs-managed-instances/</link>
					
		
		<dc:creator><![CDATA[Micah Walter]]></dc:creator>
		<pubDate>Wed, 01 Apr 2026 23:31:24 +0000</pubDate>
				<category><![CDATA[Amazon Elastic Container Service]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">9292c0511b03e1fae7b7aa64f89e3263e9f4a2b4</guid>

					<description>Amazon ECS Managed Daemons gives platform engineers independent control over monitoring, logging, and tracing agents without application team coordination, ensuring consistent daemon deployment and comprehensive host-level observability at scale.</description>
										<content:encoded>&lt;p&gt;Today, we’re announcing managed daemon support for &lt;a href="https://aws.amazon.com/ecs/managed-instances/"&gt;Amazon Elastic Container Service (Amazon ECS) Managed Instances&lt;/a&gt;. This new capability extends the managed instances experience we &lt;a href="https://aws.amazon.com/blogs/aws/announcing-amazon-ecs-managed-instances-for-containerized-applications/"&gt;introduced in September 2025&lt;/a&gt;, by giving platform engineers independent control over software agents such as monitoring, logging, and tracing tools, without requiring coordination with application development teams, while also improving reliability by ensuring every instance consistently runs required daemons and enabling comprehensive host-level monitoring.&lt;/p&gt; 
&lt;p&gt;When running containerized workloads at scale, platform engineers manage a wide range of responsibilities, from scaling and patching infrastructure to keeping applications running reliably and maintaining the operational agents that support those applications. Until now, many of these concerns were tightly coupled. Updating a monitoring agent meant coordinating with application teams, modifying task definitions, and redeploying entire applications, a significant operational burden when you’re managing hundreds or thousands of services.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Decoupled lifecycle management for daemons&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;Amazon ECS now introduces a dedicated managed daemons construct that enables platform teams to centrally manage operational tooling. This separation of concerns allows platform engineers to independently deploy and update monitoring, logging, and tracing agents to infrastructure, while enforcing consistent use of required tools across all instances, without requiring application teams to redeploy their services. Daemons are guaranteed to start before application tasks and drain last, ensuring that logging, tracing, and monitoring are always available when your application needs them.&lt;/p&gt; 
&lt;p&gt;Platform engineers can deploy managed daemons across multiple capacity providers, or target specific capacity providers, giving them flexibility in how they roll out agents across their infrastructure. Resource management is also centralized, allowing teams to define daemon CPU and memory parameters separately from application configurations with no need to rebuild AMIs or update task definitions, while optimizing resource utilization since each instance runs exactly one daemon copy shared across multiple application tasks.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Let’s try it out&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;To take ECS Managed Daemons for a spin, I decided to start with the &lt;a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent.html"&gt;Amazon CloudWatch Agent&lt;/a&gt; as my first managed daemon. I had previously set up an Amazon ECS cluster with a Managed Instance capacity provider using the &lt;a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/getting-started-managed-instances.html"&gt;documentation&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;From the Amazon Elastic Container Service console, I noticed a new &lt;strong&gt;Daemon task definitions&lt;/strong&gt; option in the navigation pane, where I can define my managed daemons.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103545" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/27/daemons-1-1024x528.png" alt="Managed daemons console" width="1024" height="528"&gt;&lt;/p&gt; 
&lt;p&gt;I chose &lt;strong&gt;Create new daemon task definition&lt;/strong&gt; to get started. For this example, I configured the CloudWatch Agent with 1 vCPU and 0.5 GB of memory. In the &lt;strong&gt;Daemon task definition family field&lt;/strong&gt;, I entered a name I’d recognize later.&lt;/p&gt; 
&lt;p&gt;For the &lt;strong&gt;Task execution role&lt;/strong&gt;, I selected &lt;strong&gt;ecsTaskExecutionRole&lt;/strong&gt; from the dropdown. Under the &lt;strong&gt;Container&lt;/strong&gt; section, I gave my container a descriptive name and pasted in the image URI: &lt;code&gt;public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest&lt;/code&gt; along with a few additional details.&lt;/p&gt; 
&lt;p&gt;After reviewing everything, I chose &lt;strong&gt;Create&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;Once my daemon task definition was created, I navigated to the &lt;strong&gt;Clusters&lt;/strong&gt; page, selected my previously created cluster and found the new &lt;strong&gt;Daemons&lt;/strong&gt; tab.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103546" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/27/daemons-2-1024x553.png" alt="Managed daemons 2" width="1024" height="553"&gt;&lt;/p&gt; 
&lt;p&gt;Here I can simply click the &lt;strong&gt;Create daemon&lt;/strong&gt; button and complete the form to configure my daemon.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103547" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/27/daemons-3-1024x575.png" alt="Managed daemons 3" width="1024" height="575"&gt;&lt;/p&gt; 
&lt;p&gt;Under &lt;strong&gt;Daemon configuration&lt;/strong&gt;, I selected my newly created daemon task definition family and then assigned my daemon a name. For &lt;strong&gt;Environment configuration&lt;/strong&gt;, I selected the ECS Managed Instances capacity provider I had set up earlier. After confirming my settings, I chose &lt;strong&gt;Create&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;Now ECS automatically ensures the daemon task launches first on every provisioned ECS managed instance in my selected capacity provider. To see this in action, I deployed a sample &lt;a href="https://nginx.org/"&gt;nginx&lt;/a&gt; web service as a test workload. Once my workload was deployed, I could see in the console that ECS Managed Daemons had automatically deployed the CloudWatch Agent daemon alongside my application, with no manual intervention required.&lt;/p&gt; 
&lt;p&gt;When I later updated my daemon, ECS handled the rolling deployment automatically by provisioning new instances with the updated daemon, starting the daemon first, then migrating application tasks to the new instances before terminating the old ones. This “start before stop” approach ensures continuous daemon coverage: your logging, monitoring, and tracing agents remain operational throughout the update with no gaps in data collection. The drain percentage I configured controlled the pace of this replacement, giving me complete control over addon updates without any application downtime.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;How it works&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;The managed daemon experience introduces a new daemon task definition that is separate from task definitions, with its own parameters and validation scheme. A new &lt;code&gt;daemon_bridge&lt;/code&gt; network mode enables daemons to communicate with application tasks while remaining isolated from application networking configurations.&lt;/p&gt; 
&lt;p&gt;Managed daemons support advanced host-level access capabilities that are essential for operational tooling. Platform engineers can configure daemon tasks as privileged containers, add additional Linux capabilities, and mount paths from the underlying host filesystem. These capabilities are particularly valuable for monitoring and security agents that require deep visibility into host-level metrics, processes, and system calls.&lt;/p&gt; 
&lt;p&gt;When a daemon is deployed, ECS launches exactly one daemon process per container instance before placing application tasks. This guarantees that operational tooling is in place before your application starts receiving traffic. ECS also supports rolling deployments with automatic rollbacks, so you can update agents with confidence.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Now available&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;Managed daemon support for Amazon ECS Managed Instances is available today in all &lt;a href="https://aws.amazon.com/about-aws/global-infrastructure/regions_az/"&gt;AWS Regions&lt;/a&gt;. To get started, visit the Amazon ECS console or review the &lt;a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-daemons.html"&gt;Amazon ECS documentation&lt;/a&gt;. You can also explore the new managed daemons Application Programming Interface (APIs) by visiting &lt;a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-daemons.html"&gt;this website&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;There is no additional cost to use managed daemons. You pay only for the standard compute resources consumed by your daemon tasks.&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Announcing the AWS Sustainability console: Programmatic access, configurable CSV reports, and Scope 1–3 reporting in one place</title>
		<link>https://aws.amazon.com/blogs/aws/announcing-the-aws-sustainability-console-programmatic-access-configurable-csv-reports-and-scope-1-3-reporting-in-one-place/</link>
					
		
		<dc:creator><![CDATA[Sébastien Stormacq]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 19:04:00 +0000</pubDate>
				<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sustainability]]></category>
		<guid isPermaLink="false">898da69b3c60854fe86e286985fc553f5a9f65fc</guid>

					<description>AWS announces the Sustainability console, a new standalone service that consolidates carbon emissions reporting and resources, giving sustainability teams independent access to Scope 1, 2, and 3 emissions data without requiring billing permissions.</description>
										<content:encoded>&lt;p&gt;As many of you are, I’m a parent. And like you, I think about the world I’m building for my children. That’s part of why today’s launch matters for many of us. I’m excited to announce the launch of the &lt;a href="https://console.aws.amazon.com/sustainability/home"&gt;AWS Sustainability console&lt;/a&gt;, a standalone service that consolidates all AWS sustainability reporting and resources in one place.&lt;/p&gt; 
&lt;p&gt;With the &lt;a href="https://www.aboutamazon.com/planet/climate-pledge"&gt;The Climate Pledge&lt;/a&gt;, Amazon set a goal in 2019 to reach net-zero carbon across our operations by 2040. That commitment shapes how AWS builds its data centers and services. In addition, AWS is also committed to helping you measure and reduce the environmental footprint of your own workloads. The AWS Sustainability console is the latest step in that direction.&lt;/p&gt; 
&lt;p&gt;The AWS Sustainability console builds on the &lt;a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ccft-estimation.html"&gt;Customer Carbon Footprint Tool (CCFT)&lt;/a&gt;, which lives inside the &lt;a href="https://aws.amazon.com/aws-cost-management/aws-billing/"&gt;AWS Billing console&lt;/a&gt;, and introduces a new set of capabilities for which you’ve been asking.&lt;/p&gt; 
&lt;p&gt;Until now, accessing your carbon footprint data required billing-level permissions. That created a practical problem: sustainability professionals and reporting teams often don’t have (and shouldn’t need) access to cost and billing data. Getting the right people access to the right data meant navigating permission structures that weren’t designed with sustainability workflows in mind. The AWS Sustainability console has its own permissions model, independent of the Billing console. Sustainability professionals can now get direct access to emissions data without requiring billing permissions to be granted alongside it.&lt;/p&gt; 
&lt;p&gt;The console includes &lt;a href="https://ghgprotocol.org/sites/default/files/standards/Product-Life-Cycle-Accounting-Reporting-Standard_041613.pdf"&gt;Scope 1, 2, and 3 emissions&lt;/a&gt; attributed to your AWS usage and shows you a breakdown by AWS Region, service, such as &lt;a href="https://aws.amazon.com/cloudfront/"&gt;Amazon CloudFront&lt;/a&gt;, &lt;a href="https://aws.amazon.com/ec2/"&gt;Amazon Elastic Compute Cloud (Amazon EC2)&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/s3/"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt;. The underlying data and methodology haven’t changed with this launch; these are the same as the ones used by the CCFT. We changed how you can access and work with the data.&lt;/p&gt; 
&lt;p&gt;As sustainability reporting requirements have grown more complex, teams need more flexibility accessing and working with their emissions data. The console now includes a Reports page where you can download preset monthly and annual carbon emissions reports covering both market-based method (MBM) and location-based method (LBM) data. You can also build a custom comma-separated values (CSV) report by selecting which fields to include, the time granularity, and other filters.&lt;/p&gt; 
&lt;p&gt;If your organization’s fiscal year doesn’t align with the calendar year, you can now configure the console to match your reporting period. When that is set, all data views and exports reflect your fiscal year and quarters, which removes a common friction point for finance and sustainability teams working in parallel.&lt;/p&gt; 
&lt;p&gt;You can also use the new API or the &lt;a href="https://aws.amazon.com/tools/"&gt;AWS SDKs&lt;/a&gt; to integrate emissions data into your own reporting pipelines, dashboards, or compliance workflows. This is useful for teams that need to pull data for a specific month across a large number of accounts without setting up a data export or for organizations that need to establish custom account groupings that don’t align with their existing &lt;a href="https://aws.amazon.com/organizations/"&gt;AWS Organizations&lt;/a&gt; structure.&lt;/p&gt; 
&lt;p&gt;You can read about the latest features released and methodology updates directly on the &lt;a href="https://console.aws.amazon.com/sustainability/release-notes"&gt;&lt;strong&gt;Release notes&lt;/strong&gt;&lt;/a&gt; page on the &lt;strong&gt;Learn more&lt;/strong&gt; tab.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Lets see it in action&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;To show you the Sustainability console, I opened the &lt;a href="https://console.aws.amazon.com"&gt;AWS Management Console&lt;/a&gt; and searched for “sustainability” in the search bar at the top of the screen.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_14-54-45.png"&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103308" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_14-54-45-1024x512.png" alt="Sustainability console - carbon emission 1" width="1024" height="512"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_14-55-17.png"&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103309" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_14-55-17-1024x663.png" alt="Sustainability console - carbon emission 2" width="1024" height="663"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;The &lt;strong&gt;Carbon emissions&lt;/strong&gt; section gives an estimate on your carbon emissions, expressed in metric tons of carbon dioxide equivalent (MTCO2e). It shows the emissions by scope, expressed in the MBM and the LBM. On the right side of the screen, you can adjust the date range or filter by service, Regions, and more.&lt;/p&gt; 
&lt;p&gt;For those unfamiliar: Scope 1 includes direct emissions from owned or controlled sources (for example, data center fuel use); Scope 2 covers indirect emissions from the production of purchased energy (with MBM accounting for energy attribute certificates and LBM using average local grid emissions); and Scope 3 includes other indirect emissions across the value chain, such as server manufacturing and data center construction. You can read more about this in &lt;a href="https://sustainability.aboutamazon.com/aws-customer-carbon-footprint-tool-methodology.pdf"&gt;our methodology document&lt;/a&gt;, which was &lt;a href="https://sustainability.aboutamazon.com/aws-customer-carbon-footprint-tool-methodology-assurance.pdf"&gt;independently verified by Apex&lt;/a&gt;, a third-party consultant.&lt;/p&gt; 
&lt;p&gt;I can also use API or &lt;a href="https://aws.amazon.com/cli/"&gt;AWS Command Line Interface (AWS CLI)&lt;/a&gt; to programmatically pull the emissions data.&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-bash"&gt;aws sustainability get-estimated-carbon-emissions \
     --time-period='{"Start":"2025-03-01T00:00:00Z","End":"2026-03-01T23:59:59.999Z"}'

{
    "Results": [
        {
            "TimePeriod": {
                "Start": "2025-03-01T00:00:00+00:00",
                "End": "2025-04-01T00:00:00+00:00"
            },
            "DimensionsValues": {},
            "ModelVersion": "v3.0.0",
            "EmissionsValues": {
                "TOTAL_LBM_CARBON_EMISSIONS": {
                    "Value": 0.7,
                    "Unit": "MTCO2e"
                },
                "TOTAL_MBM_CARBON_EMISSIONS": {
                    "Value": 0.1,
                    "Unit": "MTCO2e"
                }
            }
        },
...&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;The combination of the visual console and the new API gives you two additional ways to work with your data, in addition to &lt;a href="https://docs.aws.amazon.com/cur/latest/userguide/dataexports-create.html"&gt;the Data Exports&lt;/a&gt; still available. You can now explore and identify hotspots on the console and automate the reporting you want to share with stakeholders.&lt;/p&gt; 
&lt;p&gt;The Sustainability console is designed to grow. We plan to continue to release new features as we grow the console’s capabilities alongside our customers.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Get started today&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;The AWS Sustainability console is available today at no additional cost. You can access it from the AWS Management Console. Historical data is available going back to January 2022, so you can start exploring your emissions trends right away.&lt;/p&gt; 
&lt;p&gt;Get started on &lt;a href="https://console.aws.amazon.com/sustainability/home"&gt;the console&lt;/a&gt; today. If you want to learn more about the AWS commitment to sustainability, visit the &lt;a href="https://aws.amazon.com/sustainability/"&gt;AWS Sustainability&lt;/a&gt; page.&lt;/p&gt; 
&lt;a href="https://linktr.ee/sebsto"&gt;— seb&lt;/a&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: AWS AI/ML Scholars program, Agent Plugin for AWS Serverless, and more (March 30, 2026)</title>
		<link>https://aws.amazon.com/blogs/aws/aws-weekly-roundup-aws-ai-ml-scholars-program-agent-plugin-for-aws-serverless-and-more-march-30-2026/</link>
					
		
		<dc:creator><![CDATA[Prasad Rao]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 16:11:28 +0000</pubDate>
				<category><![CDATA[Amazon Aurora]]></category>
		<category><![CDATA[Amazon Polly]]></category>
		<category><![CDATA[Amazon SageMaker Studio]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[DSQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PostgreSQL compatible]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">1d39ee9ff80d8a07f9c2f17df953c467ee3a21af</guid>

					<description>Last week, what excited me most was the launch of the 2026 AWS AI &amp;amp; ML Scholars program by Swami Sivasubramanian, VP of AWS Agentic AI, to provide free AI education to up to 100,000 learners worldwide. The program has two phases: a Challenge phase where you’ll learn foundational generative AI skills, followed by a […]</description>
										<content:encoded>&lt;p&gt;Last week, what excited me most was the &lt;a href="https://www.linkedin.com/posts/swaminathansivasubramanian_excited-to-share-that-applications-are-ugcPost-7442263176475410433-8c8k?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAUt4OcBCLB3u7KY4pbSog9XZD5vI10JCzU"&gt;launch of the 2026 AWS AI &amp;amp; ML Scholars program&lt;/a&gt; by &lt;a href="https://www.linkedin.com/in/swaminathansivasubramanian/"&gt;Swami Sivasubramanian&lt;/a&gt;, VP of AWS Agentic AI, to provide free AI education to up to 100,000 learners worldwide. The program has two phases: a Challenge phase where you’ll learn foundational generative AI skills, followed by a fully funded three-month Udacity Nanodegree for the top 4,500 performers. Anyone 18 or older can apply, with no prior AI or ML experience required. Applications close on June 24, 2026. Visit the &lt;a href="https://aws.amazon.com/about-aws/our-impact/scholars/?utm_source=linkedin&amp;amp;utm_medium=s-post&amp;amp;utm_campaign=launch"&gt;AWS AI &amp;amp; ML Scholars webpage&lt;/a&gt; to learn more and apply.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/27/AWS-AIML.png"&gt;&lt;img loading="lazy" class="aligncenter wp-image-103531 size-full" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/27/AWS-AIML.png" alt="The AWS AI &amp;amp; ML Scholars Program is back" width="1920" height="1080"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;I’m also excited about the start of &lt;a href="https://aws.amazon.com/events/summits/"&gt;AWS Summit&lt;/a&gt; season, kicking off with AWS Summit Paris on April 1, followed by London on April 22. AWS Summits are free in-person events where builders and innovators can learn about Cloud and AI, think big, and make new connections. &lt;a href="https://aws.amazon.com/events/summits/#empowering-you-to-innovate-with-aws"&gt;Explore the AWS Summits&lt;/a&gt; near you and join us in person.&lt;/p&gt; 
&lt;p&gt;Now, let’s dive into this week’s AWS news…&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Last week’s launches&lt;/strong&gt;&lt;br&gt; Here are last week’s launches that caught my attention:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/announcing-amazon-aurora-postgresql-serverless-database-creation-in-seconds/"&gt; Announcing Amazon Aurora PostgreSQL serverless database creation in seconds&lt;/a&gt; — Amazon Aurora PostgreSQL now offers express configuration, a streamlined setup with preconfigured defaults that supports creating and connecting to a database in seconds. With just two clicks, you can launch an Aurora PostgreSQL serverless database. You can modify certain settings during or after creation.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-aurora-postgresql-aws-free-tier/"&gt;Amazon Aurora PostgreSQL now available with the AWS Free Tier&lt;/a&gt; — Amazon Aurora PostgreSQL is now available on the AWS Free Tier. If you’re new to AWS, you receive $100 in AWS credits upon sign-up and can earn an additional $100 in credits by using services like Amazon Relational Database Service (Amazon RDS).&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/agent-plugin-aws-serverless/"&gt;Announcing Agent Plugin for AWS Serverless&lt;/a&gt; — With the new Agent Plugin for AWS Serverless, you can easily build, deploy, troubleshoot, and manage serverless applications using AI coding assistants like Kiro, Claude Code, and Cursor. This plugin extends AI assistants with structured capabilities by packaging skills, sub-agents, and Model Context Protocol (MCP) servers into one modular unit. It automatically loads the guidance and expertise you need throughout development to build production-ready serverless applications on AWS.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-sagemaker-studio-kiro-cursor/"&gt;Amazon SageMaker Studio now supports Kiro and Cursor IDEs as remote IDEs&lt;/a&gt; — You can now remotely connect from Kiro and Cursor IDEs to Amazon SageMaker Studio. This lets you use your existing Kiro and Cursor setup, including spec-driven development, conversational coding, and automated feature generation, while accessing the scalable compute resources of Amazon SageMaker Studio.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/customize-your-aws-management-console-experience-with-visual-settings-including-account-color-region-and-service-visibility/"&gt;Introducing visual customization capability in AWS Management Console&lt;/a&gt; — You can now customize your AWS Management Console with visual settings like account color and control which regions and services you see. Hiding unused regions and services helps you focus better and work faster by reducing cognitive load and unnecessary scrolling.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aurora-dsql-connector-for-ruby/"&gt;Announcing Aurora DSQL connector to simplify building Ruby applications&lt;/a&gt; — You can now use the Aurora DSQL Connector for Ruby (pg gem) to easily build Ruby applications on Aurora DSQL. The Ruby Connector simplifies authentication and improves security by automatically generating tokens for each connection, eliminating the risks of traditional passwords while maintaining full compatibility with existing pg gem features.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aws-Lambda-file-descriptors-increase-4096/"&gt;AWS Lambda increases the file descriptor limit for functions running on Lambda Managed Instances&lt;/a&gt; — AWS Lambda increases the file descriptor limit from 1,024 to 4,096, a 4x increase, for functions running on Lambda Managed Instances (LMI). You can now run I/O intensive workloads such as high-concurrency web services and file-heavy data processing pipelines without running into file descriptor limits.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/lambda-32-gb-memory-16-vcpus/"&gt;AWS Lambda now supports up to 32 GB of memory and 16 vCPUs for Lambda Managed Instances&lt;/a&gt; — AWS Lambda functions on Lambda Managed Instances now support up to 32 GB of memory and 16 vCPUs. You can run compute-intensive workloads like data processing, media transcoding, and scientific simulations without managing infrastructure. Plus, you can adjust the memory-to-vCPU ratio (2:1, 4:1, or 8:1) to fit your workload.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/machine-learning/introducing-amazon-polly-bidirectional-streaming-real-time-speech-synthesis-for-conversational-ai/"&gt;Announcing Bidirectional Streaming API for Amazon Polly&lt;/a&gt; — Traditional text-to-speech APIs use a request-response pattern. The new Bidirectional Streaming API for Amazon Polly is designed for conversational AI applications that generate text or audio incrementally, like large language model (LLM) responses. This lets you start synthesizing audio before the full text is available.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For a full list of AWS announcements, be sure to keep an eye on our&amp;nbsp;&lt;a href="https://aws.amazon.com/blogs/aws/"&gt;News Blog&lt;/a&gt; channel and the &lt;a href="https://aws.amazon.com/new/"&gt;What’s New with AWS&amp;nbsp;&lt;/a&gt;page.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Upcoming AWS events&lt;br&gt; &lt;/strong&gt;Check your calendar and sign up for upcoming AWS events:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/summits/"&gt;AWS Summits&lt;/a&gt; — As I mentioned earlier, join AWS Summits in 2026 for free in-person events where you can explore emerging cloud and AI technologies, learn best practices, and network with industry peers and experts. Upcoming Summits include Paris (April 1), London (April 22), Bengaluru (April 23–24), Singapore (May 6), Tel Aviv (May 6), and Stockholm (May 7).&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/developer/community/community-days/"&gt;AWS Community Days&lt;/a&gt; — Community-led conferences where content is planned, sourced, and delivered by community leaders, featuring technical discussions, workshops, and hands-on labs. Upcoming events include San Francisco (April 10) and Romania (April 23–24).&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Join the &lt;a href="https://builder.aws.com/"&gt;AWS Builder Center&lt;/a&gt; to connect with builders, share solutions, and access content that supports your development. Browse the &lt;a href="https://aws.amazon.com/events/"&gt;AWS Events and Webinars&lt;/a&gt; for upcoming AWS-led in-person and virtual events and developer-focused events.&lt;/p&gt; 
&lt;p&gt;That’s all for this week. Check back next Monday for another &lt;a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=7c8639c6-87c6-47d6-9bd0-a5812eecb848&amp;amp;sc_channel=el"&gt;Weekly Roundup&lt;/a&gt;!&lt;/p&gt; 
&lt;p&gt;—&amp;nbsp;&lt;a href="https://www.linkedin.com/in/kprasadrao/"&gt;Prasad&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;em&gt;This post is part of our Weekly Roundup series. Check back each week for a quick roundup of interesting news and announcements from AWS!&lt;/em&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Customize your AWS Management Console experience with visual settings including account color, region and service visibility</title>
		<link>https://aws.amazon.com/blogs/aws/customize-your-aws-management-console-experience-with-visual-settings-including-account-color-region-and-service-visibility/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Thu, 26 Mar 2026 21:34:19 +0000</pubDate>
				<category><![CDATA[AWS Console Mobile Application]]></category>
		<category><![CDATA[AWS Management Console]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Management Tools]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">80d2d5cbf94f064581ec69fa252c9bb8b47e3f09</guid>

					<description>AWS introduces visual customization capability in AWS Management Console that enables selective display of relevant AWS Regions and services for your team members. By hiding unused Regions and services, you can reduce cognitive load and eliminate unnecessary clicks and scrolling, helping you focus better and work faster.</description>
										<content:encoded>&lt;p&gt;In August 2025, we introduced&amp;nbsp;&lt;a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started-uxc.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS User Experience Customization (UXC)&lt;/a&gt; capability to tailor user interfaces (UIs) to meet your specific needs and complete your tasks efficiently. With this capability, your account administrator can customize some UI component of &lt;a href="https://console.aws.amazon.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Management Console&lt;/a&gt;, such as &lt;a href="https://aws.amazon.com/about-aws/whats-new/2025/08/aws-management-console-assigning-color-aws-account/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;assigning a color to an AWS account&lt;/a&gt; for easier identification.&lt;/p&gt; 
&lt;p&gt;Today, we’re announcing additional customization capability in UXC that enables selective display of relevant AWS Regions and services for your team members. By hiding unused Regions and services, you can reduce cognitive load and eliminate unnecessary clicks and scrolling, helping you focus better and work faster.&amp;nbsp;With this launch, we offer the ability to customize account color, Region, and service visibility together.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Categorize account by color&lt;/strong&gt;&lt;br&gt; You can set a color for your accounts to visually distinguish between them. To get started, sign in to the &lt;a href="https://console.aws.amazon.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Management Console&lt;/a&gt; and choose your account name on the navigation bar. Your account color isn’t set yet. To set the color, choose &lt;strong&gt;Account&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103429 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-1-change-color-1.png" alt="" width="2070" height="822"&gt;&lt;/p&gt; 
&lt;p&gt;In the &lt;strong&gt;Account display settings&lt;/strong&gt;, select your preferred account color and choose &lt;strong&gt;Update&lt;/strong&gt;. You can see the chosen color in the navigation bar.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103428 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-1-change-color-setting.png" alt="" width="2070" height="858"&gt;&lt;/p&gt; 
&lt;p&gt;By changing the account color, you can clearly distinguish the account’s purpose. For example, you can use orange for development accounts, light blue for test accounts, and red for production accounts.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Customize Regions and services visibility&lt;/strong&gt;&lt;br&gt; You can control which AWS Regions appear in the Region selector or which AWS services appear in the console navigation. In other words, you can set to show only the Regions and services that are relevant to your account.&lt;/p&gt; 
&lt;p&gt;To get started, choose the gear icon on the navigation bar and choose &lt;strong&gt;See all user settings&lt;/strong&gt;. If you are in an administrator role, you can see a new &lt;strong&gt;Account settings&lt;/strong&gt; tab in the unified settings. If you have not configured a setting, all Regions and services are visible.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103430 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-2-visible-setting-1.png" alt="" width="2064" height="1034"&gt;&lt;/p&gt; 
&lt;p&gt;To set visible Regions, choose &lt;strong&gt;Edit&lt;/strong&gt; in the &lt;strong&gt;Visible Regions&lt;/strong&gt; section. Select your visible Regions to &lt;strong&gt;All available Regions&lt;/strong&gt; or &lt;strong&gt;Select Regions&lt;/strong&gt; and configure your list. Choose &lt;strong&gt;Save changes&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103431 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-2-visible-setting-1-Regions.png" alt="" width="2042" height="1308"&gt;&lt;/p&gt; 
&lt;p&gt;After configuring visible Region setting, you will find only selected Regions in the Regions selector on the navigation bar in the console.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103434 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-3-Regions.png" alt="" width="2052" height="772"&gt;&lt;/p&gt; 
&lt;p&gt;You can also set visible services in the same way. Search or select services from the category. I used the &lt;strong&gt;Popular services&lt;/strong&gt; category to select my favorites. When you finish selection, choose &lt;strong&gt;Save changes&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103432 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-2-visible-setting-2-Services.png" alt="" width="2050" height="1252"&gt;&lt;/p&gt; 
&lt;p&gt;After configuring visible services setting, you will find only selected services in the &lt;strong&gt;All services&lt;/strong&gt; menu on the navigation bar.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103435 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-4-Services.png" alt="" width="2062" height="1150"&gt;&lt;/p&gt; 
&lt;p&gt;When you search the service name in the search bar, you can only choose selected services.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103436 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/18/2026-aws-uxc-4-Services-search.png" alt="" width="2062" height="836"&gt;&lt;/p&gt; 
&lt;p&gt;The Regions and services visibility settings control only the appearance of services and Regions in the console. They don’t restrict access through the &lt;a href="https://aws.amazon.com/cli/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Command Line Interface (AWS CLI)&lt;/a&gt;, &lt;a href="https://builder.aws.com/build/tools?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS SDKs&lt;/a&gt;, AWS APIs, or &lt;a href="https://aws.amazon.com/q/developer/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Q Developer&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;You can also manage these account customization settings programmatically with new &lt;code&gt;visibleServices&lt;/code&gt; and &lt;code&gt;visibleRegions&lt;/code&gt; parameters. For example, you can use &lt;a href="https://aws.amazon.com/cloudformation/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS CloudFormation&lt;/a&gt; sample template:&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-yaml"&gt;AWSTemplateFormatVersion: "2010-09-09"
Description: Customize AWS Console appearance for this account

Resources:
  AccountCustomization:
    Type: AWS::UXC::AccountCustomization
    Properties:
      AccountColor: red
      VisibleServices:
        - s3
        - ec2
        - lambda
      VisibleRegions:
        - us-east-1
        - us-west-2&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;And you can deploy your Cloudformation template.&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-bash"&gt;$ aws cloudformation deploy \
  --template-file account-customization.yaml \
  --stack-name my-account-customization&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;To learn more, visit the &lt;a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/Welcome.html"&gt;AWS User Experience Customization API Reference&lt;/a&gt; and &lt;a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-uxc-accountcustomization.html"&gt;AWS CloudFormation template reference&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Give it a try in the &lt;a href="https://console.aws.amazon.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;AWS Management Console&lt;/a&gt; today and provide feedback by selecting the &lt;b&gt;Feedback&lt;/b&gt; link at the bottom of the console, posting to the &lt;a href="https://repost.aws/tags/TAnTglnGsnR_CdJMgsyCH_uA/aws-management-console?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;AWS re:Post forum for the AWS Management Console&lt;/a&gt;, or reaching out to your AWS Support contacts.&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy/"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Announcing Amazon Aurora PostgreSQL serverless database creation in seconds</title>
		<link>https://aws.amazon.com/blogs/aws/announcing-amazon-aurora-postgresql-serverless-database-creation-in-seconds/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Wed, 25 Mar 2026 20:37:11 +0000</pubDate>
				<category><![CDATA[Amazon Aurora]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Serverless]]></category>
		<guid isPermaLink="false">061dd44e999bc015e035bfdc76b2e31f62155a34</guid>

					<description>AWS introduces a new express configuration for Amazon Aurora PostgreSQL, a streamlined database creation experience with preconfigured defaults designed to help you get started in seconds. With Aurora PostgreSQL, start building quickly from the RDS Console or your preferred developer tool—with the ability to modify configurations anytime. Plus, Aurora PostgreSQL is now available with AWS Free Tier.</description>
										<content:encoded>&lt;p&gt;At re:Invent 2025, &lt;a href="https://www.linkedin.com/in/colinlazier/"&gt;Colin Lazier&lt;/a&gt;, vice president of databases at AWS, emphasized the importance of building at the speed of an idea—enabling rapid progress from concept to running application. Customers can already create production-ready &lt;a href="https://aws.amazon.com/dynamodb/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon DynamoDB&lt;/a&gt; tables and &lt;a href="https://aws.amazon.com/rds/aurora/dsql/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Aurora DSQL&lt;/a&gt; databases in seconds. He &lt;a href="https://youtu.be/MBvyZENChk0?si=meDKK2zJturw-hK0&amp;amp;t=1084"&gt;previewed&lt;/a&gt; creating an &lt;a href="https://aws.amazon.com/rds/aurora/serverless/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Aurora serverless&lt;/a&gt; database with the same speed, and customers have since requested quick access and speed to this capability.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-103204" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/27/2026-aurora-express-1-reinvent-preview.jpg" alt="" width="1262" height="680"&gt;&lt;/p&gt; 
&lt;p&gt;Today, we’re announcing the general availability of a new express configuration for Amazon Aurora PostgreSQL, a streamlined database creation experience with preconfigured defaults designed to help you get started in seconds.&lt;/p&gt; 
&lt;p&gt;With only two clicks, you can have an Aurora PostgreSQL serverless database ready to use in seconds. You have the flexibility to modify certain settings during and after database creation in the new configuration. For example, you can change the capacity range for the serverless instance at the time of create or add read replicas, modify parameter groups after the database is created.&amp;nbsp;Aurora clusters with express configuration are created without an &lt;a href="https://aws.amazon.com/vpc/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon Virtual Private Cloud (Amazon VPC)&lt;/a&gt; network and include an internet access gateway for secure connections from your favorite development tools – no VPN, or AWS Direct Connect required. Express configuration also sets up &lt;a href="https://aws.amazon.com/iam/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;AWS Identity and Access Management (IAM)&lt;/a&gt; authentication for your administrator user by default, enabling passwordless database authentication from the beginning without additional configuration.&lt;/p&gt; 
&lt;p&gt;After it’s created, you have access to features available for Aurora PostgreSQL serverless, such as deploying additional read replicas for high availability and automated failover capabilities. This launch also introduces a new internet access gateway routing layer for Aurora. Your new serverless instance comes enabled by default with this feature, which allows your applications to connect securely from anywhere in the world through the internet using the PostgreSQL wire protocol from a wide range of developer tools. This gateway is distributed across multiple Availability Zones, offering the same level of high availability as your Aurora cluster.&lt;/p&gt; 
&lt;p&gt;Creating and connecting to Aurora in seconds means fundamentally rethinking how you get started. We launched multiple capabilities that work together to help you onboard and run your application with Aurora. Aurora is now available on &lt;a href="https://aws.amazon.com/free/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Free Tier&lt;/a&gt;, which you gain hands-on experience with Aurora at no upfront cost. After it’s created, you can directly query an Aurora database in &lt;a href="https://aws.amazon.com/cloudshell/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS CloudShell&lt;/a&gt; or using programming languages and developer tools through a new internet accessible routing component for Aurora. With integrations such as v0 by &lt;a href="https://vercel.com/"&gt;Vercel&lt;/a&gt;, you can use natural language to start building your application with the features and benefits of Aurora.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Create an Aurora PostgreSQL serverless database in seconds&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; To get started, go to the &lt;a href="https://console.aws.amazon.com/rds/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Aurora and RDS console&lt;/a&gt; and in the navigation pane, choose &lt;strong&gt;Dashboard&lt;/strong&gt;. Then, choose &lt;strong&gt;Create&lt;/strong&gt; with a rocket icon.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103396 size-large" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/2026-aurora-express-configuration-1-1024x431.jpg" alt="" width="1024" height="431"&gt;&lt;/p&gt; 
&lt;p&gt;Review pre-configured settings in the &lt;strong&gt;Create with express configuration&lt;/strong&gt; dialog box. You can modify the DB cluster identifier or the capacity range as needed. Choose &lt;strong&gt;Create database&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103397 size-large" style="width: 90%;border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/2026-aurora-express-configuration-2-1024x820.png" alt="" width="1024" height="820"&gt;&lt;/p&gt; 
&lt;p&gt;You can also use the &lt;a href="https://aws.amazon.com/cli/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Command Line Interface (AWS CLI)&lt;/a&gt; or &lt;a href="https://builder.aws.com/build/tools/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS SDKs&lt;/a&gt; with the parameter &lt;code&gt;--with-express-configuration&lt;/code&gt; to create both a cluster and an instance within the cluster with a single API call which makes it ready for running queries in seconds.To learn more, visit &lt;a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_GettingStartedAurora.CreatingConnecting.AuroraPostgreSQL.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Creating an Aurora PostgreSQL DB cluster with express configuration&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Here is a CLI command to create the cluster:&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-bash"&gt;$ aws rds create-db-cluster --db-cluster-identifier channy-express-db \
    --engine aurora-postgresql \
    –-with-express-configuration&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Your Aurora PostgreSQL serverless database should be ready in seconds. A success banner confirms the creation, and the database status changes to &lt;strong&gt;Available&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103223 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/27/2026-aurora-express-configuration-3.jpg" alt="" width="2060" height="1957"&gt;&lt;/p&gt; 
&lt;p&gt;After your database is ready, go to the &lt;strong&gt;Connectivity &amp;amp; security&lt;/strong&gt; tab to access three connection options. When connecting through SDKs, APIs, or third-party tools including agents, choose &lt;strong&gt;Code snippets&lt;/strong&gt;. You can choose various programming languages such as .NET, Golang, JDBC, Node.js, PHP, PSQL, Python, and TypeScript. You can paste the code from each step into your tool and run the commands.&lt;/p&gt; 
&lt;p&gt;For example, the following Python code is dynamically generated to reflect the authentication configuration:&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-python"&gt;import psycopg2
import boto3

auth_token = boto3.client('rds', region_name='ap-south-1').generate_db_auth_token(DBHostname='channy-express-db-instance-1.abcdef.ap-south-1.rds.amazonaws.com', Port=5432, DBUsername='postgres', Region='ap-south-1')

conn = None
try:
    conn = psycopg2.connect(
        host='channy-express-db-instance-1.abcdef.ap-south-1.rds.amazonaws.com',
        port=5432,
        database='postgres',
        user='postgres',
        password=auth_token,
        sslmode='require'
    )
    cur = conn.cursor()
    cur.execute('SELECT version();')
    print(cur.fetchone()[0])
    cur.close()
except Exception as e:
    print(f"Database error: {e}")
    raise
finally:
    if conn:
        conn.close()&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Choose &lt;strong&gt;CloudShell&lt;/strong&gt; for quick access to the AWS CLI which launches directly from the console. When you choose Launch &lt;strong&gt;CloudShell&lt;/strong&gt;, you can see the command is pre-populated with relevant information to connect to your specific cluster. After connecting to the shell, you should see the &lt;code&gt;psql login&lt;/code&gt; and the &lt;code&gt;postgres =&amp;gt; prompt&lt;/code&gt; to run SQL commands.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103209 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/27/2026-aurora-express-configuration-4.jpg" alt="" width="2122" height="1094"&gt;&lt;/p&gt; 
&lt;p&gt;You can also choose &lt;strong&gt;Endpoints&lt;/strong&gt; to use tools that only support username and password credentials, such as pgAdmin. When you choose &lt;strong&gt;Get token&lt;/strong&gt;, you use an &lt;a href="https://aws.amazon.com/iam/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Identity and Access Management (IAM)&lt;/a&gt; authentication token generated by the utility in the password field. The token is generated for the master username that you set up at the time of creating the database. The token is valid for 15 minutes at a time. If the tool you’re using terminates the connection, you will need to generate the token again.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Building your application faster with Aurora databases&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; At re:Invent 2025, we &lt;a href="https://aws.amazon.com/blogs/aws/aws-free-tier-update-new-customers-can-get-started-and-explore-aws-with-up-to-200-in-credits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;announced enhancements to the AWS Free Tier program&lt;/a&gt;, offering up to $200 in AWS credits that can be used across AWS services. You’ll receive $100 in AWS credits upon sign-up and can earn an additional $100 in credits by using services such as Amazon Relational Database Service (Amazon RDS), AWS Lambda, and Amazon Bedrock. In addition, Amazon Aurora is now available across a broad set of eligible &lt;a href="https://aws.amazon.com/free/database/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Free Tier database services&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103220" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/27/2026-aurora-express-configuration-5-1024x447.jpg" alt="" width="1024" height="447"&gt;&lt;/p&gt; 
&lt;p&gt;Developers are embracing platforms such as Vercel, where natural language is all it takes to build production-ready applications. We &lt;a href="https://aws.amazon.com/about-aws/whats-new/2025/12/aws-databases-are-available-on-the-vercel/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;announced integrations with Vercel Marketplace&lt;/a&gt; to create and connect to an AWS database directly from Vercel in seconds and &lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/01/aws-databases-available-vercel-v0/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;v0 by Vercel&lt;/a&gt;, an AI-powered tool that transforms your ideas into production-ready, full-stack web applications in minutes. It includes Aurora PostgreSQL, Aurora DSQL, and DynamoDB databases. You can also connect your existing databases created through express configuration with Vercel. To learn more, visit &lt;a href="https://vercel.com/marketplace/aws"&gt;AWS for Vercel&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103218" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/27/2026-aurora-express-configuration-6-1024x663.jpg" alt="" width="1024" height="663"&gt;&lt;/p&gt; 
&lt;p&gt;Like Vercel, we’re bringing our databases seamlessly into their experiences and are integrating directly with widely adopted frameworks, AI assistant coding tools, environments, and developer tools, all to unlock your ability to build at the speed of an idea.&lt;/p&gt; 
&lt;p&gt;We introduced &lt;a href="https://aws.amazon.com/about-aws/whats-new/2025/12/amazon-aurora-postgresql-integration-kiro-powers/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Aurora PostgreSQL integration with Kiro powers&lt;/a&gt;, which developers can use to build Aurora PostgreSQL backed applications faster with AI agent-assisted development through &lt;a href="https://kiro.dev"&gt;Kiro&lt;/a&gt;. You can use Kiro power for Aurora PostgreSQL within &lt;a href="https://kiro.dev/powers/#how-do-i-install-powers?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener"&gt;Kiro IDE&lt;/a&gt; and from the &lt;a href="https://kiro.dev/powers/" target="_blank" rel="noopener"&gt;Kiro powers webpage&lt;/a&gt; for one-click installation. To learn more about this Kiro Power, read &lt;a href="https://aws.amazon.com/blogs/database/introducing-amazon-aurora-powers-for-kiro/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener"&gt;Introducing Amazon Aurora powers for Kiro&lt;/a&gt; and &lt;a href="https://awslabs.github.io/mcp/servers/postgres-mcp-server?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener"&gt;Amazon Aurora Postgres MCP Server&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103219" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/27/2026-aurora-express-configuration-7-1024x697.png" alt="" width="1024" height="697"&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Now available&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; You can create an Aurora PostgreSQL serverless database in seconds today in all AWS commercial Regions. For Regional availability and a future roadmap, visit the &lt;a class="c-link" href="https://builder.aws.com/build/capabilities/explore?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer" data-stringify-link="https://builder.aws.com/capabilities/" data-sk="tooltip_parent"&gt;AWS Capabilities by Region&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;You pay only for capacity consumed based on Aurora Capacity Units (ACUs) billed per second from zero capacity, which automatically starts up, shuts down, and scales capacity up or down based on your application’s needs. To learn more, visit the &lt;a href="https://aws.amazon.com/rds/aurora/pricing/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Aurora Pricing page&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Give it a try in the &lt;a href="https://console.aws.amazon.com/rds/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Aurora and RDS console&lt;/a&gt; and send feedback to &lt;a href="https://repost.aws/tags/TAxfQ-h0UrRZ69nv5Q_M-BRQ/aurora-postgresql?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS re:Post for Aurora PostgreSQL&lt;/a&gt; or through your usual AWS Support contacts.&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: NVIDIA Nemotron 3 Super on Amazon Bedrock, Nova Forge SDK, Amazon Corretto 26, and more (March 23, 2026)</title>
		<link>https://aws.amazon.com/blogs/aws/aws-weekly-roundup-nvidia-nemotron-3-super-on-amazon-bedrock-nova-forge-sdk-amazon-corretto-26-and-more-march-23-2026/</link>
					
		
		<dc:creator><![CDATA[Daniel Abib]]></dc:creator>
		<pubDate>Mon, 23 Mar 2026 16:40:41 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon Connect]]></category>
		<category><![CDATA[Amazon Corretto]]></category>
		<category><![CDATA[Amazon Nova]]></category>
		<category><![CDATA[Amazon Redshift]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[Kiro]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">1f9d03649477ec9226a556ee4e79b9fc441c660b</guid>

					<description>Hello! I’m Daniel Abib, and this is my first AWS Weekly Roundup. I’m a Senior Specialist Solutions Architect at AWS, focused on the generative AI and Amazon Bedrock. With over 28 years of experience in solution architecture, software development, and cloud architecture, I help Startups &amp;amp; Enterprises harness the power of generative AI with Amazon […]</description>
										<content:encoded>&lt;p&gt;Hello! I’m Daniel Abib, and this is my first AWS Weekly Roundup. I’m a Senior Specialist Solutions Architect at AWS, focused on the generative AI and Amazon Bedrock. With over 28 years of experience in solution architecture, software development, and cloud architecture, I help Startups &amp;amp; Enterprises harness the power of generative AI with Amazon Bedrock. I’ve been at AWS for more than six and a half years, working closely with customers across Latin America, and I’m also passionate about Serverless technologies.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone wp-image-103472 size-large" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/20/Daniel-1024x760.jpg" alt="" width="1024" height="760"&gt;&lt;/p&gt; 
&lt;p&gt;Outside of work and endurance sports, I’m a dedicated father to Cecília (7) and Rafael (4), who keep me busier—and happier— than any distributed system ever could. I’m based in São Paulo, you can find me on &lt;a href="https://www.linkedin.com/in/danielabib/"&gt;LinkedIn&lt;/a&gt; and &lt;a href="https://x.com/DCABib"&gt;X (@DCABib)&lt;/a&gt;, where I share insights about generative AI, Amazon Bedrock, AWS serverless services, and the occasional Ironman throwback.&lt;/p&gt; 
&lt;p&gt;Now, let’s get into this week’s AWS news…&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Last week’s launches&lt;br&gt; &lt;/strong&gt;Here are some launches and updates from this past week that caught my attention:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-redshift-increases-performance-for-new-queries/"&gt;Amazon Redshift increases performance for new queries in dashboards and ETL workloads by up to 7x&lt;/a&gt; — Amazon Redshift now delivers up to 7x faster performance for new queries in dashboards and ETL workloads. Queries you run for the first time — without cached results — now execute significantly faster, reducing wait times for interactive dashboards and accelerating your ETL pipelines. This is particularly impactful for workloads with high query variability where cache hits are less frequent.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-bedrock-nemotron-3-super/"&gt;NVIDIA Nemotron 3 Super now available on Amazon Bedrock&lt;/a&gt; — NVIDIA Nemotron 3 Super is now available in Amazon Bedrock, expanding the lineup of foundation models you can access through the unified Bedrock API. Nemotron 3 Super is a high-performance language model optimized for tasks such as text generation, complex reasoning, summarization, and code generation. You can now invoke Nemotron 3 Super alongside other foundation models in your existing Bedrock workflows, without managing any infrastructure.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/machine-learning/introducing-nova-forge-sdk-a-seamless-way-to-customize-nova-models-for-enterprise-ai/"&gt;Introducing Nova Forge SDK, a seamless way to customize Nova models for enterprise AI&lt;/a&gt; — Nova Forge SDK provides a streamlined way to fine-tune and customize Amazon Nova models for enterprise use cases. You can adapt Nova models to your domain-specific data and deploy them directly within Amazon Bedrock, reducing the complexity of building tailored AI solutions. The SDK handles the heavy lifting of model customization, letting you focus on your business logic rather than the underlying infrastructure.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-corretto-26-generally-available/"&gt;Amazon Corretto 26 is now generally available&lt;/a&gt; — Amazon Corretto 26, the latest long-term support (LTS) release of the no-cost, production-ready distribution of OpenJDK, is now generally available. Corretto 26 includes the latest Java language features, performance improvements, and security patches, all backed by long-term support from AWS. You can use it across development and production environments on Amazon Linux, Windows, macOS, and Docker images.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/lambda-availability-zone-metadata/"&gt;AWS Lambda now supports Availability Zone metadata&lt;/a&gt; — AWS Lambda now provides Availability Zone metadata for your function invocations. You can now identify which Availability Zone your Lambda function is running in, enabling better observability, more informed architectural decisions, and simplified troubleshooting for latency-sensitive and multi-AZ workloads. This is particularly useful when correlating Lambda execution with other AZ-aware services in your architecture.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/cloudwatch-http-log-collector/"&gt;Amazon CloudWatch Logs now supports log ingestion using HTTP-based protocol&lt;/a&gt; — Amazon CloudWatch Logs now supports ingesting logs using an HTTP-based protocol, making it simpler to send logs from applications and services that use standard HTTP endpoints. You can now route logs to CloudWatch Logs without requiring custom agents or additional SDK integrations, lowering the barrier to centralized log management across your workloads.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-eks-announces-sla-8xl-scaling-tier/"&gt;Amazon EKS announces 99.99% Service Level Agreement and new 8XL scaling tier for Provisioned Control Plane clusters&lt;/a&gt; — Amazon EKS now offers a 99.99% Service Level Agreement (SLA) for clusters running on Provisioned Control Plane, up from the 99.95% SLA offered on standard control plane. EKS is also introducing the 8XL scaling tier, the largest available Provisioned Control Plane tier, which doubles the Kubernetes API server request processing capacity of the next lower 4XL tier — ideal for large-scale workloads like AI/ML training, high-performance computing (HPC), and large-scale data processing.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Other AWS news&lt;br&gt; &lt;/strong&gt;Here are some additional posts and resources that you might find interesting:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://kiro.dev/students/"&gt;Kiro for students&lt;/a&gt; — Kiro is now available for students, giving the next generation of builders access to AI-powered development tools at no cost. As Swami Sivasubramanian &lt;a href="https://www.linkedin.com/posts/swaminathansivasubramanian_students-are-the-future-decision-makers-shaping-activity-7440078471449681920-p2l4"&gt;shared on LinkedIn&lt;/a&gt;, “Students are the future decision-makers shaping technology” — and Kiro gives them hands-on experience building with AI from day one. If you’re a student or know someone who is, this is a great opportunity to start building with AI-assisted development.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://strandsagents.com/blog/steering-accuracy-beats-prompts-workflows/"&gt;Strands Steering Hooks achieved 100% agent accuracy&lt;/a&gt; — The Strands Agents team published results showing that Steering Hooks can achieve 100% agent accuracy, outperforming both prompt engineering and rigid workflow approaches for controlling agent behavior. As Swami &lt;a href="https://www.linkedin.com/posts/swaminathansivasubramanian_building-reliable-ai-agents-often-goes-something-activity-7440433427205574656-ZTdR"&gt;highlighted on LinkedIn&lt;/a&gt;, building reliable AI agents often means rethinking how we guide model behavior — and Steering Hooks offer a compelling new path to agent reliability.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/39Ya8ta5NEGZMTCepqfvaK8AwXq/introducing-badges-on-aws-builder-center"&gt;Introducing Badges on AWS Builder Center&lt;/a&gt; — AWS Builder Center now features badges that recognize your contributions and achievements within the builder community. You can earn badges by sharing solutions, participating in challenges, and engaging with fellow builders. It’s a great way to showcase your expertise and track your growth.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3B3nNUqr0aOLu1GbK1dyjmW0Z9h/keep-building-together-the-power-of-community"&gt;Keep Building Together: The Power of Community&lt;/a&gt; — A thoughtful read on the power of community-driven learning and collaboration in the AWS ecosystem. Whether you’re just getting started with AWS or you’ve been building for years, the builder community is a place to connect, share knowledge, and grow together. I highly recommend checking it out.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Upcoming AWS events&lt;br&gt; &lt;/strong&gt;Check your calendar and sign up for upcoming AWS events:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/summits/"&gt;AWS Summits&lt;/a&gt; — Join AWS Summits in 2026, free in-person events where you can explore emerging cloud and AI technologies, learn best practices, and network with industry peers and experts. Upcoming Summits include Paris (April 1), London (April 22), Bengaluru (April 23–24), Singapore (May 6), Tel Aviv (May 6), and Stockholm (May 7).&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/developer/community/community-days/"&gt;AWS Community Days&lt;/a&gt; — Community-led conferences where content is planned, sourced, and delivered by community leaders, featuring technical discussions, workshops, and hands-on labs. Upcoming events include San Francisco (April 10) and Romania (April 23–24).&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://www.awswomensummitlatam.com/home.html"&gt;AWSome Women Summit LATAM&lt;/a&gt; — Taking place on March 28 in Mexico City, this event celebrates and empowers women in cloud technology across Latin America. A fantastic initiative for the LATAM tech community.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Join the &lt;a href="https://builder.aws.com/"&gt;AWS Builder Center&lt;/a&gt; to connect with builders, share solutions, and access content that supports your development. Browse the &lt;a href="https://aws.amazon.com/events/"&gt;AWS Events and Webinars&lt;/a&gt; for upcoming AWS-led in-person and virtual events and developer-focused events.&lt;/p&gt; 
&lt;p&gt;That’s all for this week. Check back next Monday for another Weekly Roundup!&lt;/p&gt; 
&lt;p&gt;&lt;em&gt;This post is part of our Weekly Roundup series. Check back each week for a quick roundup of interesting news and announcements from AWS!&lt;/em&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>20 years in the AWS Cloud – how time flies!</title>
		<link>https://aws.amazon.com/blogs/aws/20-years-in-the-aws-cloud-how-time-flies/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Thu, 19 Mar 2026 13:35:54 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">14145bfe5096e96a6f01aa41a78758e848a1320e</guid>

					<description>Celebrating twenty years of innovation in ML and AI technology at AWS. Countless developers—myself included—have embraced cloud computing and actively used its capabilities to accomplish what was previously impossible.</description>
										<content:encoded>&lt;p&gt;&lt;img loading="lazy" class="size-full wp-image-103375 alignright" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/2026-aws-20th-200x200-1.jpg" alt="" width="200" height="171"&gt;AWS has reached its 20th anniversary! With a steady pace of innovation, AWS has grown to offer over 240 comprehensive cloud services and continues to launch thousands of new features annually for millions of customers. During this time, over 4,700 posts have been published on this blog—more than double the number since &lt;a href="https://aws.amazon.com/blogs/aws/ten-years-in-the-aws-cloud-how-time-flies/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Jeff Barr wrote the 10th anniversary post&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;AWS changed my life&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; Reflecting on what I was doing 20 years ago, I met Jeff in Seoul on March 13, 2006, when he came as the keynote speaker for the &lt;a href="https://channy.creation.net/blog/293"&gt;Korea NGWeb conference&lt;/a&gt;. At that time, Amazon was one of the first pioneers to initiate an API economy, introducing ecommerce API services. After the keynote speech, he returned home that evening, and I believe he wrote the &lt;a href="http://aws.amazon.com/blogs/aws/amazon_s3/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon S3 launch blog post&lt;/a&gt; on the flight back to the United States.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-103377" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/2026-ngweb-seoul-jeff-barr-2006.jpg" alt="" width="1000" height="329"&gt;&lt;/p&gt; 
&lt;p&gt;That short meeting with him brought significant changes to my life. He became my role model as a blogger, and I began building API-based services in my company and opening them to third-party developers. When I was a PhD student while taking a break from work, I realized that for individual researchers like me, AWS Cloud services are powerful tools for conducting large-scale research projects. After returning to work, my company became one of the &lt;a href="https://www.youtube.com/watch?v=FAsDEsVFGDU"&gt;first AWS customers in Korea&lt;/a&gt; in 2014. Countless developers—myself included—have embraced cloud computing and actively used its capabilities to accomplish what was previously impossible.&lt;/p&gt; 
&lt;p&gt;Over the past decade, the technology landscape has transformed dramatically. Deep learning emerged as a breakthrough in AI, evolving through &lt;a href="https://aws.amazon.com/generative-ai/"&gt;generative AI&lt;/a&gt; based on &lt;a href="https://aws.amazon.com/what-is/large-language-model/"&gt;large language models&lt;/a&gt; (LLMs) to today’s &lt;a href="https://aws.amazon.com/ai/agentic-ai/"&gt;agentic AI&lt;/a&gt; technology. Jeff wrote, “When looking into the future, you need to be able to distinguish between flashy distractions and genuine trends, while remaining flexible enough to pivot if yesterday’s niche becomes today’s mainstream technology.” This principle guides how AWS approaches innovation—we start by listening to what customers truly need. The real trend isn’t pursuing every emerging technology, but rather reimagining solutions that address customers’ most critical challenges.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;20 years of AWS&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; For the first 10 years, Jeff selected his favorite AWS launches and blog posts. &lt;a href="http://aws.amazon.com/blogs/aws/amazon_s3/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon S3&lt;/a&gt;, &lt;a href="http://aws.amazon.com/blogs/aws/amazon_ec2_beta/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon EC2&lt;/a&gt; (2006), &lt;a href="http://aws.amazon.com/blogs/aws/introducing-rds-the-amazon-relational-database-service/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon Relational Database Service&lt;/a&gt;, &lt;a href="http://aws.amazon.com/blogs/aws/introducing-amazon-virtual-private-cloud-vpc/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon Virtual Private Cloud&lt;/a&gt; (2009), &lt;a href="https://aws.amazon.com/blogs/aws/amazon-dynamodb-internet-scale-data-storage-the-nosql-way/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon DynamoDB&lt;/a&gt;, &lt;a href="http://aws.amazon.com/blogs/aws/amazon-redshift-the-new-aws-data-warehouse/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon Redshift&lt;/a&gt; (2012), &lt;a href="http://aws.amazon.com/blogs/aws/amazon-workspaces-desktop-computing-in-the-cloud/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon WorkSpaces&lt;/a&gt;, &lt;a href="http://aws.amazon.com/blogs/aws/amazon-kinesis-real-time-processing-of-streamed-data/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;Amazon Kinesis&lt;/a&gt; (2013), &lt;a href="https://aws.amazon.com/blogs/aws/run-code-cloud/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Lambda&lt;/a&gt; (2014), and &lt;a href="http://aws.amazon.com/blogs/aws/aws-iot-cloud-services-for-connected-devices/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer"&gt;AWS IoT&lt;/a&gt; (2015).&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-103379" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/2026-aws-stickers.jpg" alt="" width="982" height="329"&gt;&lt;/p&gt; 
&lt;p&gt;While I also hate to play favorites, I want to choose some of my favorite AWS blog posts of the past decade.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Deploying containers easily&lt;/strong&gt; (2014)&amp;nbsp;– &lt;a href="https://aws.amazon.com/blogs/aws/cloud-container-management/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Elastic Container Service&lt;/a&gt; makes it straightforward for you to run any number of containers across a managed cluster of Amazon EC2 instances using powerful APIs and other tools. In 2017, we launched &lt;a href="https://aws.amazon.com/blogs/aws/amazon-elastic-container-service-for-kubernetes/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Elastic Kubernetes Service&lt;/a&gt; as a fully managed Kubernetes service and &lt;a href="https://aws.amazon.com/blogs/aws/aws-fargate/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Fargate&lt;/a&gt; as a serverless deployment option.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;High availability database at global scale&lt;/strong&gt; (2017) – &lt;a href="https://aws.amazon.com/blogs/aws/now-available-amazon-aurora-with-postgresql-compatibility/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Aurora&lt;/a&gt; &lt;span class="rggc_8711ccd9 rggc_98b54368 rggc_275611e5" data-rg-n="BodyText"&gt;is a modern relational database service offering performance and high availability at scale. In 2018, we launched &lt;a href="https://aws.amazon.com/blogs/aws/aurora-serverless-ga/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Aurora Serverless v1&lt;/a&gt;, and this serverless database evolved to &lt;a href="https://aws.amazon.com/blogs/database/introducing-scaling-to-0-capacity-with-amazon-aurora-serverless-v2/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Aurora Serverless v2&lt;/a&gt; to &lt;span data-eb-item-id=""&gt;scale down to zero. In 2025, we also launched &lt;a href="https://aws.amazon.com/blogs/aws/amazon-aurora-dsql-is-now-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Aurora DSQL&lt;/a&gt; is the fastest serverless distributed SQL database for always available applications.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Machine learning (ML) at your fingertips &lt;/strong&gt;(2017) – &lt;a href="https://aws.amazon.com/blogs/aws/sagemaker/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon SageMaker&lt;/a&gt; is a fully managed end-to-end ML service that data scientists, developers, and ML experts can use to quickly build, train, and host machine learning models at scale. In 2024, we launched &lt;a href="https://aws.amazon.com/blogs/aws/introducing-the-next-generation-of-amazon-sagemaker-the-center-for-all-your-data-analytics-and-ai/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;the next generation of Amazon SageMaker&lt;/a&gt;, a unified platform for data, analytics, and AI and introduced &lt;a href="https://aws.amazon.com/sagemaker/ai/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon SageMaker AI&lt;/a&gt; to focus specifically on building, training, and deploying AI and ML models at scale.&lt;/li&gt; 
 &lt;li&gt;&lt;span data-eb-item-id=""&gt;&lt;strong&gt;Best price performance for cloud workloads&lt;/strong&gt; (2018) – &lt;/span&gt;We launched &lt;a href="https://aws.amazon.com/blogs/aws/new-ec2-instances-a1-powered-by-arm-based-aws-graviton-processors/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon EC2 A1 instances&lt;/a&gt; powered by the first generation of Arm-based &lt;a href="https://aws.amazon.com/ec2/graviton/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Graviton Processors&lt;/a&gt; designed to deliver the best price performance for your cloud workloads. Last year, we &lt;a href="https://aws.amazon.com/about-aws/whats-new/2025/12/ec2-m9g-instances-graviton5-processors-preview/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;previewed EC2 M9g instances&lt;/a&gt; powered by AWS Graviton5 processors. Over 90,000 AWS customers have reaped the benefits of Graviton supporting popular AWS services such as Amazon ECS and Amazon EKS, AWS Lambda, Amazon RDS, Amazon ElastiCache, Amazon EMR, and Amazon OpenSearch Service.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Run AWS Cloud in your data center&lt;/strong&gt; (2019) – &lt;a href="https://aws.amazon.com/blogs/aws/aws-outposts-now-available-order-your-racks-today/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Outposts&lt;/a&gt; is a family of fully managed services delivering AWS infrastructure and services to virtually any on-premises or edge location for a truly consistent hybrid experience. Now, AWS Outposts is available in a &lt;a href="https://aws.amazon.com/outposts/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;variety of form factors&lt;/a&gt;, from 1U and 2U Outposts servers to 42U Outposts racks, and multiple rack deployments. Customers such as DISH, Fanduel, Morningstar, Philips, and others use Outposts in workloads requiring low latency access to on-premises systems, local data processing, data residency, and application migration with local system interdependencies.&lt;/li&gt; 
 &lt;li&gt;&lt;span data-eb-item-id=""&gt;&lt;strong&gt;Best price performance for ML workloads&lt;/strong&gt;&lt;/span&gt; (2019) – We launched &lt;a href="https://aws.amazon.com/blogs/aws/amazon-ec2-update-inf1-instances-with-aws-inferentia-chips-for-high-performance-cost-effective-inferencing/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon EC2 Inf1 instances&lt;/a&gt; powered by the first generation of &lt;a href="https://aws.amazon.com/ai/machine-learning/inferentia/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Inferentia chips&lt;/a&gt; designed to provide fast, low-latency inferencing. In 2022, we launched &lt;a href="https://aws.amazon.com/blogs/aws/amazon-ec2-trn1-instances-for-high-performance-model-training-are-now-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon EC2 Trn1 instances&lt;/a&gt; powered by the first generation of &lt;a href="https://aws.amazon.com/ai/machine-learning/trainium/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Trainium chips&lt;/a&gt; optimized for high performance AI training. Last year, we launched &lt;a href="https://aws.amazon.com/about-aws/whats-new/2025/12/amazon-ec2-trn3-ultraservers/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon EC2 Trn3 UltraServers&lt;/a&gt; powered by Trainium3 to deliver the best token economics for next-generation generative AI applications. Customers such as Anthropic, Decart, poolside, Databricks, Ricoh, Karakuri, SplashMusic, and others are realizing performance and cost benefits of Trainium-based instances and UltraServers.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Build your generative AI apps on AWS&lt;/strong&gt; (2023) – &lt;a href="https://aws.amazon.com/blogs/aws/amazon-bedrock-is-now-generally-available-build-and-scale-generative-ai-applications-with-foundation-models/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Bedrock&lt;/a&gt; is a fully managed service that offers a choice of industry leading AI models along with a broad set of capabilities that you need to build generative AI applications, simplifying development with security, privacy, and responsible AI.&amp;nbsp;Last year, we &lt;a href="https://aws.amazon.com/blogs/aws/introducing-amazon-bedrock-agentcore-securely-deploy-and-operate-ai-agents-at-any-scale/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;introduced Amazon Bedrock AgentCore&lt;/a&gt;, an agentic platform for building, deploying, and operating effective agents securely at scale. Now, more than 100,000 customers worldwide choose Amazon Bedrock to deliver personalized experiences, automate complex workflows, and uncover actionable insights.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Your AI coding companion&lt;/strong&gt; (2023) – We launched &lt;a href="https://aws.amazon.com/blogs/aws/amazon-codewhisperer-free-for-individual-use-is-now-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon CodeWhisperer&lt;/a&gt; as the industry’s first cloud-based AI coding assistant service. The service delivered code generation from comments, open-source code reference tracking, and vulnerability scanning capabilities. In 2024, we rebranded the service to &lt;a href="https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Q Developer&lt;/a&gt; and expanded its features to include a chat-based assistant in the console, project-based code generation, and code transformation tools. In 2025, this service evolved into &lt;a href="https://kiro.dev/blog/introducing-kiro/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Kiro&lt;/a&gt;, a new agentic AI development tool that brings structure to AI coding through spec-driven development, taking projects from prototype to production. Recently, Kiro &lt;a href="https://kiro.dev/blog/introducing-kiro-autonomous-agent/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;previewed an autonomous agent&lt;/a&gt;, a frontier agent that works independently on development tasks, maintaining context and learning from every interaction.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Broaden your AI model choices&lt;/strong&gt; (2024) – We launched &lt;a href="https://aws.amazon.com/blogs/aws/build-rag-and-agent-based-generative-ai-applications-with-new-amazon-titan-text-premier-model-available-in-amazon-bedrock/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Titan models&lt;/a&gt; further increasing cost-effective AI model choice for text and multimodal needs in Amazon Bedrock. At AWS re:Invent 2024, we announced &lt;a href="https://aws.amazon.com/blogs/aws/introducing-amazon-nova-frontier-intelligence-and-industry-leading-price-performance/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Nova&lt;/a&gt; models that delivers frontier intelligence and industry leading price performance. Now Amazon Nova has a portfolio of AI offerings—including Amazon Nova models, &lt;a href="https://aws.amazon.com/blogs/aws/introducing-amazon-nova-forge-build-your-own-frontier-models-using-nova/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Nova Forge&lt;/a&gt;, a new service to build your own frontier models; and &lt;a href="https://aws.amazon.com/blogs/aws/build-reliable-ai-agents-for-ui-workflow-automation-with-amazon-nova-act-now-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Nova Act&lt;/a&gt;, a new service to build agents that automate browser-based UI workflows powered by a custom &lt;a href="https://aws.amazon.com/blogs/aws/introducing-amazon-nova-2-lite-a-fast-cost-effective-reasoning-model/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Nova 2 Lite model&lt;/a&gt;.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Build with AI: Your path forward&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; A decade ago, AWS responded to the emergence of deep learning by launching the broadest and deepest ML services, such as Amazon SageMaker, democratizing AI for a wide range of customers—from individual developers and startups to large enterprises—regardless of their technical expertise.&lt;/p&gt; 
&lt;p&gt;AI technology has advanced significantly, but building and deploying AI models and applications still remains complex for many developers and organizations. AWS offers the broadest selection of AI models through Amazon Bedrock, including leading providers such as &lt;a href="https://www.aboutamazon.com/news/aws/amazon-invests-additional-4-billion-anthropic-ai?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Anthropic&lt;/a&gt; and &lt;a href="https://www.aboutamazon.com/news/aws/amazon-open-ai-strategic-partnership-investment?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;OpenAI&lt;/a&gt;. By using our model training and inference infrastructure and &lt;a href="https://aws.amazon.com/ai/responsible-ai/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;responsible AI&lt;/a&gt; both practical and scalable, you can accelerate trusted AI innovation while maintaining control of your data and costs—all built on our global infrastructure’s operational excellence.&lt;/p&gt; 
&lt;p&gt;Reinvent your idea, keep on learning, build confidently with AI you can trust, and share your successes with us! New AWS customers receive up to $200 in credits to try &lt;a href="https://aws.amazon.com/free/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS AI for free&lt;/a&gt;. If you’re a student, start building with &lt;a href="https://kiro.dev/students/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Kiro for free&lt;/a&gt; using 1,000 credits per month for one year.&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy/"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Our First 2026 AWS Heroes Cohort Is Here!</title>
		<link>https://aws.amazon.com/blogs/aws/our-first-2026-heroes-cohort-is-here/</link>
					
		
		<dc:creator><![CDATA[Taylor Jacobsen]]></dc:creator>
		<pubDate>Wed, 18 Mar 2026 16:26:15 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Heroes]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">cf44d6e2135975faf4160c0cf14c849d06d69519</guid>

					<description>We’re thrilled to celebrate three exceptional developer community leaders as AWS Heroes. These individuals represent the heart of what makes the AWS community so vibrant. In addition to sharing technical knowledge, they build connections, forge genuine human relationships, and create pathways for others to grow. From pioneering cloud culture in mountain villages to leading cybersecurity […]</description>
										<content:encoded>&lt;p&gt;We’re thrilled to celebrate three exceptional developer community leaders as AWS Heroes. These individuals represent the heart of what makes the AWS community so vibrant. In addition to sharing technical knowledge, they build connections, forge genuine human relationships, and create pathways for others to grow. From pioneering cloud culture in mountain villages to leading cybersecurity education across continents, these Heroes demonstrate that true leadership extends beyond technical expertise to the communities we build and the lives we impact.&lt;/p&gt; 
&lt;h2 style="clear: both"&gt;Maurizio Argoneto – Pignola, Italy&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://builder.aws.com/community/@margoneto81" target="_blank" rel="noopener noreferrer"&gt;&lt;img loading="lazy" class="alignleft" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/17/Maurizio_175x263.jpg" width="175" height="263"&gt;&lt;/a&gt;Community Hero &lt;a href="https://builder.aws.com/community/@margoneto81" target="_blank" rel="noopener noreferrer"&gt; Maurizio&lt;/a&gt; is a CTO and organizer of the AWS User Group Basilicata, recognized for his dedication to building tech ecosystems where they previously did not exist. For over a decade, he has pioneered cloud culture through a philosophy centered on genuine human connection and knowledge transfer. He founded an international tech conference in a small mountain village, creating a unique space where global experts and local talent meet, blending deep technical sessions on cloud architectures, DevOps, and web scaling with unconventional networking experiences. Beyond organizing events, Maurizio is a tireless mentor working across generations, which span from introducing children to coding to helping university students and professionals transition into cloud architecture. His impact is defined by a rare combination of technical leadership and inclusive community building that draws people from across Europe.&lt;/p&gt; 
&lt;h2 style="clear: both"&gt;Ray Goh – Singapore&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://builder.aws.com/community/@rayg" target="_blank" rel="noopener noreferrer"&gt;&lt;img loading="lazy" class="alignleft" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/17/Ray_175x263.jpg" width="175" height="263"&gt;&lt;/a&gt;Artificial Intelligence Hero &lt;a href="https://builder.aws.com/community/@rayg" target="_blank" rel="noopener noreferrer"&gt; Ray Goh &lt;/a&gt; is a seasoned AWS machine learning and AI community leader based in Singapore and a long-standing contributor in various AWS community programs since 2018, from AWS ASEAN Cloud Warrior and AWS Dev/Cloud Alliance to being part of the pioneer batch of AWS Community Builders in 2020. He founded The Gen-C (a Generative AI Learning Community) in 2024, organizing regular public workshops at libraries across Singapore on topics ranging from LLM fine-tuning to AI agents on AWS. Ray has spoken at AWS re:Invent, AWS Summit ASEAN, AWS Community Day Hong Kong, and numerous user group meetups, and guest-authored for the AWS Machine Learning Blog. He spearheaded the world’s largest enterprise AWS DeepRacer program for DBS Bank in 2020, upskilling over 3,100 employees, and trained more than 1,300 ASEAN students in LLM techniques in 2025. His community work extends to skills-based CSR initiatives teaching AI and machine learning to women, children, and youths, with contributions featured on CNBC and Euromoney.&lt;/p&gt; 
&lt;h2 style="clear: both"&gt;Sheyla Leacock – Panama City, Panama&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://builder.aws.com/community/@sheyla" target="_blank" rel="noopener noreferrer"&gt;&lt;img loading="lazy" class="alignleft" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/17/Sheyla-Leacock_175x263.jpg" width="175" height="263"&gt;&lt;/a&gt;Security Hero &lt;a href="https://builder.aws.com/community/@sheyla" target="_blank" rel="noopener noreferrer"&gt;Sheyla Leacock&lt;/a&gt;&amp;nbsp;is an IT security professional, mentor, technical author, and international speaker contributing to the global cloud and cybersecurity community. She has spoken at AWS Summit Mexico, AWS Summit LATAM in Peru, and led PeerTalk sessions at AWS re:Invent, while also leading the AWS User Group in Panama and regularly participating in AWS Community Days and regional meetups. Beyond AWS-focused events, she has delivered talks at more than 20 international conferences and publishes technical articles and educational content on AWS cloud computing and cybersecurity. She collaborates with universities as a guest lecturer, supporting the development of emerging technology and cybersecurity talent. Through community leadership, knowledge sharing, and education, she contributes to strengthening the AWS and cybersecurity ecosystem.&lt;/p&gt; 
&lt;h2 style="clear: both"&gt;Learn More&lt;/h2&gt; 
&lt;p&gt;Visit the &lt;a href="https://builder.aws.com/connect/community/heroes" target="_blank" rel="noopener"&gt;AWS Heroes webpage&lt;/a&gt; if you’d like to learn more about the AWS Heroes program, or to connect with a Hero near you.&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://twitter.com/taylorjacobsen" target="_blank" rel="noopener noreferrer"&gt;Taylor&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: Amazon S3 turns 20, Amazon Route 53 Global Resolver general availability, and more (March 16, 2026)</title>
		<link>https://aws.amazon.com/blogs/aws/aws-weekly-roundup-amazon-s3-turns-20-amazon-route-53-global-resolver-general-availability-and-more-march-16-2026/</link>
					
		
		<dc:creator><![CDATA[Esra Kayabali]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 16:02:17 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Amazon Redshift]]></category>
		<category><![CDATA[Amazon Route 53]]></category>
		<category><![CDATA[Amazon Simple Storage Service (S3)]]></category>
		<category><![CDATA[Amazon WorkSpaces]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">565f4a73a37b2a9f9b94b135334161d6ecb97641</guid>

					<description>Twenty years ago this past week, Amazon S3 launched publicly on March 14, 2006. While Amazon Simple Storage Service is often considered the foundational storage service that defined cloud infrastructure, what began as a simple object storage service has grown into something far larger in scope and scale. As of March 2026, S3 stores more […]</description>
										<content:encoded>&lt;p&gt;Twenty years ago this past week, Amazon S3 launched publicly on March 14, 2006. While &lt;a href="https://aws.amazon.com/s3/?nc2=type_a"&gt;Amazon Simple Storage Service&lt;/a&gt; is often considered the foundational storage service that defined cloud infrastructure, what began as a simple object storage service has grown into something far larger in scope and scale.&lt;/p&gt; 
&lt;p&gt;As of March 2026, S3 stores more than 500 trillion objects, serves more than 200 million requests per second globally across hundreds of exabytes of data, and the price has dropped to just over 2 cents per gigabyte — an approximately 85% reduction since launch. My colleague &lt;a href="https://aws.amazon.com/blogs/aws/author/stormacq/"&gt;Sébastien Stormacq&lt;/a&gt; wrote a detailed look at the engineering and the road ahead in &lt;a href="https://aws.amazon.com/blogs/aws/twenty-years-of-amazon-s3-and-building-whats-next/"&gt;Twenty years of Amazon S3 and building what’s next&lt;/a&gt;, and if you want to read about those earliest customers and how they shaped what AWS became, I recommend &lt;a href="https://www.aboutamazon.com/news/aws/the-earliest-aws-customers-who-helped-build-the-cloud"&gt;How three startups helped Amazon invent cloud computing and paved the way for AI&lt;/a&gt;. Twenty years is worth pausing to celebrate.&lt;/p&gt; 
&lt;p&gt;Alongside the 20th anniversary of S3, &lt;a href="https://aws.amazon.com/blogs/aws/author/channy-yun/"&gt;Channy Yun&lt;/a&gt; also wrote about a new S3 feature this week: Account regional namespaces for Amazon S3 general purpose buckets. With this feature, you can create general purpose buckets in your own account regional namespace by appending your account’s unique suffix to your requested bucket name, ensuring your desired names are always reserved exclusively for your account. You can enforce adoption across your organization using AWS IAM policies and AWS Organizations service control policies with the new &lt;code&gt;s3:x-amz-bucket-namespace&lt;/code&gt; condition key.&amp;nbsp;Read &lt;a href="https://aws.amazon.com/blogs/aws/introducing-account-regional-namespaces-for-amazon-s3-general-purpose-buckets/"&gt;Channy’s post&lt;/a&gt; to learn more about account regional namespaces for Amazon S3 general purpose buckets.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/aws20-hero-amazon-news-ck-030626.jpg"&gt;&lt;img loading="lazy" class="alignnone size-full wp-image-103383" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/aws20-hero-amazon-news-ck-030626.jpg" alt="" width="2000" height="1125"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;This week’s featured launch is one I have a personal connection to: the &lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-route-53-global-resolver/"&gt;general availability of Amazon Route 53 Global Resolver&lt;/a&gt;. I wrote about the &lt;a href="https://aws.amazon.com/blogs/aws/introducing-amazon-route-53-global-resolver-for-secure-anycast-dns-resolution-preview/"&gt;preview&lt;/a&gt; of this capability back in December at re:Invent 2025, and I had a great time putting that post together, so I am happy to hear that it’s generally available now.&lt;/p&gt; 
&lt;p&gt;Amazon Route 53 Global Resolver is an internet-reachable anycast DNS resolver that provides DNS resolution for authorized clients from any location. It is now generally available across 30 AWS Regions, with support for both IPv4 and IPv6 DNS query traffic. Route 53 Global Resolver gives authorized clients in your organization anycast DNS resolution of public internet domains and private domains associated with Route 53 private hosted zones — from any location, not just from within a specific VPC or Region. It also provides DNS query filtering to block potentially malicious domains, domains that are not safe for work, and domains associated with advanced DNS threats such as DNS tunneling and Domain Generation Algorithms (DGA). Centralized query logging is included as well. With general availability, Global Resolver adds protection against Dictionary DGA threats.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Last week’s launches&lt;/strong&gt;&lt;/span&gt;&lt;br&gt; Here are some of the other announcements from last week:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-bedrock-agentcore-runtime-stateful-mcp/"&gt;Amazon Bedrock AgentCore Runtime now supports stateful MCP server features&lt;/a&gt; — Amazon Bedrock AgentCore Runtime now supports stateful Model Context Protocol (MCP) server features, enabling developers to build MCP servers that use elicitation, sampling, and progress notifications alongside existing support for resources, prompts, and tools. With stateful MCP sessions, each user session runs in a dedicated microVM with isolated resources, and the server maintains session context across multiple interactions using an &lt;code&gt;Mcp-Session-Id&lt;/code&gt; header. Elicitation enables server-initiated, multi-turn conversations to gather structured input from users during tool execution. Sampling allows servers to request LLM-generated content from the client for tasks such as personalized recommendations. Progress notifications keep clients informed during long-running operations. To learn more, see the &lt;a href="https://docs.aws.amazon.com/bedrock-agentcore/"&gt;Amazon Bedrock AgentCore&lt;/a&gt; documentation.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-workspaces-windows-server-2025/"&gt;Amazon WorkSpaces now supports Microsoft Windows Server 2025&lt;/a&gt; — New bundles powered by Microsoft Windows Server 2025 are now available for Amazon WorkSpaces Personal and Amazon WorkSpaces Core. These bundles include security capabilities such as Trusted Platform Module 2.0 (TPM 2.0), Unified Extensible Firmware Interface (UEFI) Secure Boot, Secured-core server, Credential Guard, Hypervisor-protected Code Integrity (HVCI), and DNS-over-HTTPS. Existing Windows Server 2016, 2019, and 2022 bundles remain available. You can use the managed Windows Server 2025 bundles or create a custom bundle and image. This support is available in all AWS Regions where Amazon WorkSpaces is available. For more information, visit the &lt;a href="https://aws.amazon.com/workspaces-family/workspaces/faqs/"&gt;Amazon WorkSpaces FAQs&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aws-builder-id-sign-in-github-amazon/"&gt;AWS Builder ID now supports Sign in with GitHub and Amazon&lt;/a&gt; — AWS Builder ID now supports two additional social login options: GitHub and Amazon. These options join the existing Google and Apple sign-in capabilities. With this update, developers can access their AWS Builder ID profile — and services including AWS Builder Center, AWS Training and Certification, and Kiro — using their existing GitHub or Amazon account credentials, without managing a separate set of credentials. To learn more and get started, visit the &lt;a href="https://docs.aws.amazon.com/signin/latest/userguide/sign-in-builder-id.html"&gt;AWS Builder ID&lt;/a&gt; documentation.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-redshift-reusable-templates-copy/"&gt;Amazon Redshift introduces reusable templates for COPY operations&lt;/a&gt; — Amazon Redshift now supports templates for the COPY command, allowing you to store and reuse frequently used COPY parameters. Templates help maintain consistency across data ingestion operations, reduce the effort required to execute COPY commands, and simplify maintenance by applying template updates automatically to all future uses. Support for COPY templates is available in all AWS Regions where Amazon Redshift is available, including the AWS GovCloud (US) Regions. To get started, see the &lt;a href="https://docs.aws.amazon.com/redshift/latest/dg/r_COPY-WITH-TEMPLATE.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c"&gt;documentation&lt;/a&gt; or read the &lt;a href="https://aws.amazon.com/blogs/big-data/standardize-amazon-redshift-operations-using-templates/"&gt;Standardize Amazon Redshift operations using Templates&lt;/a&gt; blog.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For a full list of AWS announcements, be sure to keep an eye on our &lt;a href="https://aws.amazon.com/blogs/aws/"&gt;News Blog&lt;/a&gt; channel the &lt;a href="https://aws.amazon.com/new/"&gt;What’s New with AWS&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Upcoming AWS events&lt;/strong&gt;&lt;/span&gt;&lt;br&gt; Check your calendar and sign up for upcoming AWS events:&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/events/summits/?trk=ep_card_event_page&amp;amp;awsf.location=*all&amp;amp;refid=ep_card_event_page"&gt;AWS Summits&lt;/a&gt; – Join AWS Summits in 2026, free in-person events where you can explore emerging cloud and AI technologies, learn best practices, and network with industry peers and experts. Upcoming Summits include &lt;a href="https://aws.amazon.com/events/summits/paris/"&gt;Paris&lt;/a&gt; (April 1), &lt;a href="https://aws.amazon.com/events/summits/london/"&gt;London&lt;/a&gt; (April 22), and &lt;a href="https://aws.amazon.com/events/summits/bengaluru/"&gt;Bengaluru&lt;/a&gt; (April 23–24).&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/events/community-day/"&gt;AWS Community Days&lt;/a&gt; – Community-led conferences where content is planned, sourced, and delivered by community leaders, featuring technical discussions, workshops, and hands-on labs. Upcoming events include &lt;a href="https://www.awsugpune.in/"&gt;Pune&lt;/a&gt; (March 21), &lt;a href="https://www.aws-cscd.com/"&gt;San Francisco&lt;/a&gt; (April 10), and &lt;a href="https://aws-community.ro/"&gt;Romania&lt;/a&gt; (April 23-24).&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/events/aws-at-nvidia-gtc26/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS at NVIDIA GTC 2026&lt;/a&gt;&amp;nbsp;— Join us at our AWS sessions, booths, demos, and ancillary events in NVIDIA GTC 2026 on March 16 – 19, 2026 in San Jose. You can receive 20% off event passes through AWS and request a 1:1 meeting at GTC.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://builder.aws.com/content/39zVQT5ykq9bhnngp3kPeQNqjOc/aws-community-gameday-europe-on-the-1703-think-you-know-aws-come-prove-it"&gt;AWS Community GameDay Europe&lt;/a&gt; — Taking place on March 17, 2026, AWS Community GameDay Europe is a team-based, hands-on AWS challenge event running simultaneously across 50+ cities in Europe. Your team is dropped into a broken AWS environment — misconfigured services, failing architectures, and security gaps — and has two hours to fix as much as possible. Find your nearest city and sign up at &lt;a href="https://www.awsgameday.eu/"&gt;awsgameday.eu&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Join the &lt;a href="https://builder.aws.com/?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;amp;sc_channel=el"&gt;AWS Builder Center&lt;/a&gt; to connect with builders, share solutions, and access content that supports your development. Browse here for upcoming &lt;a href="https://aws.amazon.com/events/explore-aws-events/?refid=e61dee65-4ce8-4738-84db-75305c9cd4fe"&gt;AWS-led in-person and virtual events&lt;/a&gt; and &lt;a href="https://builder.aws.com/connect/events?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;amp;sc_channel=el"&gt;developer-focused events&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;That’s all for this week. Check back next Monday for another Weekly Roundup!&lt;/p&gt; 
&lt;a href="https://www.linkedin.com/in/esrakayabali/"&gt;— Esra&lt;/a&gt; 
&lt;p&gt;&lt;em&gt;This post is part of our Weekly Roundup series. Check back each week for a quick roundup of interesting news and announcements from AWS!&lt;/em&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Twenty years of Amazon S3 and building what’s next</title>
		<link>https://aws.amazon.com/blogs/aws/twenty-years-of-amazon-s3-and-building-whats-next/</link>
					
		
		<dc:creator><![CDATA[Sébastien Stormacq]]></dc:creator>
		<pubDate>Fri, 13 Mar 2026 12:58:39 +0000</pubDate>
				<category><![CDATA[Amazon Simple Storage Service (S3)]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">a3996fe388d2e78fc44dd4af61d511e4558c30b7</guid>

					<description>Some reflections on 20 years of innovations in Amazon S3 including S3 Tables, S3 Vectors and S3 Metadata.</description>
										<content:encoded>&lt;p&gt;Twenty years ago today, on March 14, 2006, &lt;a href="https://aws.amazon.com/s3/"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt; quietly launched with a modest one-paragraph announcement on the &lt;a href="https://aws.amazon.com/about-aws/whats-new/2006/03/announcing-amazon-s3---simple-storage-service/"&gt;What’s New page&lt;/a&gt;:&lt;/p&gt; 
&lt;blockquote&gt;
 &lt;p&gt;Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites.&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;Even &lt;a href="https://aws.amazon.com/blogs/aws/amazon_s3/"&gt;Jeff Barr’s blog post&lt;/a&gt; was only a few paragraphs, written before catching a plane to a developer event in California. No code examples. No demo. Very low fanfare. Nobody knew at the time that this launch would shape our entire industry.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;The early days: Building blocks that just work&lt;/strong&gt;&lt;/span&gt;&lt;br&gt; At its core, S3 introduced two straightforward primitives: PUT to store an object and GET to retrieve it later. But the real innovation was the philosophy behind it: create building blocks that handle the undifferentiated heavy lifting, which freed developers to focus on higher-level work.&lt;/p&gt; 
&lt;p&gt;From day one, S3 was guided by five fundamentals that remain unchanged today.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Security&lt;/strong&gt; means your data is protected by default. &lt;strong&gt;Durability&lt;/strong&gt; is designed for 11 nines (99.999999999%), and we operate S3 to be lossless. &lt;strong&gt;Availability&lt;/strong&gt; is designed into every layer, with the assumption that failure is always present and must be handled. &lt;strong&gt;Performance&lt;/strong&gt; is optimized to store virtually any amount of data without degradation. &lt;strong&gt;Elasticity&lt;/strong&gt; means the system automatically grows and shrinks as you add and remove data, with no manual intervention required.&lt;/p&gt; 
&lt;p&gt;When we get these things right, the service becomes so straightforward that most of you never have to think about how complex these concepts are.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;S3 today: Scale beyond imagination&lt;/strong&gt;&lt;/span&gt;&lt;br&gt; Throughout 20 years, S3 has remained committed to its core fundamentals even as it’s grown to a scale that’s hard to comprehend.&lt;/p&gt; 
&lt;p&gt;When S3 first launched, it offered approximately one petabyte of total storage capacity across about 400 storage nodes in 15 racks spanning three data centers, with 15 Gbps of total bandwidth. We designed the system to store tens of billions of objects, with a maximum object size of 5 GB. The initial price was 15 cents per gigabyte.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/s3-illustration-2.png"&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103329" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/s3-illustration-2-1024x538.png" alt="S3 key metrics illustration" width="1024" height="538"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;Today, S3 stores more than 500 trillion objects and serves more than 200 million requests per second globally across hundreds of exabytes of data in 123 Availability Zones in 39 AWS Regions, for millions of customers. The &lt;a href="https://aws.amazon.com/about-aws/whats-new/2025/12/amazon-s3-maximum-object-size-50-tb/"&gt;maximum object size has grown from 5 GB to 50 TB&lt;/a&gt;, a 10,000 fold increase. If you stacked all of the tens of millions S3 hard drives on top of each other, they would reach the International Space Station and almost back.&lt;/p&gt; 
&lt;p&gt;Even as S3 has grown to support this incredible scale, the price you pay has dropped. Today, AWS charges slightly over &lt;a href="https://aws.amazon.com/s3/pricing/"&gt;2 cents per gigabyte&lt;/a&gt;. That’s a price reduction of approximately 85% since launch in 2006. In parallel, we’ve continued to introduce ways to further optimize storage spend with storage tiers. For example, our customers have collectively saved more than $6 billion in storage costs by using &lt;a href="https://aws.amazon.com/s3/storage-classes/intelligent-tiering/"&gt;Amazon S3 Intelligent-Tiering&lt;/a&gt; as compared to &lt;a href="https://aws.amazon.com/s3/storage-classes/"&gt;Amazon S3 Standard&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Over the past two decades, the &lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html"&gt;S3 API&lt;/a&gt; has been adopted and used as a reference point across the storage industry. Multiple vendors now offer S3 compatible storage tools and systems, implementing the same API patterns and conventions. This means skills and tools developed for S3 often transfer to other storage systems, making the broader storage landscape more accessible.&lt;/p&gt; 
&lt;p&gt;Despite all of this growth and industry adoption, perhaps the most remarkable achievement is this: the code you wrote for S3 in 2006 still works today, unchanged. Your data went through 20 years of innovation and technical advances. We migrated the infrastructure through multiple generations of disks and storage systems. All the code to handle a request has been rewritten. But the data you stored 20 years ago is still available today, and we’ve maintained complete API backward compatibility. That’s our commitment to delivering a service that continually “just works.”&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;The engineering behind the scale&lt;/strong&gt;&lt;/span&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;What makes S3 possible at this scale? Continuous innovation in engineering.&lt;/p&gt; 
&lt;p&gt;Much of what follows is drawn from a conversation between Mai-Lan Tomsen Bukovec, VP of Data and Analytics at AWS, and &lt;a href="https://www.linkedin.com/in/gergelyorosz/"&gt;Gergely Orosz&lt;/a&gt; of &lt;a href="https://newsletter.pragmaticengineer.com/podcast"&gt;The Pragmatic Engineer&lt;/a&gt;. The &lt;a href="https://newsletter.pragmaticengineer.com/p/how-aws-s3-is-built"&gt;in-depth interview&lt;/a&gt; goes further into the technical details for those who want to go deeper. In the following paragraphs, I share some examples:&lt;/p&gt; 
&lt;p&gt;At the heart of S3 durability is a system of microservices that continuously inspect every single byte across the entire fleet. These auditor services examine data and automatically trigger repair systems the moment they detect signs of degradation. S3 is designed to be lossless: the 11 nines design goal reflects how the replication factor and re-replication fleet are sized, but the system is built so that objects aren’t lost.&lt;/p&gt; 
&lt;p&gt;S3 engineers use &lt;a href="https://www.amazon.science/publications/using-lightweight-formal-methods-to-validate-a-key-value-storage-node-in-amazon-s3"&gt;formal methods and automated reasoning&lt;/a&gt; in production to mathematically prove correctness. When engineers check in code to the index subsystem, automated proofs verify that consistency hasn’t regressed. This same approach proves correctness in &lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html"&gt;cross-Region replication&lt;/a&gt; or for &lt;a href="https://aws.amazon.com/blogs/security/protect-sensitive-data-in-the-cloud-with-automated-reasoning-zelkova/"&gt;access policies&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Over the past 8 years, AWS has been progressively rewriting performance-critical code in the S3 request path in Rust. Blob movement and disk storage have been rewritten, and work is actively ongoing across other components. Beyond raw performance, Rust’s type system and memory safety guarantees eliminate entire classes of bugs at compile time. This is an essential property when operating at S3 scale and correctness requirements.&lt;/p&gt; 
&lt;p&gt;S3 is built on a design philosophy: “Scale is to your advantage.” Engineers design systems so that increased scale improves attributes for all users. The larger S3 gets, the more de-correlated workloads become, which improves reliability for everyone.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Looking forward&lt;/strong&gt;&lt;/span&gt;&lt;br&gt; The vision for S3 extends beyond being a storage service to becoming the universal foundation for all data and AI workloads. Our vision is simple: you store any type of data one time in S3, and you work with it directly, without moving data between specialized systems. This approach reduces costs, eliminates complexity, and removes the need for multiple copies of the same data.&lt;/p&gt; 
&lt;p&gt;Here are a few standout launches from recent years:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/new-amazon-s3-tables-storage-optimized-for-analytics-workloads/"&gt;S3 Tables&lt;/a&gt; – Fully managed Apache Iceberg tables with automated maintenance that optimize query efficiency and reduce storage cost over time.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/amazon-s3-vectors-now-generally-available-with-increased-scale-and-performance/"&gt;S3 Vectors&lt;/a&gt; – Native vector storage for semantic search and RAG, supporting up to 2 billion vectors per index with sub-100ms query latency. In only 5 months (July–December 2025), you created more than 250,000 indices, ingested more than 40 billion vectors, and performed more than 1 billion queries.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/amazon-s3-metadata-now-supports-metadata-for-all-your-s3-objects/"&gt;S3 Metadata&lt;/a&gt; – Centralized metadata for instant data discovery, removing the need to recursively list large buckets for cataloging and significantly reducing time-to-insight for large data lakes.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Each of these capabilities operates at S3 cost structure. You can handle multiple data types that traditionally required expensive databases or specialized systems but are now economically feasible at scale.&lt;/p&gt; 
&lt;p&gt;From 1 petabyte to hundreds of exabytes. From 15 cents to 2 cents per gigabyte. From simple object storage to the foundation for AI and analytics. Through it all, our five fundamentals–security, durability, availability, performance, and elasticity–remain unchanged, and your code from 2006 still works today.&lt;/p&gt; 
&lt;p&gt;Here’s to the next 20 years of innovation on &lt;a href="https://aws.amazon.com/s3/"&gt;Amazon S3&lt;/a&gt;.&lt;/p&gt; 
&lt;a href="https://linktr.ee/sebsto"&gt;— seb&lt;/a&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Introducing account regional namespaces for Amazon S3 general purpose buckets</title>
		<link>https://aws.amazon.com/blogs/aws/introducing-account-regional-namespaces-for-amazon-s3-general-purpose-buckets/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Thu, 12 Mar 2026 21:18:55 +0000</pubDate>
				<category><![CDATA[Amazon Simple Storage Service (S3)]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Storage]]></category>
		<guid isPermaLink="false">196b4cd5ec90a1f18c700e9852ebae62a5bd105d</guid>

					<description>AWS launches a new feature of Amazon S3 that lets you create general purpose buckets in your own account regional namespace simplifying bucket creation and management as your data storage needs grow in size and scope.</description>
										<content:encoded>&lt;p&gt;Today, we’re announcing a new feature of &lt;a href="https://aws.amazon.com/s3/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt; you can use to create general purpose buckets in your own account regional namespace simplifying bucket creation and management as your data storage needs grow in size and scope. You can create general purpose bucket names across multiple AWS Regions with assurance that your desired bucket names will always be available for you to use.&lt;/p&gt; 
&lt;p&gt;With this feature, you can predictably name and create general purpose buckets in your own account regional namespace by appending your account’s unique suﬃx in your requested bucket name. For example, I can create the bucket &lt;code&gt;mybucket-123456789012-us-east-1-an&lt;/code&gt; in my account regional namespace. &lt;code&gt;mybucket&lt;/code&gt; is the bucket name prefix that I specified, then I add my account regional suffix to the requested bucket name: &lt;code&gt;-123456789012-us-east-1-an&lt;/code&gt;. If another account tries to create buckets using my account’s suffix, their requests will be automatically rejected.&lt;/p&gt; 
&lt;p&gt;Your security teams can use &lt;a href="https://aws.amazon.com/iam/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Identity and Access Management (AWS IAM)&lt;/a&gt; policies and &lt;a href="https://aws.amazon.com/organizations/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Organizations&lt;/a&gt; service control policies to enforce that your employees only create buckets in their account regional namespace using the new &lt;code&gt;s3:x-amz-bucket-namespace&lt;/code&gt; condition key, helping teams adopt the account regional namespace across your organization.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Create your S3 bucket with account regional namespace in action&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; To get started, choose &lt;strong&gt;Create bucket&lt;/strong&gt; in the &lt;a href="https://console.aws.amazon.com/s3?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon S3 console&lt;/a&gt;. To create your bucket in your account regional namespace, choose &lt;strong&gt;Account regional namespace&lt;/strong&gt;. If you choose this option, you can create your bucket with any name that is unique to your account and region.&lt;/p&gt; 
&lt;p&gt;This configuration supports all of the same features as general purpose buckets in the global namespace. The only difference is that only your account can use bucket names with your account’s suffix. The bucket name prefix and the account regional suffix combined must be between 3 and 63 characters long.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-102981" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/12/2026-s3-bucket-account-regional-namespace.png" alt="" width="2098" height="2381"&gt;&lt;/p&gt; 
&lt;p&gt;Using the &lt;a href="https://aws.amazon.com/cli/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Command Line Interface (AWS CLI)&lt;/a&gt;, you can create a bucket with account regional namespace by specifying the &lt;code&gt;x-amz-bucket-namespace:account-regional&lt;/code&gt; request header and providing a compatible bucket name.&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-bash"&gt;$ aws s3api create-bucket --bucket mybucket-123456789012-us-east-1-an \
   --bucket-namespace account-regional \
   --region us-east-1&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;You can use the &lt;a href="https://aws.amazon.com/sdk-for-python/"&gt;AWS SDK for Python (Boto3)&lt;/a&gt; to create a bucket with account regional namespace using &lt;code&gt;CreateBucket&lt;/code&gt; API request.&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-python"&gt;import boto3

class AccountRegionalBucketCreator:
    """Creates S3 buckets using account-regional namespace feature."""
    
    ACCOUNT_REGIONAL_SUFFIX = "-an"
    
    def __init__(self, s3_client, sts_client):
        self.s3_client = s3_client
        self.sts_client = sts_client
    
    def create_account_regional_bucket(self, prefix):
        """
        Creates an account-regional S3 bucket with the specified prefix.
        Resolves caller AWS account ID using the STS GetCallerIdentity API.
        Format: ---an
        """
        account_id = self.sts_client.get_caller_identity()['Account']
        region = self.s3_client.meta.region_name
        bucket_name = self._generate_account_regional_bucket_name(
            prefix, account_id, region
        )
        
        params = {
            "Bucket": bucket_name,
            "BucketNamespace": "account-regional"
        }
        if region != "us-east-1":
            params["CreateBucketConfiguration"] = {
                "LocationConstraint": region
            }
        
        return self.s3_client.create_bucket(**params)
    
    def _generate_account_regional_bucket_name(self, prefix, account_id, region):
        return f"{prefix}-{account_id}-{region}{self.ACCOUNT_REGIONAL_SUFFIX}"


if __name__ == '__main__':
    s3_client = boto3.client('s3')
    sts_client = boto3.client('sts')
    
    creator = AccountRegionalBucketCreator(s3_client, sts_client)
    response = creator.create_account_regional_bucket('test-python-sdk')
    
    print(f"Bucket created: {response}")&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;You can update your infrastructure as code (IaC) tools, such as &lt;a href="https://aws.amazon.com/cloudformation/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS CloudFormation&lt;/a&gt;, to simplify creating buckets in your account regional namespace. AWS CloudFormation offers the pseudo parameters, &lt;code&gt;AWS::AccountId&lt;/code&gt; and &lt;code&gt;AWS::Region&lt;/code&gt;, making it easy to build &lt;a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-s3-bucket.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;CloudFormation templates&lt;/a&gt; that create account regional namespace buckets.&lt;/p&gt; 
&lt;p&gt;The following example demonstrates how you can update your existing CloudFormation templates to start creating buckets in your account regional namespace:&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-json"&gt;BucketName: !Sub "amzn-s3-demo-bucket-${AWS::AccountId}-${AWS::Region}-an"
BucketNamespace: "account-regional"&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Alternatively, you can also use the &lt;code&gt;BucketNamePrefix&lt;/code&gt; property to update your CloudFormation template. By using the &lt;code&gt;BucketNamePrefix&lt;/code&gt;, you can provide only the customer defined portion of the bucket name and then it automatically adds the account regional namespace suffix based on the requesting AWS account and Region specified.&lt;/p&gt; 
&lt;pre&gt;&lt;code class="lang-json"&gt;BucketNamePrefix: 'amzn-s3-demo-bucket'
BucketNamespace: "account-regional"
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Using these options, you can build a custom CloudFormation template to easily create general purpose buckets in your account regional namespace.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Things to know&lt;/strong&gt;&lt;br&gt; You can’t rename your existing global buckets to bucket names with account regional namespace, but you can create new general purpose buckets in your account regional namespace. Also, the account regional namespace is only supported for general purpose buckets. S3 table buckets and vector buckets already exist in an account-level namespace and S3 directory buckets exist in a zonal namespace.&lt;/p&gt; 
&lt;p&gt;To learn more, visit&amp;nbsp;&lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/gpbucketnamespaces.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Namespaces for general purpose buckets&lt;/a&gt; in the Amazon S3 User Guide.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Now available&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; Creating general purpose buckets in your account regional namespace in Amazon S3 is now available in 37 AWS Regions including the AWS China and AWS GovCloud (US) Regions. You can create general purpose buckets in your account regional namespace at no additional cost.&lt;/p&gt; 
&lt;p&gt;Give it a try in the &lt;a href="https://console.aws.amazon.com/s3?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon S3 console&lt;/a&gt; today and send feedback to &lt;a href="https://repost.aws/tags/TADSTjraA0Q4-a1dxk6eUYaw/amazon-simple-storage-service?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS re:Post for Amazon S3&lt;/a&gt; or through your usual AWS Support contacts.&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy/"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: Amazon Connect Health, Bedrock AgentCore Policy, GameDay Europe, and more (March 9, 2026)</title>
		<link>https://aws.amazon.com/blogs/aws/aws-weekly-roundup-amazon-connect-health-bedrock-agentcore-policy-gameday-europe-and-more-march-9-2026/</link>
					
		
		<dc:creator><![CDATA[Sébastien Stormacq]]></dc:creator>
		<pubDate>Mon, 09 Mar 2026 16:15:35 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Amazon Connect]]></category>
		<category><![CDATA[Amazon GameLift]]></category>
		<category><![CDATA[Amazon Lightsail]]></category>
		<category><![CDATA[Amazon Neptune Analytics]]></category>
		<category><![CDATA[Amazon OpenSearch Service]]></category>
		<category><![CDATA[Amazon VPC]]></category>
		<category><![CDATA[AWS Elastic Beanstalk]]></category>
		<category><![CDATA[AWS Identity and Access Management (IAM)]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">2e3bcb2496b0ca6aecf399255da4d2d96829fd6e</guid>

					<description>Fiti AWS Student Community Kenya! Last week was an incredible whirlwind: a round of meetups, hands-on workshops, and career discussions across Kenya that culminated with the AWS Student Community Day at Meru University of Science and Technology, with keynotes from my colleagues Veliswa and Tiffany, and sessions on everything from GitOps to cloud-native engineering, and […]</description>
										<content:encoded>&lt;p&gt;Fiti AWS Student Community Kenya!&lt;/p&gt; 
&lt;p&gt;Last week was an incredible whirlwind: a round of meetups, hands-on workshops, and career discussions across Kenya that culminated with the AWS Student Community Day at &lt;a href="https://www.linkedin.com/school/meru-university-of-science-and-technology-must/"&gt;Meru University of Science and Technology&lt;/a&gt;, with keynotes from my colleagues &lt;a href="https://www.linkedin.com/in/veliswa-boya/"&gt;Veliswa&lt;/a&gt; and &lt;a href="https://www.linkedin.com/in/tiffanysouterre/"&gt;Tiffany&lt;/a&gt;, and sessions on everything from GitOps to cloud-native engineering, and a whole lot of AI agent building.&lt;/p&gt; 
&lt;table&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;img loading="lazy" class="aligncenter wp-image-103322 size-large" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/1772482486843-1-1024x500.jpg" alt="" width="1024" height="500"&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;img loading="lazy" class="aligncenter wp-image-103323 size-large" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-jaws-days-1-1024x500.jpg" alt="" width="1024" height="500"&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;&lt;a href="https://jawsdays2026.jaws-ug.jp/floormap/"&gt;JAWS Days 2026&lt;/a&gt; is the largest AWS Community Day in the world, with over 1,500 attendees on March 7th. This event started with a keynote speech on building an AI-driven development team by &lt;a href="https://www.linkedin.com/in/jeffbarr/"&gt;Jeff Barr&lt;/a&gt;, and included over 100 technical and community experience sessions, lightning talks, and workshops such as Game Days, Builders Card Challenges, and networking parties.&lt;/p&gt; 
&lt;p&gt;Now, let’s get into this week’s AWS news…&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Last week’s launches&lt;/strong&gt;&lt;br&gt; Here are some launches and updates from this past week that caught my attention:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-connect-health-agentic-ai-healthcare/"&gt;Introducing Amazon Connect Health, Agentic AI Built for Healthcare&lt;/a&gt; — Amazon Connect Health is now generally available with five purpose-built AI agents for healthcare: patient verification, appointment management, patient insights, ambient documentation, and medical coding. All features are HIPAA-eligible and deployable within existing clinical workflows in days.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/policy-amazon-bedrock-agentcore-generally-available/"&gt;Policy in Amazon Bedrock AgentCore is now generally available&lt;/a&gt; — You can now use centralized, fine-grained controls for agent-tool interactions that operate outside your agent code. Security and compliance teams can define tool access and input validation rules using natural language that automatically converts to Cedar, the AWS open-source policy language.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/introducing-openclaw-on-amazon-lightsail-to-run-your-autonomous-private-ai-agents/"&gt;Introducing OpenClaw on Amazon Lightsail to run your autonomous private AI agents&lt;/a&gt; — You can deploy a private AI assistant on your own cloud infrastructure with built-in security controls, sandboxed agent sessions, one-click HTTPS, and device pairing authentication. Amazon Bedrock serves as the default model provider, and you can connect to Slack, Telegram, WhatsApp, and Discord.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/vpc-encryption-controls-pricing/"&gt;AWS announces pricing for VPC Encryption Controls&lt;/a&gt; — Starting March 1, 2026, VPC Encryption Controls transitions from free preview to a paid feature. You can audit and enforce encryption-in-transit of all traffic flows within and across VPCs in a region, with monitor mode to detect unencrypted traffic and enforce mode to prevent it.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/dbsp-opensearch-service-neptune-analytics/"&gt;Database Savings Plans now supports Amazon OpenSearch Service and Amazon Neptune Analytics&lt;/a&gt; — You can save up to 35% on eligible serverless and provisioned instance usage with a one-year commitment. Savings Plans automatically apply regardless of engine, instance family, size, or AWS Region.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/elastic-beanstalk-ai-analysis/"&gt;AWS Elastic Beanstalk now offers AI-powered environment analysis&lt;/a&gt; — When your environment health is degraded, Elastic Beanstalk can now collect recent events, instance health, and logs and send them to Amazon Bedrock for analysis, providing step-by-step troubleshooting recommendations tailored to your environment’s current state.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aws-simplifies-iam-role-creation-and-setup/"&gt;AWS simplifies IAM role creation and setup in service workflows&lt;/a&gt; — You can now create and configure IAM roles directly within service workflows through a new in-console panel, without switching to the IAM console. The feature supports Amazon EC2, Lambda, EKS, ECS, Glue, CloudFormation, and more.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/lambda-durable-kiro-power/"&gt;Accelerate Lambda durable functions development with new Kiro power&lt;/a&gt; — You can now build resilient, long-running multi-step applications and AI workflows faster with AI agent-assisted development in Kiro. The power dynamically loads guidance on replay models, step and wait operations, concurrent execution patterns, error handling, and deployment best practices.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-gamelift-servers-ddos-protection/"&gt;Amazon GameLift Servers launches DDoS Protection&lt;/a&gt; — You can now protect session-based multiplayer games against DDoS attacks with a co-located relay network that authenticates client traffic using access tokens and enforces per-player traffic limits, at no additional cost to GameLift Servers customers.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For a full list of AWS announcements, be sure to keep an eye on the &lt;a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;What’s New with AWS&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;From AWS community&lt;/strong&gt;&lt;br&gt; Here are my personal favorite posts from AWS community and my colleagues:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3AhVKdfIvhOgaTT8Eu1PXzzLxRm/i-built-a-portable-ai-memory-layer-with-mcp-aws-bedrock-and-a-chrome-extension"&gt;I Built a Portable AI Memory Layer with MCP, AWS Bedrock, and a Chrome Extension&lt;/a&gt; — Learn how to build a persistent memory layer for AI agents using MCP and Amazon Bedrock, packaged as a Chrome extension that carries context across sessions and applications.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://dev.to/aws/when-the-model-is-the-machine-25g4"&gt;When the Model Is the Machine&lt;/a&gt; — Mike Chambers built an experimental app where an AI agent generates a complete, interactive web application at runtime from a single prompt — no codebase, no framework, no persistent state. A thought-provoking exploration of what happens when the model becomes the runtime.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Upcoming AWS events&lt;/strong&gt;&lt;br&gt; Check your calendar and sign up for upcoming AWS events:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/39zVQT5ykq9bhnngp3kPeQNqjOc/aws-community-gameday-europe-on-the-1703-think-you-know-aws-come-prove-it"&gt;AWS Community GameDay Europe&lt;/a&gt; — Think you know AWS? Prove it at the AWS Community GameDay Europe on March 17, a gamified learning event where teams compete to solve real-world technical challenges using AWS services.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/aws-at-nvidia-gtc26/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS at NVIDIA GTC 2026&lt;/a&gt; — Join us at our AWS sessions, booths, demos, and ancillary events in NVIDIA GTC 2026 on March 16 – 19, 2026 in San Jose. You can receive 20% off event passes through AWS and request a 1:1 meeting at GTC.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Summits&lt;/a&gt; — Join AWS Summits in 2026: free in-person events where you can explore emerging cloud and AI technologies, learn best practices, and network with industry peers and experts. Upcoming Summits include &lt;a href="https://aws.amazon.com/events/summits/paris/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Paris&lt;/a&gt; (April 1), &lt;a href="https://aws.amazon.com/events/summits/london/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;London&lt;/a&gt; (April 22), and &lt;a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Bengaluru&lt;/a&gt; (April 23–24).&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Community Days&lt;/a&gt; — Community-led conferences where content is planned, sourced, and delivered by community leaders. Upcoming events include &lt;a href="https://www.awscommunityday.sk/"&gt;Slovakia&lt;/a&gt; (March 11), &lt;a href="https://www.awsugpune.in/"&gt;Pune&lt;/a&gt; (March 21), and the AWSome Women Summit LATAM in &lt;a href="https://www.awswomensummitlatam.com/home.html"&gt;Mexico City&lt;/a&gt; (March 28)&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Browse here for upcoming &lt;a href="https://aws.amazon.com/events/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS led in-person and virtual events&lt;/a&gt;, &lt;a href="https://aws.amazon.com/startups/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;startup events&lt;/a&gt;, and &lt;a href="https://builder.aws.com/connect/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;developer-focused events&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;That’s all for this week. Check back next Monday for another &lt;a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Weekly Roundup&lt;/a&gt;!&lt;/p&gt; 
&lt;a href="https://linktr.ee/sebsto"&gt;— seb&lt;/a&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Introducing OpenClaw on Amazon Lightsail to run your autonomous private AI agents</title>
		<link>https://aws.amazon.com/blogs/aws/introducing-openclaw-on-amazon-lightsail-to-run-your-autonomous-private-ai-agents/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Wed, 04 Mar 2026 20:04:16 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Lightsail]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">ff8c0ff873d5871b8812a5d9f4162a7af1b9648a</guid>

					<description>AWS launches OpenClaw on Amazon Lightsail to run OpenClaw instance, pairing your browser, enabling AI capabilities, and optionally connecting messaging channels. Your Lightsail OpenClaw instance is pre-configured with Amazon Bedrock for starting with your AI assistant immediately — no additional configuration required.</description>
										<content:encoded>&lt;p&gt;Today, we’re announcing the general availability of &lt;a href="https://openclaw.ai"&gt;OpenClaw&lt;/a&gt; on &lt;a href="https://aws.amazon.com/lightsail/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Lightsail&lt;/a&gt; to launch OpenClaw instance, pairing your browser, enabling AI capabilities, and optionally connecting messaging channels. Your Lightsail OpenClaw instance is pre-configured with &lt;a href="https://aws.amazon.com/bedrock"&gt;Amazon Bedrock&lt;/a&gt; as the default AI model provider. Once you complete setup, you can start chatting with your AI assistant immediately — no additional configuration required.&lt;/p&gt; 
&lt;p&gt;OpenClaw is an open-source self-hosted autonomous private AI agent that acts as a personal digital assistant by running directly on your computer. You can run AI agents on OpenClaw through your browser to connect to messaging apps like WhatsApp, Discord, or Telegram to perform tasks such as managing emails, browsing the web, and organizing files, rather than just answering questions.&lt;/p&gt; 
&lt;p&gt;AWS customers have asked if they can run OpenClaw on AWS. Some of them blogged about running OpenClaw on &lt;a href="https://aws.amazon.com/ec2/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon EC2&lt;/a&gt; instances. As someone who has experienced installing OpenClaw directly on my home device, I learned that this is not easy and that there are many security considerations.&lt;/p&gt; 
&lt;p&gt;So, let me introduce how to launch a pre-configured OpenClaw instance on Amazon Lightsail more easily and run it securely.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;OpenClaw on Amazon Lightsail in action&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; To get started, go to the &lt;a href="https://lightsail.aws.amazon.com/ls/webapp/home?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Lightsail console&lt;/a&gt; and choose &lt;strong&gt;Create instance&lt;/strong&gt; on the&lt;strong&gt; Instances&lt;/strong&gt; section. After choosing your preferred AWS Region and Availability Zone, Linux/Unix platform to run your instance, choose OpenClaw under &lt;strong&gt;Select a blueprint&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103267 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/04/2026-openclaw-lightsail-1.png" alt="" width="2138" height="1366"&gt;&lt;/p&gt; 
&lt;p&gt;You can choose your instance plan (4 GB memory plan is recommended for optimal performance) and enter a name for your instance. Finally choose &lt;strong&gt;Create instance&lt;/strong&gt;. Your instance will be in a &lt;strong&gt;Running&lt;/strong&gt; state in a few minutes.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103269 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/04/2026-openclaw-lightsail-2-1.png" alt="" width="2148" height="1673"&gt;&lt;/p&gt; 
&lt;p&gt;Before you can use the OpenClaw dashboard, you should pair your browser with OpenClaw. This creates a secure connection between your browser session and OpenClaw. To pair your browser with OpenClaw, choose &lt;strong&gt;Connect using SSH&lt;/strong&gt; in the &lt;strong&gt;Getting started&lt;/strong&gt; tab.&lt;/p&gt; 
&lt;p&gt;When a browser-based SSH terminal opens, you can see the dashboard URL, security credentials displayed in the welcome message. Copy them and open the dashboard in a new browser tab. In the OpenClaw dashboard, you can paste the copied access token into the Gateway Token field in the OpenClaw dashboard.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103287 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/04/2026-openclaw-lightsail-4.png" alt="" width="2046" height="1740"&gt;&lt;/p&gt; 
&lt;p&gt;When prompted, press &lt;code&gt;y&lt;/code&gt; to continue and &lt;code&gt;a&lt;/code&gt; to approve with device pairing in the SSH terminal. When pairing is complete, you can see the &lt;strong&gt;OK&lt;/strong&gt; status in the OpenClaw dashboard and your browser is now connected to your OpenClaw instance.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103271 size-full" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/04/2026-openclaw-lightsail-5.png" alt="" width="2148" height="1526"&gt;&lt;/p&gt; 
&lt;p&gt;Your OpenClaw instance on Lightsail is configured to use Amazon Bedrock to power its AI assistant. To enable Bedrock API access, copy the script in the &lt;strong&gt;Getting started&lt;/strong&gt; tab and run copied script into the &lt;a href="https://aws.amazon.com/cloudshell/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS CloudShell&lt;/a&gt; terminal.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103272 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/04/2026-openclaw-lightsail-3.png" alt="" width="2005" height="676"&gt;&lt;/p&gt; 
&lt;p&gt;Once the script is complete, go to &lt;strong&gt;Chat&lt;/strong&gt; in the OpenClaw dashboard to start using your AI assistant!&lt;/p&gt; 
&lt;p&gt;You can set up OpenClaw to work with messaging apps like Telegram and WhatsApp for interacting with your AI assistant directly from your phone or messaging client. To learn more, visit &lt;a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-openclaw.html#amazon-lightsail-openclaw-connect-messaging?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Get started with OpenClaw on Lightsail&lt;/a&gt; in the Amazon Lightsail User Guide.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-large wp-image-103279" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/04/2026-openclaw-lightsail-7-1024x413.png" alt="" width="1024" height="413"&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Things to know&lt;/strong&gt;&lt;br&gt; Here are key considerations to know about this feature:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Permission&lt;/strong&gt; — You can customize AWS IAM permissions granted to your OpenClaw instance. The setup script creates an IAM role with a policy that grants access to Amazon Bedrock. You can customize this policy at any time. But, you should be careful when modifying permissions because it may prevent OpenClaw from generating AI responses. To learn more, visit &lt;a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS IAM policies&lt;/a&gt; in the AWS documentation.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Cost&lt;/strong&gt; — You pay for the instance plan you selected on an on-demand hourly rate only for what you use. Every message sent to and received from the OpenClaw assistant is processed through Amazon Bedrock using a token-based pricing model. If you select a third-party model distributed through &lt;a href="https://aws.amazon.com/marketplace/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Marketplace&lt;/a&gt; such as Anthropic Claude or Cohere, there may be additional software fees on top of the per-token cost.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Security&lt;/strong&gt; — Running a personal AI agent on OpenClaw is powerful, but it may cause security threat if you are careless. I recommend to hide your OpenClaw gateway never to expose it to open internet. The gateway auth token is your password, so rotate it often and store it in your environment file not hardcoded in config file. To learn more about security tips, visit &lt;a href="https://docs.openclaw.ai/gateway/security"&gt;Security on OpenClaw gateway&lt;/a&gt;.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Now available&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; OpenClaw on Amazon Lightsail is now available in all AWS commercial Regions where &lt;a href="https://docs.aws.amazon.com/lightsail/latest/userguide/understanding-regions-and-availability-zones-in-amazon-lightsail.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Lightsail is available&lt;/a&gt;. For Regional availability and a future roadmap, visit the &lt;a class="c-link" href="https://builder.aws.com/build/capabilities/explore?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el" target="_blank" rel="noopener noreferrer" data-stringify-link="https://builder.aws.com/capabilities/" data-sk="tooltip_parent"&gt;AWS Capabilities by Region&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Give a try in the &lt;a href="https://lightsail.aws.amazon.com/ls/webapp/home?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Lightsail console&lt;/a&gt; and send feedback to &lt;a href="https://repost.aws/tags/TAG40l8mpESXKixja2uhSvgQ/amazon-lightsail?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS re:Post for Amazon Lightsail&lt;/a&gt; or through your usual AWS support contacts.&lt;/p&gt; 
&lt;p&gt;– &lt;a href="https://linkedin.com/in/channy"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: OpenAI partnership, AWS Elemental Inference, Strands Labs, and more (March 2, 2026)</title>
		<link>https://aws.amazon.com/blogs/aws/aws-weekly-roundup-openai-partnership-aws-elemental-inference-strands-labs-and-more-march-2-2026/</link>
					
		
		<dc:creator><![CDATA[Micah Walter]]></dc:creator>
		<pubDate>Mon, 02 Mar 2026 19:05:12 +0000</pubDate>
				<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[Amazon Location]]></category>
		<category><![CDATA[AWS Backup]]></category>
		<category><![CDATA[AWS Elemental MediaConvert]]></category>
		<category><![CDATA[AWS Security Hub]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">595bd63f0f5be1cbe5cb787f309334947e9402c1</guid>

					<description>This past week, I’ve been deep in the trenches helping customers transform their businesses through AI-DLC (AI-Driven Lifecycle) workshops. Throughout 2026, I’ve had the privilege of facilitating these sessions for numerous customers, guiding them through a structured framework that helps organizations identify, prioritize, and implement AI use cases that deliver measurable business value. AI-DLC is […]</description>
										<content:encoded>&lt;p&gt;This past week, I’ve been deep in the trenches helping customers transform their businesses through AI-DLC (AI-Driven Lifecycle) workshops. Throughout 2026, I’ve had the privilege of facilitating these sessions for numerous customers, guiding them through a structured framework that helps organizations identify, prioritize, and implement AI use cases that deliver measurable business value.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103232" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/01/Screenshot-2026-03-01-at-11.34.10 AM-1024x622.png" alt="Screenshot of GenAI Developer Hour" width="1024" height="622"&gt;&lt;/p&gt; 
&lt;p&gt;AI-DLC is a methodology that takes companies from AI experimentation to production-ready solutions by aligning technical capabilities with business outcomes. If you’re interested in learning more, check out &lt;a href="https://aws.amazon.com/blogs/devops/ai-driven-development-life-cycle/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;this blog post&lt;/a&gt; that dives deeper into the framework, or watch as &lt;a href="https://www.linkedin.com/in/riyadani/"&gt;Riya Dani&lt;/a&gt; teaches me all about AI-DLC on our recent &lt;a href="https://www.youtube.com/watch?v=5kUb_IZdlB8"&gt;GenAI Developer Hour livestream&lt;/a&gt;!&lt;/p&gt; 
&lt;p&gt;Now, let’s get into this week’s AWS news…&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="size-full wp-image-103235 alignright" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/02/2026-amazon-openai.png" alt="" width="150" height="130"&gt;&lt;a href="https://www.aboutamazon.com/news/aws/amazon-open-ai-strategic-partnership-investment?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;OpenAI and Amazon announced a multi-year strategic partnership&lt;/a&gt; to accelerate AI innovation for enterprises, startups, and end consumers around the world. Amazon will invest $50 billion in OpenAI, starting with an initial $15 billion investment and followed by another $35 billion in the coming months when certain conditions are met. AWS and OpenAI are co-creating a Stateful Runtime Environment powered by OpenAI models, available through &lt;a href="https://aws.amazon.com/bedrock/"&gt;Amazon Bedrock&lt;/a&gt;, which allows developers to keep context, remember prior work, work across software tools and data sources, and access compute.&lt;/p&gt; 
&lt;p&gt;AWS will serve as the exclusive third-party cloud distribution provider for &lt;a href="https://openai.com/index/introducing-openai-frontier/"&gt;OpenAI Frontier&lt;/a&gt;, enabling organizations to build, deploy, and manage teams of AI agents. OpenAI and AWS are expanding their existing $38 billion multi-year agreement by $100 billion over 8 years, with OpenAI committing to consume approximately 2 gigawatts of Trainium capacity, spanning both Trainium3 and &lt;a href="https://aws.amazon.com/ai/machine-learning/trainium/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;next-generation Trainium4 chips&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Last week’s launches&lt;/strong&gt;&lt;br&gt; Here are some launches and updates from this past week that caught my attention:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/aws-security-hub-extended-offers-full-stack-enterprise-security-with-curated-partner-solutions/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Security Hub Extended offers full-stack enterprise security with curated partner solutions&lt;/a&gt; — AWS launched Security Hub Extended, a plan that simplifies procurement, deployment, and integration of full-stack enterprise security solutions including 7AI, Britive, CrowdStrike, Cyera, Island, Noma, Okta, Oligo, Opti, Proofpoint, SailPoint, Splunk, Upwind, and Zscaler. With AWS as the seller of record, customers benefit from pre-negotiated pay-as-you-go pricing, a single bill, no long-term commitments, unified security operations within Security Hub, and unified Level 1 support for AWS Enterprise Support customers.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/transform-live-video-for-mobile-audiences-with-aws-elemental-inference/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Transform live video for mobile audiences with AWS Elemental Inference&lt;/a&gt; — AWS launched Elemental Inference, a fully managed AI service that automatically transforms live and on-demand video for mobile and social platforms in real time. The service uses AI-powered cropping to create vertical formats optimized for TikTok, Instagram Reels, and YouTube Shorts, and automatically extracts highlight clips with 6-10 second latency. Beta testing showed large media companies achieved 34% or more savings on AI-powered live video workflows.&amp;nbsp;Deep dive into the &lt;a href="https://aws.amazon.com/blogs/media/how-aws-built-a-live-ai-powered-vertical-video-capability-for-fox-sports-with-aws-elemental-inference/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Fox Sports implementation&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/02/aws-mediaconvert-introduces-video-probe/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;MediaConvert introduces new video probe API&lt;/a&gt; — AWS Elemental MediaConvert introduced a free Probe API for quick metadata analysis of media files, reading header metadata to return codec specifications, pixel formats, and color space details without processing video content.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-bedrock-projects-api-mantle-inference-engine/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;OpenAI-compatible Projects API in Amazon Bedrock&lt;/a&gt; — Projects API provides application-level isolation for your generative AI workloads using OpenAI-compatible APIs in the Mantle inference engine in Amazon Bedrock. You can organize and manage your AI applications with improved access control, cost tracking, and observability across your organization.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/02/amazon-location-service-introduces-kiro-power-claude-skill-llm-context/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Location Service introduces LLM Context&lt;/a&gt; — Amazon Location launched curated AI Agent context as a Kiro power, Claude Code plugin, and agent skill in the open Agent Skills format, improving code accuracy and accelerating feature implementation for location-based capabilities.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/02/amazon-eks-node-monitoring-agent-open-source/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon EKS Node Monitoring Agent is now open source&lt;/a&gt; — The Amazon EKS Node Monitoring Agent is now open source on GitHub, allowing visibility into implementation, customization, and community contributions.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/02/aws-appconfig-new-relic-for-automated-rollback/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS AppConfig integrates with New Relic&lt;/a&gt; — AWS AppConfig launched integration with New Relic Workflow Automation for automated, intelligent rollbacks during feature flag deployments, reducing detection-to-remediation time from minutes to seconds.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For a full list of AWS announcements, be sure to keep an eye on the &lt;a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;What’s New with AWS&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Other AWS news&lt;/strong&gt;&lt;br&gt; Here are some additional posts and resources that you might find interesting:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/opensource/introducing-strands-labs-get-hands-on-today-with-state-of-the-art-experimental-approaches-to-agentic-development/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Introducing Strands Labs&lt;/a&gt; — We created Strands Labs as a separate Git organization to support experimental agentic AI projects and push the frontier of agentic development. At launch, we’re making Strands Labs available with three projects. The first is&amp;nbsp;&lt;a href="https://github.com/strands-labs/robots"&gt;Robots&lt;/a&gt;, the second is&amp;nbsp;&lt;a href="https://github.com/strands-labs/robots-sim"&gt;Robots Sim&lt;/a&gt;&amp;nbsp;and the third is&amp;nbsp;&lt;a href="https://github.com/strands-labs/ai-functions"&gt;AI Functions&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/architecture/6000-aws-accounts-three-people-one-platform-lessons-learned/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;6,000 AWS accounts, three people, one platform: Lessons learned&lt;/a&gt; — Architecture blog post on managing massive multi-account environments. Learn how ProGlove implemented a large-scale account-per-tenant model on AWS and how that model shifts complexity from service code to platform operations.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/machine-learning/building-intelligent-event-agents-using-amazon-bedrock-agentcore-and-amazon-bedrock-knowledge-bases/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Building intelligent event agents using Amazon Bedrock AgentCore and Amazon Bedrock Knowledge Bases&lt;/a&gt; — Practical guide to building event-driven agents. Check out how you can use Amazon Bedrock AgentCore components to rapidly productionize an event assistant—taking it from prototype to enterprise-ready deployment at scale.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;From AWS community&lt;/strong&gt;&lt;br&gt; Here are my personal favorite posts from AWS community:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3AFEHrVf0iugHBclfZGPGDGAfm0/how-to-run-a-kiro-ai-coding-workshop-that-actually-works?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;How to Run a Kiro AI Coding Workshop That Actually Works&lt;/a&gt; — Running a Kiro workshop at your company or user group? Here is the full step-by-step facilitator guide, resources, and references.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3AAxqZdFuNaiEWCZIiVYlpbt3ml/rag-vs-graphrag-when-agents-hallucinate-answers?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;RAG vs GraphRAG: When Agents Hallucinate Answers&lt;/a&gt; — This demo builds a travel booking agent with Strands Agents and compares RAG (FAISS) vs GraphRAG (Neo4j) to measure which approach reduces hallucinations when answering queries&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/developer/announcing-new-output-formats-in-aws-cli-v2/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;New output formats in AWS CLI v2&lt;/a&gt; — You can now use two new features for the AWS Command Line Interface (AWS CLI) v2: structured error output and the “off” output format.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Upcoming AWS events&lt;/strong&gt;&lt;br&gt; Check your calendar and sign up for upcoming AWS events:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/aws-at-nvidia-gtc26/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS at NVIDIA GTC 2026&lt;/a&gt; — Join us at our AWS sessions, booths, demos, ancillary events in NVIDIA GTC 2026 on March 16 – 19, 2026 in San Jose. You can receive 20% off event passes through AWS and request a 1:1 meeting at GTC.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Summits&lt;/a&gt; — Join AWS Summits in 2026, free in-person events where you can explore emerging cloud and AI technologies, learn best practices, and network with industry peers and experts. Upcoming Summits include &lt;a href="https://aws.amazon.com/events/summits/paris/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Paris&lt;/a&gt; (April 1), &lt;a href="https://aws.amazon.com/events/summits/london/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;London&lt;/a&gt; (April 22), and &lt;a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Bengaluru&lt;/a&gt; (April 23–24).&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Community Days&lt;/a&gt; — Community-led conferences where content is planned, sourced, and delivered by community leaders. Upcoming events include &lt;a href="https://jawsdays2026.jaws-ug.jp/"&gt;JAWS Days in Tokyo&lt;/a&gt; (March 7), &lt;a href="https://www.acdchennai.com/"&gt;Chennai&lt;/a&gt; (March 7), &lt;a href="https://www.awscommunityday.sk/"&gt;Slovakia&lt;/a&gt; (March 11), and &lt;a href="https://www.awsugpune.in/"&gt;Pune&lt;/a&gt; (March 21).&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Browse here for upcoming &lt;a href="https://aws.amazon.com/events/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS led in-person and virtual events&lt;/a&gt;, &lt;a href="https://aws.amazon.com/startups/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;startup events&lt;/a&gt;, and &lt;a href="https://builder.aws.com/connect/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;developer-focused events&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;That’s all for this week. Check back next Monday for another &lt;a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Weekly Roundup&lt;/a&gt;!&lt;/p&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Security Hub Extended offers full-stack enterprise security with curated partner solutions</title>
		<link>https://aws.amazon.com/blogs/aws/aws-security-hub-extended-offers-full-stack-enterprise-security-with-curated-partner-solutions/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Thu, 26 Feb 2026 18:52:06 +0000</pubDate>
				<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[AWS Security Hub]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Security, Identity, & Compliance]]></category>
		<guid isPermaLink="false">15cc3cae26064f5c35be57a2eb7412b2fc4e2b5b</guid>

					<description>AWS announces the general availability of AWS Security Hub Extended, a unified, full-stack enterprise security solution. It brings together AWS detection services and curated partner solutions through a single, simplified experience.</description>
										<content:encoded>&lt;p&gt;At re:Invent 2025, we &lt;a href="https://aws.amazon.com/blogs/aws/aws-security-hub-now-generally-available-with-near-real-time-analytics-and-risk-prioritization/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;introduced&lt;/a&gt; a completely re-imagined &lt;a href="https://aws.amazon.com/security-hub/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Security Hub&lt;/a&gt; that unifies AWS security services, including &lt;a href="https://aws.amazon.com/guardduty/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon GuardDuty&lt;/a&gt; and &lt;a href="https://aws.amazon.com/inspector/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Inspector&lt;/a&gt; into a single experience. This unified experience automatically and continuously analyzes security findings in combination to help you prioritize and respond to your critical security risks.&lt;/p&gt; 
&lt;p class="jss271" data-pm-slice="1 1 []"&gt;Today, we’re announcing &lt;a href="https://aws.amazon.com/security-hub/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Security Hub Extended&lt;/a&gt;, a plan of Security Hub that simplifies how you procure, deploy, and integrate a full-stack enterprise security solution across endpoint, identity, email, network, data, browser, cloud, AI, and security operations. With the Extended plan, you can expand your security portfolio beyond AWS to help protect your enterprise estate through a curated selection of AWS Partner solutions, including 7AI, Britive, CrowdStrike, Cyera, Island, Noma, Okta, Oligo, Opti, Proofpoint, SailPoint, Splunk, a Cisco company, Upwind, and Zscaler.&lt;/p&gt; 
&lt;p&gt;With AWS as the seller of record, you benefit from pre-negotiated pay-as-you-go pricing, a single bill, and no long-term commitments. You can also get unified security operations experience within Security Hub and unified Level 1 support for &lt;a href="https://aws.amazon.com/premiumsupport/plans/enterprise/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Enterprise Support customers&lt;/a&gt;. You told us that managing multiple procurement cycles and vendor negotiations was creating unnecessary complexity, costing you time and resources. In response, we’ve curated these partner offerings for you to establish more comprehensive protection across your entire technology stack through a single, simplified experience.&lt;/p&gt; 
&lt;p&gt;Security findings from all participating solutions are emitted in the &lt;a href="https://github.com/ocsf"&gt;Open Cybersecurity Schema Framework (OCSF)&lt;/a&gt; schema and automatically aggregated in AWS Security Hub. With the Extended plan, you can combine AWS and partner security solutions to quickly identify and respond to risks that span boundaries.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;The Security Hub Extended plan in action&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; You can access the partner solutions directly within the &lt;a href="https://console.aws.amazon.com/securityhub/v2/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Security Hub console&lt;/a&gt; by selecting &lt;strong&gt;Extended plan&lt;/strong&gt; under the &lt;strong&gt;Management&lt;/strong&gt; menu. From there, you can review and deploy any combination of curated and partner offerings.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103190 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/26/2026-security-hub-extended-plan1.jpg" alt="" width="1800" height="1033"&gt;&lt;/p&gt; 
&lt;p&gt;You can review details of each partner offering directly in the Security Hub console and subscribe. When you subscribe, you’ll be directed to an automated on-boarding experience from each partner. Once onboarded, consumption-based metering is automatic and you are billed monthly as part of your Security Hub bill.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter wp-image-103178 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/26/2026-security-hub-extended-plan2.jpg" alt="" width="2406" height="1156"&gt;&lt;/p&gt; 
&lt;p&gt;Security findings from all solutions are automatically consolidated in AWS Security Hub. This gives you immediate and direct access to all security findings in normalized OCSF schema.&lt;/p&gt; 
&lt;p&gt;To learn more about how to enhance your security posture with these integrations for AWS Security Hub, visit the &lt;a href="https://docs.aws.amazon.com/securityhub/latest/userguide/what-are-securityhub-services.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Security Hub User Guide&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Now available&lt;/u&gt;&lt;/strong&gt;&lt;br&gt; The AWS Security Hub Extended plan is now generally available in all AWS commercial Regions where Security Hub is available. You can use flexible pay-as-you-go or flat-rate pricing—no upfront investments or long-term commitments required. For more information about pricing, visit the &lt;a href="https://aws.amazon.com/security-hub/pricing/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Security Hub pricing page&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Give it a try today in the &lt;a href="https://console.aws.amazon.com/securityhub/v2/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Security Hub console&lt;/a&gt; and send feedback to &lt;a href="https://repost.aws/tags/TAFZPV4oyuS6-TWxLQfz5qSQ?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS re:Post for Security Hub&lt;/a&gt; or through your usual AWS Support contacts.&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy/"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Transform live video for mobile audiences with AWS Elemental Inference</title>
		<link>https://aws.amazon.com/blogs/aws/transform-live-video-for-mobile-audiences-with-aws-elemental-inference/</link>
					
		
		<dc:creator><![CDATA[Micah Walter]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 18:55:11 +0000</pubDate>
				<category><![CDATA[AWS Elemental MediaLive]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Media & Entertainment]]></category>
		<category><![CDATA[Media Services]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">3d1501d68824887d13ac59ef7b25076c2858c571</guid>

					<description>AWS Elemental Inference is a fully managed AI service that automatically transforms live and on-demand video broadcasts into vertical formats optimized for mobile and social platforms in real time, enabling broadcasters to reach audiences on TikTok, Instagram Reels, and YouTube Shorts without manual editing or AI expertise.</description>
										<content:encoded>&lt;p&gt;Today, we’re announcing &lt;a href="https://aws.amazon.com/elemental-inference/"&gt;AWS Elemental Inference&lt;/a&gt;, a fully managed AI service that automatically transforms and maximizes live and on-demand video broadcasts to engage audiences at scale. At launch, you’ll be able to use AWS Elemental Inference to adapt video content into vertical formats optimized for mobile and social platforms in real time.&lt;/p&gt; 
&lt;p&gt;With AWS Elemental Inference, broadcasters and streamers can reach audiences on social and mobile platforms such as TikTok, Instagram Reels, and YouTube Shorts without manual postproduction work or AI expertise.&lt;/p&gt; 
&lt;p&gt;Today’s viewers consume content differently than they did even a few years ago. However, most broadcasts are produced in landscape format for traditional viewing. Converting these broadcasts into vertical formats for mobile platforms typically requires time-consuming manual editing that causes broadcasters and streamers to miss viral moments and lose audiences to mobile-first destinations.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Let’s try it out&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;AWS Elemental Inference offers flexible deployment options to fit your existing workflow. You can choose to create a feed through the standalone console or configure AWS Elemental Inference through the &lt;a href="https://aws.amazon.com/medialive/"&gt;AWS Elemental MediaLive&lt;/a&gt; console.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103082" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/17/elemental-01-1024x557.png" alt="AWS Elemental Inference console" width="1024" height="557"&gt;&lt;/p&gt; 
&lt;p&gt;To get started with AWS Elemental Inference, navigate to the &lt;a href="https://aws.amazon.com/console/"&gt;AWS Management Console&lt;/a&gt; and choose &lt;strong&gt;AWS Elemental Inference&lt;/strong&gt;. From the dashboard, choose &lt;strong&gt;Create feed&lt;/strong&gt; to establish your top-level resource for AI-powered video processing. A feed contains your feature configurations and begins in CREATING state before transitioning to AVAILABLE when ready.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/02/2026-03-02_10-44-27-1.png"&gt;&lt;img loading="lazy" class="alignnone wp-image-103255 size-large" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/02/2026-03-02_10-44-27-1-1024x825.png" alt="" width="1024" height="825"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;After creating your feed, you can configure outputs for either vertical video cropping or clip generation. For cropping, you can start with an empty feed. The service automatically manages cropping parameters based on your video specifications. For clip generation, choose &lt;strong&gt;Add output&lt;/strong&gt;, provide a name (such as “highlight-clips”), select &lt;strong&gt;Clipping&lt;/strong&gt; as the output type, and set the status to &lt;strong&gt;ENABLED&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;This standalone interface provides a streamlined experience for configuring and managing your AI-powered video transformations, making it straightforward to get started with vertical video creation and clip generation.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103084" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/17/medialive-01-1024x448.png" alt="AWS MediaLive inference" width="1024" height="448"&gt;&lt;/p&gt; 
&lt;p&gt;Alternatively, you can enable AWS Elemental Inference directly within your AWS Elemental MediaLive channel configuration. You can use this integrated approach to add AI capabilities to your existing live video workflows without modifying your architecture. Enable the features you need as part of your channel setup, and AWS Elemental Inference will work in parallel with your video encoding.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103085" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/17/medialive-03-1024x736.png" alt="AWS MediaLive inference console" width="1024" height="736"&gt;&lt;/p&gt; 
&lt;p&gt;After it’s enabled, you can configure &lt;strong&gt;Smart Crop&lt;/strong&gt; with outputs for different resolution specifications within an &lt;strong&gt;Output group&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignnone size-large wp-image-103086" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/17/medialive-05-1024x790.png" alt="AWS MediaLive inference console" width="1024" height="790"&gt;&lt;/p&gt; 
&lt;p&gt;AWS Elemental MediaLive now includes a dedicated AWS Elemental Inference tab on the channel details page, providing a centralized view of your AI-powered video transformation configuration. The tab displays the service &lt;a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html"&gt;Amazon Resource Name (ARN)&lt;/a&gt;, data endpoints, and feed output details, including which features, such as Smart Crop, are enabled and their current operational status.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;How AWS Elemental Inference works&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;The service uses an agentic AI application that analyses video in real time and automatically applies the right optimizations at the right moments. Detection of vertical video cropping and clip generation happens independently, executing multistep transformations that require no human intervention to extract value.&lt;/p&gt; 
&lt;p&gt;AWS Elemental Inference analyzes video and automatically applies AI capabilities with no human-in-the-loop prompting required. While you focus on quality video production, the service autonomously optimizes content to create personalized content experiences for your audience.&lt;/p&gt; 
&lt;p&gt;AWS Elemental Inference applies AI capabilities in parallel with live video, achieving 6–10 second latency compared to minutes for traditional postprocessing approaches. This “process once, optimize everywhere” method runs multiple AI features simultaneously on the same video stream, eliminating the need to reprocess content for each capability.&lt;/p&gt; 
&lt;p&gt;The service integrates seamlessly with AWS Elemental MediaLive, so you can enable AI features without modifying your existing video architecture. AWS Elemental Inference uses fully managed &lt;a href="https://aws.amazon.com/what-is/foundation-models/"&gt;foundation models (FMs)&lt;/a&gt; that are automatically updated and optimized, so you don’t need dedicated AI teams or specialized expertise.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Key features at launch&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;Enjoy the following key features when AWS Elemental Inference launches:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Vertical video creation – AI-powered cropping intelligently transforms landscape broadcasts into vertical formats (9:16 aspect ratio) optimized for social and mobile platforms. The service tracks subjects and keeps key action visible, maintaining broadcast quality while automatically reformatting content for mobile viewing.&lt;/li&gt; 
 &lt;li&gt;Clip generation with advanced metadata analysis – Automatically detects and extracts clips from live content, highlighting moments for real-time distribution. For live broadcasts, this means identifying game-winning plays in soccer and basketball—reducing manual editing from hours to minutes.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Keep an eye on this space as more features and capabilities will be introduced throughout this year, including tighter integration with core &lt;a href="https://aws.amazon.com/media-services/elemental/"&gt;AWS Elemental&lt;/a&gt; services and features to help customers monetize their video content.&lt;/p&gt; 
&lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Now available&lt;br&gt; &lt;/strong&gt;&lt;/span&gt;AWS Elemental Inference is available today in 4 &lt;a href="https://aws.amazon.com/about-aws/global-infrastructure/regions_az/"&gt;AWS Regions&lt;/a&gt;: US East (N. Virginia), US West (Oregon), Europe (Ireland), and Asia Pacific (Mumbai). You can enable AWS Elemental Inference through the AWS Elemental MediaLive console or integrate it into your workflows using the &lt;a href="https://docs.aws.amazon.com/medialive/latest/apireference/what-is.html"&gt;AWS Elemental MediaLive APIs&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;With consumption-based pricing, you pay only for the features you use and the video you process, with no upfront costs or commitments. This means you can scale during peak events and optimize costs during quieter periods.&lt;/p&gt; 
&lt;p&gt;To learn more about AWS Elemental Inference, visit the &lt;a href="https://aws.amazon.com/elemental-inference"&gt;AWS Elemental Inference product page&lt;/a&gt;. For technical implementation details, see the &lt;a href="https://docs.aws.amazon.com/elemental-inference/latest/userguide/what-is.html"&gt;AWS Elemental Inference documentation&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Updated on February 24th&lt;/strong&gt; —&amp;nbsp;Fixed broken link in AWS Elemental Inference documentation.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Updated on March 2nd&lt;/strong&gt;— Replaced second image.&lt;/p&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: Claude Sonnet 4.6 in Amazon Bedrock, Kiro in GovCloud Regions, new Agent Plugins, and more (February 23, 2026)</title>
		<link>https://aws.amazon.com/blogs/aws/aws-weekly-roundup-claude-sonnet-4-6-in-amazon-bedrock-kiro-in-govcloud-regions-new-agent-plugins-and-more-february-23-2026/</link>
					
		
		<dc:creator><![CDATA[Channy Yun (윤석찬)]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 16:56:24 +0000</pubDate>
				<category><![CDATA[Amazon Aurora]]></category>
		<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon Nova]]></category>
		<category><![CDATA[Amazon SageMaker]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">8076896a67485875ab923b0479f65e4976d7c7c5</guid>

					<description>Last week, my team met many developers at Developer Week in San Jose. My colleague, Vinicius Senger delivered a great keynote about renascent software—a new way of building and evolving applications where humans and AI collaborate as co-developers using Kiro. Other colleagues, Du’An Lightfoot, Elizabeth Fuentes, Laura Salinas, and Sandhya Subramani spoke about building and […]</description>
										<content:encoded>&lt;p&gt;Last week, my team met many developers at &lt;a href="https://www.developerweek.com/"&gt;Developer Week&lt;/a&gt; in San Jose. My colleague, Vinicius Senger delivered a great keynote about renascent software—a new way of building and evolving applications where humans and AI collaborate as co-developers using &lt;a href="https://kiro.dev/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Kiro&lt;/a&gt;. Other colleagues, Du’An Lightfoot, Elizabeth Fuentes, Laura Salinas, and Sandhya Subramani spoke about building and deploying production-ready AI agents. Everyone stayed to ask and hear the questions related to agent memory, multi-agent patterns, meta-tooling and hooks. It was interesting how many developers were actually building agents.&lt;/p&gt; 
&lt;p&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-103102" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/02/20/2026-developer-week-conference.jpg" alt="" width="1800" height="594"&gt;&lt;/p&gt; 
&lt;p&gt;We are continuing to meet developers and hear their feedback at third-party developer conferences. You can meet us at the &lt;a href="https://devnexus.com/"&gt;dev/nexus&lt;/a&gt;, the largest and longest-running Java ecosystem conference on March 4-6 in Atlanta. My colleague, &lt;a href="https://devnexus.com/speakers/james-ward"&gt;James Ward&lt;/a&gt; will speak about building AI Agents with Spring and MCP, and &lt;a href="https://devnexus.com/speakers/vinicius-senger"&gt;Vinicius Senger&lt;/a&gt; and &lt;a href="https://devnexus.com/speakers/jonathan-vogel"&gt;Jonathan Vogel&lt;/a&gt; will speak about 10 tools and tips to upgrade your Java code with AI. I’ll keep sharing places for you to connect with us.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Last week’s launches&lt;/strong&gt;&lt;br&gt; Here are some of the other announcements from last week:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/02/claude-sonnet-4.6-available-in-amazon-bedrock/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Claude Sonnet 4.6 model in Amazon Bedrock&lt;/a&gt; – You can now use Claude Sonnet 4.6 which offers frontier performance across coding, agents, and professional work at scale. Claude Sonnet 4.6 approaches Opus 4.6 intelligence at a lower cost. It enables faster, high-quality task completion, making it ideal for high-volume coding and knowledge work use cases.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/amazon-ec2-hpc8a-instances-powered-by-5th-gen-amd-epyc-processors-are-now-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon EC2 Hpc8a instances powered by 5th Gen AMD EPYC processors&lt;/a&gt; – You can use new Hpc8a instances delivering up to 40% higher performance, increased memory bandwidth, and 300 Gbps Elastic Fabric Adapter networking. You can accelerate compute-intensive simulations, engineering workloads, and tightly coupled HPC applications.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/aws/announcing-amazon-sagemaker-inference-for-custom-amazon-nova-models/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon SageMaker Inference for custom Amazon Nova models&lt;/a&gt; – You can now configure the instance types, auto-scaling policies, and concurrency settings for custom Nova model deployments with Amazon SageMaker Inference to best meet your needs.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/02/amazon-ec2-nested-virtualization-on-virtual/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Nested virtualization on virtual Amazon EC2 instances&lt;/a&gt; – You can create nested virtual machines by running KVM or Hyper-V on virtual EC2 instances. You can leverage this capability for use cases such as running emulators for mobile applications, simulating in-vehicle hardware for automobiles, and running Windows Subsystem for Linux on Windows workstations.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/02/amazon-aurora-server-side-encryption-at-rest/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Server-Side Encryption by default in Amazon Aurora&lt;/a&gt; – Amazon Aurora further strengthens your security posture by automatically applying server-side encryption by default to all new databases clusters using AWS-owned keys. This encryption is fully managed, transparent to users, and with no cost or performance impact.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://kiro.dev/blog/introducing-govcloud/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Kiro in AWS GovCloud (US) Regions&lt;/a&gt; – You can use Kiro for the development teams behind government missions. Developers in regulated environments can now leverage Kiro’s agentic AI tool with the rigorous security controls required.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For a full list of AWS announcements, be sure to keep an eye on the &lt;a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;What’s New with AWS&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Additional updates&lt;/strong&gt;&lt;br&gt; Here are some additional news items that you might find interesting:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/developer/introducing-agent-plugins-for-aws/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Introducing Agent Plugins for AWS&lt;/a&gt; – You can see how new open-source Agent Plugins for AWS extend coding agents with skills for deploying applications to AWS. Using the &lt;code&gt;deploy-on-aws&lt;/code&gt; plugin, you can generate architecture recommendations, cost estimates, and infrastructure-as-code directly from your coding agent.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://www.allthingsdistributed.com/2026/02/a-chat-with-byron-cook-on-automated-reasoning-and-trust-in-ai-systems.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;A chat with Byron Cook on automated reasoning and trust in AI systems&lt;/a&gt; – You can hear how to verify AI systems doing the right thing using automated reasoning when they generate code or manage critical decisions. Byron Cook’s team has spent a decade proving correctness in AWS and apply those techniques to agentic systems.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/devops/best-practices-for-deploying-aws-devops-agent-in-production/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Best practices for deploying AWS DevOps Agent in production&lt;/a&gt; – You can read best practices for setting up DevOps Agent Spaces that balance investigation capability with operational efficiency. According to &lt;a href="https://www.linkedin.com/posts/swaminathansivasubramanian_what-happens-when-an-application-goes-down-activity-7429241370197880832-hDHh?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAABGHXYBf20AS88WHERjRIUKOnefBR3chJA"&gt;Swami Sivasubramanian&lt;/a&gt;, AWS DevOps Agent, a frontier agent that resolves and proactively prevents incidents, has handled thousands of escalations, with an estimated root cause identification rate of over 86% within Amazon.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;From AWS community&lt;/strong&gt;&lt;br&gt; Here are my personal favorite posts from AWS community:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://dev.to/aws/everything-you-need-to-know-about-aws-for-your-first-developer-job-52o2"&gt;Everything You Need to Know About AWS for Your First Developer Job&lt;/a&gt; – Your first week as a developer will not look like the tutorials you followed previous. Read Ifeanyi Otuonye’s real-world AWS guide for your first job.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/39P4kYpFQyYBeumcrXQp6IGhhDc/let-an-ai-agent-do-your-job-searching?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Let an AI Agent Do Your Job Searching&lt;/a&gt; – Still manually checking career pages during a job search? AWS Hero Danielle H. built an AI agent that does the work for you.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/3A1s1pHJUvbDQW227CLmcKw17OQ/building-the-aws-serverless-power-for-kiro?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Building the AWS Serverless Power for Kiro&lt;/a&gt; – A former AWS Serverless Hero, Gunnar Grosch built a Kiro Power to integrate 25 MCP tools, ten steering guides, and structured decision guidance for the full development lifecycle.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Join the &lt;a href="https://builder.aws.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Builder Center&lt;/a&gt; to connect with community, share knowledge, and access content that supports your development.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Upcoming AWS events&lt;/strong&gt;&lt;br&gt; Check your calendar and sign up for upcoming AWS events:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Summits&lt;/a&gt; – Join AWS Summits in 2026, free in-person events where you can explore emerging cloud and AI technologies, learn best practices, and network with industry peers and experts. Upcoming Summits include &lt;a href="https://aws.amazon.com/events/summits/paris/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Paris&lt;/a&gt; (April 1), &lt;a href="https://aws.amazon.com/events/summits/london/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;London&lt;/a&gt; (April 22), and &lt;a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Bengaluru&lt;/a&gt; (April 23–24).&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://builder.aws.com/content/38zSJWK4FkDqvJDwnQ0n9nqKvSx/announcing-amazon-nova-ai-hackathon-turn-your-ideas-into-reality?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;Amazon Nova AI Hackathon&lt;/a&gt; – Join developers worldwide to build innovative generative AI solutions using frontier foundation models and compete for $40,000 in prizes across five categories including agentic AI, multimodal understanding, UI automation, and voice experiences during this six-week challenge from February 2nd to March 16th, 2026.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;amp;sc_channel=el"&gt;AWS Community Days&lt;/a&gt; – Community-led conferences where content is planned, sourced, and delivered by community leaders, featuring technical discussions, workshops, and hands-on labs. Upcoming events include &lt;a href="https://awsahmedabad.community/"&gt;Ahmedabad&lt;/a&gt; (February 28), &lt;a href="https://jawsdays2026.jaws-ug.jp/"&gt;JAWS Days in Tokyo&lt;/a&gt; (March 7), &lt;a href="https://www.acdchennai.com/"&gt;Chennai&lt;/a&gt; (March 7), &lt;a href="https://www.awscommunityday.sk/"&gt;Slovakia&lt;/a&gt; (March 11), and &lt;a href="https://www.awsugpune.in/"&gt;Pune&lt;/a&gt; (March 21).&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Browse here for upcoming &lt;a href="https://aws.amazon.com/events/explore-aws-events/?refid=e61dee65-4ce8-4738-84db-75305c9cd4fe"&gt;AWS led in-person and virtual events&lt;/a&gt;, &lt;a href="https://aws.amazon.com/startups/events?tab=upcoming"&gt;startup events&lt;/a&gt;, and &lt;a href="https://builder.aws.com/connect/events?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;amp;sc_channel=el"&gt;developer-focused events&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;That’s all for this week. Check back next Monday for another &lt;a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=39d9c26c-b157-46ae-bde6-9cf598f5c9e0&amp;amp;sc_channel=el"&gt;Weekly Roundup&lt;/a&gt;!&lt;/p&gt; 
&lt;p&gt;— &lt;a href="https://linkedin.com/in/channy/"&gt;Channy&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
	</channel>
</rss>