AWS News Blog https://aws.amazon.com/blogs/aws/ Announcements, Updates, and Launches Thu, 16 Apr 2026 21:38:53 +0000 en-US hourly 1 Introducing Anthropic’s Claude Opus 4.7 model in Amazon Bedrock https://aws.amazon.com/blogs/aws/introducing-anthropics-claude-opus-4-7-model-in-amazon-bedrock/ Thu, 16 Apr 2026 14:49:33 +0000 74610d9ecb5b04f2353a6abb813e02c40360e272 AWS launches Claude Opus 4.7 in Amazon Bedrock, Anthropic's most intelligent Opus model for advancing performance across coding, long-running agents, and professional work. Claude Opus 4.7 is powered by Amazon Bedrock's next generation inference engine, purpose-built for generative AI inferencing and fine-tuning workloads. <p>Today, we’re announcing <a href="https://aws.amazon.com/bedrock/anthropic/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Claude Opus 4.7 in Amazon Bedrock</a>, Anthropic’s most intelligent Opus model for advancing performance across coding, long-running agents, and professional work.</p> <p><a href="https://www.anthropic.com/news/claude-opus-4-7">Claude Opus 4.7</a> is powered by Amazon Bedrock’s next generation inference engine, delivering enterprise-grade infrastructure for production workloads. Bedrock’s new inference engine has brand-new scheduling and scaling logic which dynamically allocates capacity to requests, improving availability particularly for steady-state workloads while making room for rapidly scaling services. It provides zero operator access—meaning customer prompts and responses are never visible to Anthropic or AWS operators—keeping sensitive data private.</p> <p>According to Anthropic, Claude Opus 4.7 model provides improvements across the workflows that teams run in production such as agentic coding, knowledge work, visual understanding,long-running tasks. Opus 4.7 works better through ambiguity, is more thorough in its problem solving, and follows instructions more precisely.</p> <ul> <li><strong>Agentic coding</strong>: The model extends Opus 4.6’s lead in agentic coding, with stronger performance on long-horizon autonomy, systems engineering, and complex code reasoning tasks. According to Anthropic, the model records high-performance scores with 64.3% on SWE-bench Pro, 87.6% on SWE-bench Verified, and 69.4% on Terminal-Bench 2.0.</li> <li><strong>Knowledge work</strong>: The model advances professional knowledge work, with stronger performance on document creation, financial analysis, and multi-step research workflows. The model reasons through underspecified requests, making sensible assumptions and stating them clearly, and self-verifies its output to improve quality on the first step. According to Anthropic, the model reaches 64.4% on Finance Agent v1.1.</li> <li><strong>Long-running tasks</strong>: The model stays on track over longer horizons, with stronger performance over its full 1M token context window as it reasons through ambiguity and self-verifies its output.</li> <li><strong>Vision</strong>: the model adds high-resolution image support, improving accuracy on charts, dense documents, and screen UIs where fine detail matters.</li> </ul> <p>The model is an upgrade from Opus 4.6 but may require prompting changes and harness tweaks to get the most out of the model. To learn more, visit <a href="https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/claude-prompting-best-practices">Anthropic’s prompting guide</a>.</p> <p><strong><u>Claude Opus 4.7 model in action</u></strong><br> You can get started with Claude Opus 4.7 model in <a href="https://console.aws.amazon.com/bedrock/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock console</a>. Choose <strong>Playground</strong> under <strong>Test</strong> menu and choose <strong>Claude Opus 4.7</strong> when you select model. Now, you can test your complex coding prompt with the model.</p> <p><img class="aligncenter wp-image-103731 size-full" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/16/2026-bedrock-playground-model-selection.jpg" alt="" width="1800" height="1083"></p> <p>I run the following prompt example about technical architecture decision:<br> <code>Design a distributed architecture on AWS in Python that should support 100k requests per second across multiple geographic regions.</code></p> <p><img loading="lazy" class="aligncenter wp-image-103733 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/16/2026-bedrock-playground-opus4-7-prompt.jpg" alt="" width="1800" height="960"></p> <p>You can also access the model programmatically using the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-anthropic-claude-messages.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Anthropic Messages API</a> to call the <code>bedrock-runtime</code> through&nbsp;Anthropic SDK or <code>bedrock-mantle</code> endpoints, or keep using the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/inference-invoke.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Invoke</a> and <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Converse API</a> on <code>bedrock-runtime</code> through the <a href="https://aws.amazon.com/cli/?trk=769a1a2b-8c19-4976-9c45-b6b1226c7d20&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">AWS Command Line Interface (AWS CLI)</a> and <a href="https://aws.amazon.com/developer/tools/?trk=769a1a2b-8c19-4976-9c45-b6b1226c7d20&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">AWS SDK</a>.</p> <p>To get started with making your first API call to Amazon Bedrock in minutes, choose <strong>Quickstart</strong> in the left navigation pane in the console. After choosing your use case, you can generate a short term API key to authenticate your requests as testing purpose.</p> <p>When you choose the API method such as the OpenAI-compatible Responses API, you can get sample codes to run your prompt to make your inference request using the model.</p> <p><img loading="lazy" class="aligncenter wp-image-103739 size-full" style="border: solid 1px #ccc" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/16/2026-bedrock-quickstart-1.jpg" alt="" width="1604" height="2560"><br> To invoke the model through the Anthropic Claude Messages API, you can proceed as follows using <code>anthropic[bedrock]</code> SDK package for a streamlined experience:</p> <pre><code class="lang-python">from anthropic import AnthropicBedrockMantle # Initialize the Bedrock Mantle client (uses SigV4 auth automatically) mantle_client = AnthropicBedrockMantle(aws_region="us-east-1") # Create a message using the Messages API message = mantle_client.messages.create( model="us.anthropic.claude-opus-4-7", max_tokens=32000, messages=[ {"role": "user", "content": "Design a distributed architecture on AWS in Python that should support 100k requests per second across multiple geographic regions"} ] ) print(message.content[0].text)</code></pre> <p>You can also run the following command to invoke the model directly to <code>bedrock-runtime</code> endpoint using the AWS CLI and the Invoke API:</p> <pre><code class="lang-bash">aws bedrock-runtime invoke-model \ --model-id us.anthropic.claude-opus-4-7 \ --region us-east-1 \ --body '{"anthropic_version":"bedrock-2023-05-31", "messages": [{"role": "user", "content": "Design a distributed architecture on AWS in Python that should support 100k requests per second across multiple geographic regions."}], "max_tokens": 32000}' \ --cli-binary-format raw-in-base64-out \ invoke-model-output.txt</code></pre> <p>For more intelligent reasoning capability, you can use <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/claude-messages-adaptive-thinking.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Adaptive thinking</a> with Claude Opus 4.7, which lets Claude dynamically allocate thinking token budgets based on the complexity of each request.</p> <p>To learn more, visit the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-anthropic-claude-messages.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Anthropic Claude Messages API</a> and check out <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/api-inference-examples-claude-messages-code-examples.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">code examples</a> for multiple use cases and a variety of programming languages.</p> <p><strong>Things to know<br> </strong>Let me share some important technical details that I think you’ll find useful.</p> <ul> <li><strong>Choosing APIs</strong>: You can choose from a variety of Bedrock APIs for model inference, as well as the Anthropic Messages API. The Bedrock-native Converse API supports multi-turn conversations and Guardrails integration. The Invoke API provides direct model invocation and lowest-level control.</li> <li><strong>Scaling and capacity</strong>: Bedrock’s new inference engine is designed to rapidly provision and serve capacity across many different models. When accepting requests, we prioritize keeping steady state workloads running, and ramp usage and capacity rapidly in response to changes in demand. During periods of high demand, requests are queued, rather than rejected. Up to 10,000 requests per minute (RPM) per account per Region are available immediately, with more available upon request.</li> </ul> <p><strong><u>Now available</u></strong><br> Anthropic’s Claude Opus 4.7 model is available today in the US East (N. Virginia), Asia Pacific (Tokyo), Europe (Ireland), and Europe (Stockholm) Regions; check the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">full list of Regions</a> for future updates. To learn more, visit the <a href="https://aws.amazon.com/bedrock/anthropic/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Claude by Anthropic in Amazon Bedrock</a> page and the <a href="https://aws.amazon.com/bedrock/pricing/?trk=769a1a2b-8c19-4976-9c45-b6b1226c7d20&amp;sc_channel=el">Amazon Bedrock pricing</a> page.</p> <p>Give Anthropic’s Claude Opus 4.7 a try in the <a href="https://console.aws.amazon.com/bedrock?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock console</a> today and send feedback to <a href="https://repost.aws/tags/TAQeKlaPaNRQ2tWB6P7KrMag/amazon-bedrock">AWS re:Post for Amazon Bedrock</a> or through your usual AWS Support contacts.</p> <p>— <a href="https://twitter.com/channyun">Channy</a></p> <p><strong>Updated on April 17, 2026</strong> – We fixed code samples and CLI commends to align new version.</p> AWS Interconnect is now generally available, with a new option to simplify last-mile connectivity https://aws.amazon.com/blogs/aws/aws-interconnect-is-now-generally-available-with-a-new-option-to-simplify-last-mile-connectivity/ Tue, 14 Apr 2026 23:54:47 +0000 c1d08c79b319f945ee2c245891d0ca4ffb6a45ac Today, we’re announcing the general availability of AWS Interconnect – multicloud, a managed private connectivity service that connects your Amazon Virtual Private Cloud (Amazon VPC) directly to VPCs on other cloud providers. We’re also introducing AWS Interconnect – last mile, a new capability that simplifies how you establish high-speed, private connections to AWS from your […] <p>Today, we’re announcing the general availability of <a href="https://docs.aws.amazon.com/interconnect/latest/userguide/what-is.html">AWS Interconnect – multicloud</a>, a managed private connectivity service that connects your <a href="https://aws.amazon.com/vpc/">Amazon Virtual Private Cloud (Amazon VPC)</a> directly to VPCs on other cloud providers. We’re also introducing <a href="https://aws.amazon.com/interconnect/lastmile/">AWS Interconnect – last mile</a>, a new capability that simplifies how you establish high-speed, private connections to AWS from your branch offices, data centers, and remote locations through your existing network providers.</p> <p>Large enterprises increasingly run workloads across multiple cloud providers, whether to use specialized services, meet data residency requirements, or support teams that have standardized on different providers. Connecting those environments reliably and securely has historically required significant coordination: managing VPN tunnels, working with colocation facilities, and configuring third-party network fabrics. The result is that your networking team spends time on undifferentiated heavy lifting instead of focusing on the applications that matter to your business.</p> <p>AWS Interconnect is the answer to these challenges. It is a managed connectivity service that simplifies connectivity into AWS. Interconnect provides you the ability to establish private, high-speed network connections with dedicated bandwidth to and from AWS across hybrid and multicloud environments. You can configure resilient, end-to-end connectivity with ease in a few clicks through the AWS Console by selecting your location, partner, or cloud provider, preferred Region, and bandwidth requirements, removing the friction of discovering partners and the complexity of manual network configurations.</p> <p>It comes with two capabilities: multicloud connectivity between AWS and other cloud providers, and last-mile connectivity between AWS and your private on-premises networks. Both capabilities are built on the same principle: a fully managed, turnkey experience that removes the infrastructure complexity from your team.</p> <p><span style="text-decoration: underline"><strong>AWS Interconnect – multicloud<br> </strong></span>AWS Interconnect – multicloud gives you a private, managed Layer 3 connection between your AWS environment and other cloud providers, starting with Google Cloud, Microsoft Azure and Oracle Cloud Infrastructure (OCI) coming later in 2026. Traffic flows entirely over the AWS global backbone and the partner cloud’s private network, so it never traverses the public internet. This means you get predictable latency, consistent throughput, and isolation from internet congestion without having to manage any physical infrastructure yourself.</p> <p>Security is built in by default. Every connection uses <a href="https://1.ieee802.org/security/802-1ae/">IEEE 802.1AE MACsec</a> encryption on the physical links between AWS routers and the partner cloud provider’s routers at the interconnection facilities. You don’t need to configure these separately. Note that each cloud provider manages encryption independently on its own backbone, so you should review the encryption documentation for your specific deployment to verify it meets your compliance requirements. Resiliency is also built in: each connection spans multiple logical links distributed across at least two physical facilities, so a single device or building failure does not interrupt your connectivity.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_15-35-14.png"><img loading="lazy" class="aligncenter wp-image-103313" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_15-35-14-1024x401.png" alt="AWS Interconnect - multicloud - architecture" width="600" height="235"></a>For monitoring, AWS Interconnect – multicloud integrates with <a href="https://aws.amazon.com/cloudwatch/">Amazon CloudWatch</a>. You get a <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/nw-monitor-how-it-works.html">Network Synthetic Monitor</a> included with each connection to track round-trip latency and packet loss, and bandwidth utilization metrics to support capacity planning.</p> <p><a href="https://github.com/aws/Interconnect">AWS has published the underlying specification on GitHub</a> under the Apache 2.0 license, providing any cloud service provider the opportunity to collaborate with AWS Interconnect – multicloud. To become an AWS Interconnect partner, cloud providers must implement the technical specification and meet AWS operational requirements, including resiliency standards, support commitments, and service level agreements.</p> <p><span style="text-decoration: underline"><strong>How it works<br> </strong></span>Provisioning a connection takes minutes. I create the connection from the AWS Direct Connect console. I start from the AWS Interconnect section and select Google Cloud as the provider. I select my source and destination regions. I specify bandwidth, and provide my Google Cloud project ID. AWS generates an activation key that I use on the Google Cloud side to complete the connection. Routes propagate automatically in both directions, and my workloads can start exchanging data shortly after.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_15-37-35.png"><img loading="lazy" class="aligncenter wp-image-103314" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_15-37-35-1024x537.png" alt="AWS INterconnect - multicloud - provisionning" width="599" height="314"></a>For this demo, I start with a single VPC and I connect it to a Google Cloud VPC. I use a Direct Connect Gateway. It’s the simplest path: one connection, one attachment, and my workloads on both sides can start talking to each other in minutes.</p> <p><strong>Step 1: request an interconnect in the <a href="https://console.aws.amazon.com">AWS Management Console</a>.</strong></p> <p>I navigate to <strong>AWS Direct Connect</strong>, <strong>AWS Interconnect</strong> and I select <strong>Create</strong>. I first choose the cloud provider I want to connect to. In this example, Google Cloud.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-54-34.png"><img loading="lazy" class="aligncenter size-full wp-image-103333" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-54-34.png" alt="AWS interconnect - 1" width="997" height="521"></a>Then, I choose the <strong>AWS Region</strong> (<code>eu-central-1</code>) and the <strong>Google Cloud Region</strong> (<code>europe-west3</code>).</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-54-51.png"><img loading="lazy" class="aligncenter size-large wp-image-103334" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-54-51-1024x344.png" alt="AWS interconnect - 2" width="1024" height="344"></a>On step 3, I enter <strong>Description</strong>,I choose the <strong>Bandwidth</strong>, the <strong>Direct Connect gateway</strong> to attach, and the ID of my <strong>Google Cloud project</strong>.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-55-40.png"><img loading="lazy" class="aligncenter size-large wp-image-103335" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-55-40-1024x430.png" alt="AWS interconnect - 3" width="1024" height="430"></a></p> <p>After reviewing and confirming the request, the console gives me an activation key. I will use that key to validate the request on the Google cloud side.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-55-57.png"><img loading="lazy" class="aligncenter size-large wp-image-103336" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/2026-03-09_15-55-57-1024x536.png" alt="AWS interconnect - 4" width="1024" height="536"></a></p> <p><strong>Step 2: create the transport and VPC Peering resources on my Google Cloud Platform (GCP) account.</strong></p> <p>Now that I have the activation key, I continue the process on the GCP side. At the time of this writing, no web-based console was available. I choose to use the GCP command line (CLI) instead. I take note of the CIDR range in the GCP VPC subnet in the <code>europe-west3</code> region. Then, I open a Terminal and type:</p> <pre><code class="lang-sh">gcloud network-connectivity transports create aws-news-blog \ --region=europe-west3 \ --activation-key=${ACTIVATION_KEY} \ --network=default \ --advertised-routes=10.156.0.0/20 Create request issued for: [aws-news-blog] ... peeringNetwork: projects/oxxxp-tp/global/networks/transport-9xxxf-vpc ... state: PENDING_CONFIG updateTime: '2026-03-19T09:30:51.103979219Z' </code></pre> <p>It takes a couple of minutes for the command to complete. Once the command returns, I create a peering between my GCP VPC and the new transport I just created. I can do that in the GCP console or with the <code>gcloud</code> command line. Because I was using the Terminal for the previous command, I continued with the command line:</p> <pre><code class="lang-bash">gcloud compute networks peerings create aws-news-blog \ --network=default \ --peer-network=projects/oxxxp-tp/global/networks/transport-9xxxf-vpc \ --import-custom-routes \ --export-custom-routes </code></pre> <p>The network name is the name of my GCP VPC. The peer network is given in the output of the previous command.</p> <p>Once completed, I can verify the peering in the GCP console.<br> <a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_10-54-20.png"><img loading="lazy" class="aligncenter size-large wp-image-103451" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_10-54-20-1024x173.png" alt="AWS Interconnect - Peering in the Google console" width="1024" height="173"></a></p> <p>In the AWS Interconnect console, I verify the status is <strong>available</strong>.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_10-51-24.png"><img loading="lazy" class="aligncenter size-large wp-image-103452" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_10-51-24-1024x204.png" alt="AWS Interconnect available" width="1024" height="204"></a>In the AWS Direct Connect console, under <strong>Direct Connect gateways</strong>, I see the attachment to the new interconnect.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_13-56-28.png"><img loading="lazy" class="aligncenter size-large wp-image-103454" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_13-56-28-1024x406.png" alt="AWS INterconnect attachment" width="1024" height="406"></a></p> <p><strong>Step 3: associate the new gateway on the AWS side</strong></p> <p>I select <strong>Gateway associations</strong> and <strong>Associate gateway</strong> to attach the Virtual Private Gateway (VGW) that I created before starting this demo (pay attention to use a VGW in the same AWS Region as the interconnect)</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_13-56-34.png"><img loading="lazy" class="aligncenter size-large wp-image-103455" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_13-56-34-1024x411.png" alt="AWS Interconnect associate CGW" width="1024" height="411"></a></p> <p>You don’t need to configure the network routing on the GCP side. On AWS, there is a final step: add a route entry in your VPC <strong>Route tables</strong> to send all traffic to the GCP IP address range through the Virtual Gateway.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_14-11-03.png"><img loading="lazy" class="aligncenter size-large wp-image-103456" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_14-11-03-1024x406.png" alt="VPC Route to the VGW" width="1024" height="406"></a></p> <p>Once the network setup is done. I start two compute instances, one on AWS and one on GCP.</p> <p>On AWS, I verify the Security Group accepts ingress traffic on TCP:8080. I connect to the machine and I start a minimal web server:</p> <pre><code class="lang-python">python3 -c \ "from http.server import HTTPServer, BaseHTTPRequestHandler class H(BaseHTTPRequestHandler): def do_GET(self): self.send_response(200);self.end_headers() self.wfile.write(b'Hello AWS World!\n\n') HTTPServer(('',8080),H).serve_forever()"</code></pre> <p>On the GCP side, I open a SSH session to the machine and I call the AWS web server by its private IP address.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_13-59-37.png"><img loading="lazy" class="aligncenter size-large wp-image-103458" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/19/2026-03-19_13-59-37-1024x342.png" alt="AWS Interconnect : curl from GCP to AWS" width="1024" height="342"></a></p> <p>Et voilà! I have a private network route between my two networks, entirely managed by the two Cloud Service Providers.</p> <p><span style="text-decoration: underline"><strong>Things to know<br> </strong></span>There are a couple of configuration options that you should keep in mind:</p> <ul> <li>When connecting networks, pay attention to the IP addresses range on both sides. The GCP and AWS VPC ranges can’t overlap. For this demo, the default range on AWS was <code>172.31.0.0/16</code>and the default on GCP was <code>10.156.0.0/20</code>. I was able to proceed with these default values.</li> <li>You can configure IPV4, IPV6, or both on each side. You must select the same option on both sides.</li> <li>The Maximum Transmission Unit (MTU) must be the same on both VPC. The default values for AWS VPCs and GCP VPCs are not. MTU is the largest packet size, in bytes, that a network interface can transmit without fragmentation. Mismatched MTU sizes between peered VPCs cause packet drops or fragmentation, leading to silent data loss, degraded throughput, and broken connections across the interconnect.</li> <li>For more details, refer to the <a href="https://docs.cloud.google.com/network-connectivity/docs/interconnect/concepts/partner-cci-for-aws-overview">GCP Partner Cross Cloud Interconnect</a> and the <a href="https://docs.aws.amazon.com/interconnect/latest/userguide/what-is.html">AWS Interconnect User Guide</a>.</li> </ul> <p><span style="text-decoration: underline"><strong>Reference architectures<br> </strong></span>When your deployment grows and you have multiple VPCs in a single region, AWS Transit Gateway gives you a centralized routing hub to connect them all through a single Interconnect attachment. You can segment traffic between environments, apply consistent routing policies, and integrate AWS Network Firewall if you need to inspect what crosses the cloud boundary.</p> <p>And when you’re operating at global scale, with workloads spread across multiple AWS Regions and multiple Google Cloud environments, AWS Cloud WAN extends that same model across the world. Any region in your network can reach any Interconnect attachment globally, with centralized policy management and segment-based routing that applies consistently everywhere you operate.</p> <p>My colleagues Alexandra and Santiago documented these reference architectures in their blog post: <a href="https://aws.amazon.com/blogs/networking-and-content-delivery/build-resilient-and-scalable-multicloud-connectivity-architectures-with-aws-interconnect-multicloud/"><strong>Build resilient and scalable multicloud connectivity architectures with AWS Interconnect – multicloud</strong></a>.</p> <p><span style="text-decoration: underline"><strong>AWS Interconnect – last mile<br> </strong></span>Based on the same architecture and design as AWS Interconnect – multicloud, AWS Interconnect – last mile provides the ability to connect your on-premises or remote location to AWS through a participating network provider’s last-mile infrastructure, directly from the <a href="https://console.aws.amazon.com">AWS Management Console</a>.</p> <p>The onboarding process mirrors AWS Interconnect – multicloud: you select a provider, authenticate, and specify your connection endpoints and bandwidth. AWS generates an activation key that you provide in the provider console to complete the configuration. AWS Interconnect – last mile automatically provisions four redundant connections across two physical locations, configures BGP routing, and activates MACsec encryption and Jumbo Frames by default. The result is a resilient private connection to AWS that aligns with best practices, without requiring you to manually configure networking components.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/13/lastmile-console-v2.png"><img loading="lazy" class="aligncenter size-full wp-image-103671" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/13/lastmile-console-v2.png" alt="AWS Interconnect - lastmile" width="793" height="431"></a></p> <p>AWS Interconnect – last mile supports bandwidths from 1 Gbps to 100 Gbps, and you can adjust bandwidth from the console without reprovisioning. The service includes a 99.99% availability SLA up to the Direct Connect port and bundles CloudWatch Network Synthetic Monitor for connection health monitoring. Just like AWS Interconnect – multicloud, AWS Interconnect – last mile attaches to a Direct Connect Gateway, which connects to your Virtual Private Gateway, Transit Gateway, or AWS Cloud WAN deployment. For more details, refer to the <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Welcome.html">AWS Interconnect User Guide</a>.</p> <p>Scott Yow, SVP Product at Lumen Technologies, wrote:</p> <blockquote style="border-left: 4px solid #cccccc;padding-left: 16px;margin-left: 0;color: #333333"> <p>By combining AWS Interconnect – last mile with Lumen fiber network and Cloud Interconnect, we simplify the last-mile complexity that often slows cloud adoption and enable a faster, and more resilient path to AWS for customers.</p> </blockquote> <p><span style="text-decoration: underline"><strong>Pricing and availability<br> </strong></span>AWS Interconnect – multicloud and AWS Interconnect – last mile pricing is based on a flat hourly rate for the capacity you request, billed prorata by the hour. You select the bandwidth tier that fits your workload needs.</p> <p>AWS Interconnect – multicloud pricing varies by region pair: a connection between US East (N. Virginia) and Google Cloud N. Virginia is priced differently from a connection between US East (N. Virginia) and a more distant region. When you use AWS Cloud WAN, the global any-to-any routing model means traffic can traverse multiple regions, which affects the total cost of your deployment. I recommend reviewing <a href="https://aws.amazon.com/interconnect/multicloud/pricing/" target="_blank" rel="noopener noreferrer">the AWS Interconnect – multicloud pricing page</a> and <a href="https://aws.amazon.com/interconnect/lastmile/pricing/" target="_blank" rel="noopener noreferrer">AWS Interconnect – last mile pricing page</a>&nbsp;for the full rate card by region pair and capacity tier before sizing your connection.</p> <p>AWS Interconnect – multicloud is available today in five region pairs: US East (N. Virginia) to Google Cloud N. Virginia, US West (N. California) to Google Cloud Los Angeles, US West (Oregon) to Google Cloud Oregon, Europe (London) to Google Cloud London, and Europe (Frankfurt) to Google Cloud Frankfurt. Microsoft Azure support is coming later in 2026.</p> <p>AWS Interconnect – last mile is launching in US East (N. Virginia) with Lumen as the initial partner. Additional partners, including AT&amp;T and Megaport, are in progress, and additional regions are planned.</p> <p>To get started with AWS Interconnect, visit the <a href="https://console.aws.amazon.com/directconnect/v2/home#/aws-interconnect">AWS Direct Connect console</a> and select AWS Interconnect from the navigation menu.</p> <p>I’d love to hear how you’re using AWS Interconnect in your environment. Leave a comment below or reach out through the <a href="https://repost.aws/questions">AWS re:Post community</a>.</p> <a href="https://linktr.ee/sebsto">— seb</a> <p><strong>Updated on April 15</strong> – Updated wrong link for pricing pages. Oracle Cloud Infrastructure (OCI) added to list of coming providers.</p> AWS Weekly Roundup: Claude Mythos Preview in Amazon Bedrock, AWS Agent Registry, and more (April 13, 2026) https://aws.amazon.com/blogs/aws/aws-weekly-roundup-claude-mythos-preview-in-amazon-bedrock-aws-agent-registry-and-more-april-13-2026/ Mon, 13 Apr 2026 16:16:20 +0000 2ae783c62455555449dd97fa9eb4b9730eb5f041 In my last Week in Review post, I mentioned how much time I’ve been spending on AI-Driven Development Lifecycle (AI-DLC) workshops with customers this year. A common theme in those sessions is the need for better cost visibility. Teams are moving fast with AI, but as they go from experimenting to full production, finance and […] <p>In my last <a href="https://aws.amazon.com/blogs/aws/aws-weekly-roundup-openai-partnership-aws-elemental-inference-strands-labs-and-more-march-2-2026/">Week in Review post</a>, I mentioned how much time I’ve been spending on <a href="https://aws.amazon.com/blogs/devops/ai-driven-development-life-cycle/">AI-Driven Development Lifecycle (AI-DLC)</a> workshops with customers this year. A common theme in those sessions is the need for better cost visibility. Teams are moving fast with AI, but as they go from experimenting to full production, finance and leadership really need to know who is using which resources and at what cost. That’s why I was so excited to see the launch of <a href="https://aws.amazon.com/about-aws/whats-new/2026/04/bedrock-iam-cost-allocation/">Amazon Bedrock new support for cost allocation by IAM user and role</a> this week. This lets you tag IAM principals with attributes like team or cost center and then activate those tags in your Billing and Cost Management console. The resulting cost data flows into AWS Cost Explorer and the detailed Cost and Usage Report, giving you a clear line of sight into model inference spending. Whether you’re scaling agents across teams, tracking foundation model use by department, or running tools like <a href="https://aws.amazon.com/solutions/guidance/claude-code-with-amazon-bedrock/">Claude Code on Amazon Bedrock</a>, this new feature is a game changer for tracking and managing your AI investments. You can get all the details on setting this up in the <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/iam-principal-cost-allocation.html">IAM principal cost allocation documentation</a>.</p> <p>Now, let’s get into this week’s AWS news…</p> <p><span style="text-decoration: underline"><strong>Headlines<br> </strong></span><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-bedrock-claude-mythos/">Amazon Bedrock now offers Claude Mythos Preview</a></strong> Anthropic’s most sophisticated AI model to date is now available on Amazon Bedrock as a gated research preview through Project Glasswing. Claude Mythos introduces a new model class focused on cybersecurity, capable of identifying sophisticated security vulnerabilities in software, analyzing large codebases, and delivering state of the art performance across cybersecurity, coding, and complex reasoning tasks. Security teams can use it to discover and address vulnerabilities in critical software before threats emerge. Access is currently limited to allowlisted organizations, with Anthropic and AWS prioritizing internet critical companies and open source maintainers.</p> <p><strong><a href="https://aws.amazon.com/about-aws/whats-new/2026/04/aws-agent-registry-in-agentcore-preview/">AWS Agent Registry for centralized agent discovery and governance now in preview</a></strong> AWS launched Agent Registry through Amazon Bedrock AgentCore, providing organizations with a private catalog for discovering and managing AI agents, tools, skills, MCP servers, and custom resources. The registry helps teams locate existing capabilities rather than duplicating them, with semantic and keyword search, approval workflows, and CloudTrail audit trails. It is accessible via the AgentCore Console, AWS CLI, SDK, and as an MCP server queryable from IDEs.</p> <p><span style="text-decoration: underline"><strong>Last week’s launches<br> </strong></span>Here are some launches and updates from this past week that caught my attention:</p> <ul> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-s3-files/"><strong>Announcing Amazon S3 Files, making S3 buckets accessible as file systems</strong></a> — Amazon S3 Files transforms S3 buckets into shared file systems that connect any AWS compute resource directly with your S3 data. Built on Amazon EFS technology, it delivers full file system semantics with low latency performance, caching actively used data and providing multiple terabytes per second of aggregate read throughput. Applications can access S3 data through both file system and S3 APIs simultaneously without code modifications or data migration.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/04/opensearch-managed-prometheus-agent-tracing/"><strong>Amazon OpenSearch Service supports Managed Prometheus and agent tracing</strong></a> —Amazon OpenSearch Service now provides a unified observability platform that consolidates metrics, logs, traces, and AI agent tracing into a single interface. The update includes native Prometheus integration with direct PromQL query support, RED metrics monitoring, and OpenTelemetry GenAI semantic convention support for LLM execution visibility. Operations teams can correlate slow traces to logs and overlay Prometheus metrics on dashboards without switching between tools.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/04/workspaces-advisor-ai-troubleshooting/"><strong>Amazon WorkSpaces Advisor now available for AI powered troubleshooting</strong></a>— AWS launched Amazon WorkSpaces Advisor, an AI powered administrative tool that uses generative AI to help IT administrators troubleshoot Amazon WorkSpaces Personal deployments. It analyzes WorkSpace configurations, detects problems automatically, and provides actionable recommendations to restore service and optimize performance.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-braket-rigetti-cepheus/"><strong>Amazon Braket adds support for Rigetti’s 108 qubit Cepheus QPU</strong></a> — Amazon Braket now offers access to Rigetti’s Cepheus-1-108Q device, the first 100+ qubit superconducting quantum processor on the platform. The modular design features twelve 9 qubit chiplets with CZ gates that offer enhanced resilience to phase errors. It supports multiple frameworks including Braket SDK, Qiskit, CUDA-Q, and Pennylane, with pulse level control for researchers.</li> </ul> <p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/">What’s New with AWS</a> page.</p> <p><span style="text-decoration: underline"><strong>Other AWS news<br> </strong></span>Here are some additional posts and resources that you might find interesting:</p> <ul> <li><a href="https://aws.amazon.com/blogs/storage/building-automated-aws-regional-availability-checks-with-amazon-s3/"><strong>Building automated AWS Regional availability checks with Amazon S3</strong></a>— Storage blog post on implementing automated systems for monitoring service availability across AWS regions using Amazon S3 as core infrastructure.</li> <li><a href="https://aws.amazon.com/blogs/machine-learning/understanding-amazon-bedrock-model-lifecycle/"><strong>Understanding Amazon Bedrock model lifecycle</strong></a> — Machine learning blog post that walks through the stages foundation models go through in Bedrock from availability through deprecation, helping teams plan for model updates and manage version dependencies in production.</li> <li><a href="https://aws.amazon.com/blogs/compute/building-memory-intensive-apps-with-aws-lambda-managed-instances/"><strong>Building memory intensive apps with AWS Lambda managed instances</strong></a> — Compute blog post exploring how Lambda managed instances extend the platform beyond lightweight workloads to support memory intensive applications while maintaining serverless benefits.</li> <li><a href="https://builder.aws.com/content/38mhAVkwQuKrVJdfAwLImOok2UL/deploy-openclaw-on-aws-choose-the-right-options-for-your-ai-workload"><strong>Deploy OpenClaw on AWS: Choose the right options for your AI workload</strong></a> — Builder Center guide comparing four AWS deployment options for OpenClaw: Amazon Lightsail for individual developers, Amazon EC2 for startups needing deeper AWS integration, Amazon Bedrock AgentCore for serverless multiuser scenarios, and Amazon EKS for enterprises requiring VM level isolation and advanced orchestration.</li> <li><a href="https://kiro.dev/blog/bringing-back-startup-credits/"><strong>We’re bringing back the Kiro startup credits program</strong></a> — Kiro is relaunching its startup credits initiative, offering eligible early stage companies complimentary access to Kiro Pro+ for up to one year. The three tier program (Starter, Growth, Scale) provides 2 to 30 users based on team size, with rolling applications accepted globally.</li> </ul> <p><span style="text-decoration: underline"><strong>Upcoming AWS events<br> </strong></span>Check your calendar and sign up for upcoming AWS events:</p> <ul> <li><a href="https://aws.amazon.com/events/whats-next-with-aws/"><strong>What’s Next with AWS</strong></a> <strong>(April 28, Virtual)</strong> Join this livestream at 9am PT for a candid discussion about how agentic AI is transforming how businesses operate. Featuring AWS CEO Matt Garman, SVP Colleen Aubrey, and OpenAI leaders discussing emerging agent capabilities, Amazon’s internal experiences, and new agentic solutions and platform capabilities.</li> </ul> <p>Browse here for upcoming <a href="https://aws.amazon.com/events/">AWS led in person and virtual events</a>, <a href="https://aws.amazon.com/startups/events">startup events</a>, and <a href="https://builder.aws.com/connect/events">developer focused events</a>.</p> <hr> <p>That’s all for this week. Check back next Monday for another <a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/">Weekly Roundup</a>!</p> <p>~ micah</p> Launching S3 Files, making S3 buckets accessible as file systems https://aws.amazon.com/blogs/aws/launching-s3-files-making-s3-buckets-accessible-as-file-systems/ Tue, 07 Apr 2026 19:18:32 +0000 529e67e573627282bf7f126c45a7ecd4b2c338dc 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. <p>I’m excited to announce <a href="https://aws.amazon.com/s3/features/files/">Amazon S3 Files</a>, a new file system that seamlessly connects any AWS compute resource with <a href="https://aws.amazon.com/s3/">Amazon Simple Storage Service (Amazon S3)</a>.</p> <p>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.</p> <p>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.</p> <p>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.</p> <p>You can access any general purpose bucket as a native file system on your <a href="https://aws.amazon.com/ec2/">Amazon Elastic Compute Cloud (Amazon EC2)</a> instances, containers running on <a href="https://aws.amazon.com/ecs/">Amazon Elastic Container Service (Amazon ECS)</a> or <a href="https://aws.amazon.com/eks/">Amazon Elastic Kubernetes Service (Amazon EKS)</a>, or <a href="https://aws.amazon.com/lambda/">AWS Lambda</a> functions. The file system presents S3 objects as files and directories, supporting all <a href="https://en.wikipedia.org/wiki/Network_File_System">Network File System</a> (NFS) v4.1+ operations like creating, reading, updating, and deleting files.</p> <p>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.</p> <p>The system also supports intelligent pre-fetching to anticipate your data access needs. You 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.</p> <p>Under the hood, S3 Files uses <a href="https://aws.amazon.com/efs">Amazon Elastic File System (Amazon EFS)</a> 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.</p> <p><span style="text-decoration: underline"><strong>Let me show you how to get started.<br> </strong></span>Creating my first Amazon S3 file system, mounting, and using it from an EC2 instance is straightforward.</p> <p>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.</p> <p>For this demo, I use the <a href="https://console.aws.amazon.com">AWS Management Console</a>. You can also use the <a href="https://aws.amazon.com/cli/">AWS Command Line Interface (AWS CLI)</a> or <a href="https://aws.amazon.com/what-is/iac/">infrastructure as code</a> (IaC).</p> <p>Here is the architecture diagram for this demo.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/06/diagram.png"><img loading="lazy" 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"></a><strong>Step 1: </strong>Create an S3 file system.</p> <p>On the Amazon S3 section of the console, I choose <strong>File systems</strong> and then <strong>Create file system</strong>.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-42-08.png"><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"></a></p> <p>I enter the name of the bucket I want to expose as a file system and choose <strong>Create file system</strong>.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-45-04.png"><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"></a></p> <p><strong>Step 2: </strong>Discover the mount target.</p> <p>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.</p> <p>The console creates the mount targets automatically. I take notes of the <strong>Mount target ID</strong>s on the <strong>Mount targets</strong> tab.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/04/02/2026-04-02_09-54-16.png"><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"></a></p> <p>When using the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-getting-started.html#s3-files-getting-started-cli">CLI</a>, two separate commands are necessary to create the file system and its mount targets. First, I create the S3 file system with <code>create-file-system</code>. Then, I create the mount target with <code>create-mount-target.</code></p> <p><strong>Step 3: </strong>Mount the file system on my EC2 instance.</p> <p>After it’s connected to an EC2 instance, I type:</p> <p><code>sudo mkdir /home/ec2-user/s3files</code> <code>sudo mount -t s3files fs-0aa860d05df9afdfe:/ /home/ec2-user/s3files</code></p> <p>I can now work with my S3 data directly through the mounted file system in <code>~/s3files</code>, using standard file operations.</p> <p>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.</p> <p>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.</p> <pre><code class="lang-bash"># Create a file on the EC2 file system echo "Hello S3 Files" &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; cat hello.txt Hello S3 Files</code></pre> <p><span style="text-decoration: underline"><strong>Things to know<br> </strong></span>Let me share some important technical details that I think you’ll find useful.</p> <ul> <li>S3 Files integrates with <a href="https://aws.amazon.com/iam/">AWS Identity and Access Management (IAM)</a> for access control and encryption. You can use <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-getting-started.html">identity and resource policies to manage permissions at both the file system and object level</a>.</li> <li>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 <a href="https://aws.amazon.com/kms/">AWS Key Management Service (AWS KMS)</a>.</li> <li>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.</li> <li>Monitor S3 Files using <a href="https://aws.amazon.com/cloudwatch/">Amazon CloudWatch</a> metrics for drive performance and updates and <a href="https://aws.amazon.com/cloudtrail/">AWS CloudTrail</a> for logging management events.</li> <li>Verify that the latest version of the EFS driver (<a href="https://github.com/aws/efs-utils">amazon-efs-utils package</a>) is installed on your EC2 instances. This package is preinstalled on the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html">Amazon Machine Image (AMI)</a> provided by AWS. At the time of writing, you can update it to the latest version.</li> <li>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 <a href="https://aws.amazon.com/fargate/">AWS Fargate</a> or not, and from your Lambda functions.</li> </ul> <p>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.</p> <p>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.</p> <p>For workloads migrating from on-premises NAS environments, <a href="https://aws.amazon.com/fsx/">Amazon FSx</a> provides the familiar features and compatibility you need. Amazon FSx is also ideal for high-performance computing (HPC) and GPU cluster storage with <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html">Amazon FSx for Lustre</a>. It’s particularly valuable when your applications require specific file system capabilities from <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/what-is-fsx-ontap.html">Amazon FSx for NetApp ONTAP</a>, <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html">Amazon FSx for OpenZFS</a>, or <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html">Amazon FSx for Windows File Server</a>.</p> <p><span style="text-decoration: underline"><strong>Pricing and availability<br> </strong></span>S3 Files is available today in all commercial <a href="https://docs.aws.amazon.com/glossary/latest/reference/glos-chap.html#region">AWS Regions</a>.</p> <p class="jss273" data-pm-slice="1 1 []">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. <a href="https://aws.amazon.com/s3/pricing/">The Amazon S3 pricing page has all the details</a>.</p> <p>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.</p> <p>To learn more and get started, visit the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files.html">S3 Files documentation</a>.</p> <p>I’d love to hear how you use this new capability. Feel free to share your feedback in the comments below.</p> <a href="https://linktr.ee/sebsto">— seb</a> AWS Weekly Roundup: AWS DevOps Agent & Security Agent GA, Product Lifecycle updates, and more (April 6, 2026) https://aws.amazon.com/blogs/aws/aws-weekly-roundup-aws-devops-agent-security-agent-ga-product-lifecycle-updates-and-more-april-6-2026/ Mon, 06 Apr 2026 16:51:00 +0000 ebe7e793c3577df742e335aff396ea71bb052df1 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 […] <p>Last week, I visited <a href="https://awsug.hk/">AWS Hong Kong User Group</a> 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.</p> <p><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"></p> <p>This week, I’ll first take a closer look at some of the key launches.</p> <p><strong>AWS DevOps Agent and Security Agent GA</strong><br> <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">At the last re:Invent, we introduced the <a href="https://aws.amazon.com/ai/frontier-agents/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">concept of frontier agents</a> that work autonomously across multiple steps to achieve outcomes, operating continuously until the job is done. The first two—<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;sc_channel=el">AWS DevOps Agent and AWS Security Agent—are now generally available</a> after the preview.</p> <p><a href="https://aws.amazon.com/devops-agent/">AWS DevOps Agent</a> 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 <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;sc_channel=el">Sébastien’s preview blog post</a> and <a href="https://aws.amazon.com/blogs/mt/announcing-general-availability-of-aws-devops-agent/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener">GA announcement</a>.</p> <p><a href="https://aws.amazon.com/security-agent/">AWS Security Agent</a> 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 <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;sc_channel=el">Esra’s preview blog post</a> and <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;sc_channel=el" target="_blank" rel="noopener">GA announcement</a>.</p> <p>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.</p> <p><strong>AWS Service Availability Updates</strong><br> When the availability of an AWS service or feature changes, we provide customers guidance in <a href="https://docs.aws.amazon.com/general/latest/gr/service-lifecycle.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Product Lifecycle Changes</a> on available alternatives and support for migration so that disruptions to your operations are minimized. The following lifecycle changes were updated on March 31, 2026.</p> <ul> <li>Availability change guide for services in maintenance <ul> <li><a href="https://docs.aws.amazon.com//apprunner/latest/dg/apprunner-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS App Runner</a></li> <li><a href="https://docs.aws.amazon.com//audit-manager/latest/userguide/audit-manager-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Audit Manager</a></li> <li><a href="https://docs.aws.amazon.com//awscloudtrail/latest/userguide/cloudtrail-lake-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS CloudTrail – Lake</a></li> <li><a href="https://docs.aws.amazon.com//glue/latest/dg/awsglue-ray-jobs-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Glue – Ray jobs</a></li> <li><a href="https://docs.aws.amazon.com//iot-fleetwise/latest/developerguide/iotfleetwise-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS IoT FleetWise</a></li> <li><a href="https://docs.aws.amazon.com//r53recovery/latest/dg/arc-readiness-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Application Recovery Controller (ARC) – Readiness Check</a></li> <li><a href="https://docs.aws.amazon.com//comprehend/latest/dg/comprehend-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Comprehend – Topic Modeling, Event Detection, and Prompt Safety Classification</a></li> <li><a href="https://docs.aws.amazon.com//rekognition/latest/dg/rekognition-streaming-video-analysis-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Rekognition – Streaming Events</a> and <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;sc_channel=el">Batch Image Content Moderation</a></li> <li><a href="https://docs.aws.amazon.com//sns/latest/dg/sns-message-data-protection-availability-change.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Simple Notification Service (Amazon SNS) – Message Data Protection (MDP)</a></li> </ul> </li> <li>Availability change guide for services in sunset: <ul> <li><a href="https://docs.aws.amazon.com//smc/latest/ag/smc-end-of-support.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Service Management Connector</a></li> <li><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;sc_channel=el">Amazon RDS Custom for Oracle</a></li> <li><a href="https://docs.aws.amazon.com//workmail/latest/adminguide/workmail-end-of-support.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon WorkMail</a></li> <li><a href="https://docs.aws.amazon.com//workspaces-thin-client/latest/ug/workspacesthinclient-end-of-support.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon WorkSpaces – Thin Client</a></li> </ul> </li> <li>Services reaching in sunset: <ul> <li>Amazon Chime SDK – Proxy Sessions</li> </ul> </li> </ul> <p>We understand that changes in availability can impact your operations. For specific guidance, consult the relevant service documentation or contact AWS Support.</p> <p><strong>Last week’s launches</strong><br> Here are last week’s launches that caught my attention:</p> <ul> <li><a href="https://aws.amazon.com/blogs/aws/announcing-managed-daemon-support-for-amazon-ecs-managed-instances/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon ECS announces Managed Daemons for ECS Managed Instances</a></li> <li><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;sc_channel=el">New AWS Sustainability console: Scope 1–3 reporting in one place</a></li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/agentcore-evaluations-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock AgentCore Evaluations is now generally available</a></li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/transform-custom-new-codebase-analysis/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Transform custom announces general availability of automated codebase analysis</a></li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/04/cloudwatch-otel-container-insights-eks/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon CloudWatch launches OpenTelemetry Container Insights for Amazon EKS (Preview)</a></li> <li><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;sc_channel=el">New compute-optimized instance bundles for Amazon Lightsail with up to 72 vCPUs</a></li> <li><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;sc_channel=el">Amazon CloudFront now supports SHA-256 for signed URLs and signed cookies</a></li> </ul> <p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">What’s New with AWS</a> page.</p> <p><strong>Additional updates</strong><br> Here are some additional news items that you might find interesting:</p> <ul> <li><a href="https://aws.amazon.com/blogs/architecture/architecting-for-agentic-ai-development-on-aws/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Architecting for agentic AI development on AWS</a></li> <li><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;sc_channel=el">Optimizing data transfer costs when using AWS Network Load Balancer</a></li> <li><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;sc_channel=el">Announcing AWS World Sports Innovation Cup – Will your idea change the game?</a></li> <li><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;sc_channel=el">5 Techniques to Stop AI agent hallucinations in production</a></li> <li><a href="https://builder.aws.com/content/3BhQvOPyvUmq9BJPXlu37vFryfm/aws-community-globe?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Explore the global AWS Community through a 3D interactive globe</a></li> </ul> <p>For a full list of AWS blog posts, be sure to keep an eye on the <a href="https://aws.amazon.com/blogs/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Blogs</a> page.</p> <p>Learn more about AWS, browse and join upcoming <a href="https://aws.amazon.com/events/explore-aws-events/?refid=e61dee65-4ce8-4738-84db-75305c9cd4fe">AWS led in-person and virtual events</a>, <a href="https://aws.amazon.com/startups/events?tab=upcoming?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">startup events</a>, and <a href="https://builder.aws.com/connect/events?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;sc_channel=el">developer-focused events</a> as well as <a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Summits</a> and <a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Community Days</a>. Join the <a href="https://builder.aws.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Builder Center</a> to connect with builders, share solutions, and access content that supports your development.</p> <p>That’s all for this week. Check back next Monday for another <a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=39d9c26c-b157-46ae-bde6-9cf598f5c9e0&amp;sc_channel=el">Weekly Roundup</a>!</p> <p>— <a href="https://linkedin.com/in/channy/">Channy</a></p> Amazon Bedrock Guardrails supports cross-account safeguards with centralized control and management https://aws.amazon.com/blogs/aws/amazon-bedrock-guardrails-supports-cross-account-safeguards-with-centralized-control-and-management/ Fri, 03 Apr 2026 20:36:40 +0000 dae8904c0ba35b1ce9b8bd93ce1d5fc6ca60dead 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. <p>Today, we’re announcing the general availability of cross-account safeguards in <a href="https://aws.amazon.com/bedrock/guardrails/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock Guardrails</a>, a new capability that enables centralized enforcement and management of safety controls across multiple AWS accounts&nbsp;within an organization.</p> <p>With this new capability, you can specify a guardrail in a new&nbsp;<a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock policy</a> 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.</p> <ul> <li><strong>Organization-level enforcements</strong> 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.</li> <li><strong>Account-level enforcement</strong> 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.</li> </ul> <p>You can now establish and centrally manage dependable, comprehensive protection through a single, unified approach. This supports consistent adherence to corporate <a href="https://aws.amazon.com/ai/responsible-ai/">responsible AI</a> 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.</p> <p><strong><u>Getting started with centralized enforcement in Amazon Bedrock Guardrails</u></strong><br> You can get started with account-level and organization-level enforcement configuration in the <a href="https://console.aws.amazon.com/bedrock/home?#/guardrails?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock Guardrails console</a>. 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 <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-prereq.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">prerequisites</a> for using the new capability such as <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-resource-based-policies.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">resource-based policies for guardrails</a>.</p> <p>To enable account-level enforcement, choose <strong>Create</strong> in the section of <strong>Account-level enforcement configurations</strong>.</p> <p><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"></p> <p>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 <strong>Include</strong> or <strong>Exclude</strong> behavior.</p> <p>You can also configure selective content guarding controls for system prompts and user prompts with either <strong>Comprehensive</strong> or <strong>Selective</strong>.</p> <ul> <li>Use <strong>Comprehensive</strong> 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.</li> <li>Use <strong>Selective</strong> 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.</li> </ul> <p><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"></p> <p>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.</p> <p>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 <code>InvokeModel</code>, <code>InvokeModelWithResponseStream</code>, <code>Converse</code>, or <code>ConverseStream</code> APIs.</p> <p><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"></p> <p>To enable organization-level enforcement, go to <a href="https://console.aws.amazon.com/organizations/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Organizations console</a> and choose <strong>Policies</strong> menu.&nbsp;You can enable the <strong>Bedrock policies</strong> in the console.</p> <p><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"></p> <p>You can create a Bedrock policy that specifies your guardrail and attach it to your target accounts or OUs. Choose <strong>Bedrock policies</strong> enabled and&nbsp;<strong>Create policy</strong>. Specify your guardrail ARN and version and configure the input tags setting for in the AWS Organizations. To learn more, visit <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">Amazon Bedrock policies in AWS Organizations</a> and&nbsp;<a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-enforcements.html">Amazon Bedrock policy syntax and examples</a>.</p> <p><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"></p> <p>After creating the policy, you can attach the policy to your desired organizational units, accounts, root in the <strong>Targets</strong> tab.</p> <p><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"></p> <p>Search and select your organization root, OUs, or individual accounts to attach your policy, and choose <strong>Attach policy</strong>.</p> <p><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"></p> <p>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.</p> <p><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"></p> <p>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.</p> <p><strong><u>Things to know</u></strong><br> Here are key considerations to know about GA features:</p> <ul> <li>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 <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-enforcements.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Apply cross-account safeguards with Amazon Bedrock Guardrails enforcement</a>.</li> <li>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 <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock_best_practices.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Best practices for using Amazon Bedrock policies</a>.</li> <li>Automated Reasoning checks are not supported with this capability.</li> </ul> <p><strong><u>Now available</u></strong><br> 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 <a class="c-link" href="https://builder.aws.com/build/capabilities/explore?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer" data-stringify-link="https://builder.aws.com/capabilities/" data-sk="tooltip_parent">AWS Capabilities by Region</a>. Charges apply to each enforced guardrail according to its configured safeguards. For detailed pricing information on individual safeguards, visit <a href="https://aws.amazon.com/bedrock/pricing?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock Pricing</a> page.</p> <p>Give this capability a try in the <a href="https://console.aws.amazon.com/bedrock/home#/guardrails?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Bedrock console</a>&nbsp;and send feedback to <a href="https://repost.aws/tags/TAlO9WA6YBQxuc0MZjaodsUw/amazon-bedrock-guardrails?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS re:Post for Amazon Bedrock Guardrails</a> or through your usual AWS Support contacts.</p> <p>— <a href="https://linkedin.com/in/channy/">Channy</a></p> Announcing managed daemon support for Amazon ECS Managed Instances https://aws.amazon.com/blogs/aws/announcing-managed-daemon-support-for-amazon-ecs-managed-instances/ Wed, 01 Apr 2026 23:31:24 +0000 9292c0511b03e1fae7b7aa64f89e3263e9f4a2b4 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. <p>Today, we’re announcing managed daemon support for <a href="https://aws.amazon.com/ecs/managed-instances/">Amazon Elastic Container Service (Amazon ECS) Managed Instances</a>. This new capability extends the managed instances experience we <a href="https://aws.amazon.com/blogs/aws/announcing-amazon-ecs-managed-instances-for-containerized-applications/">introduced in September 2025</a>, 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.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>Decoupled lifecycle management for daemons<br> </strong></span>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.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>Let’s try it out<br> </strong></span>To take ECS Managed Daemons for a spin, I decided to start with the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent.html">Amazon CloudWatch Agent</a> as my first managed daemon. I had previously set up an Amazon ECS cluster with a Managed Instance capacity provider using the <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/getting-started-managed-instances.html">documentation</a>.</p> <p>From the Amazon Elastic Container Service console, I noticed a new <strong>Daemon task definitions</strong> option in the navigation pane, where I can define my managed daemons.</p> <p><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"></p> <p>I chose <strong>Create new daemon task definition</strong> to get started. For this example, I configured the CloudWatch Agent with 1 vCPU and 0.5 GB of memory. In the <strong>Daemon task definition family field</strong>, I entered a name I’d recognize later.</p> <p>For the <strong>Task execution role</strong>, I selected <strong>ecsTaskExecutionRole</strong> from the dropdown. Under the <strong>Container</strong> section, I gave my container a descriptive name and pasted in the image URI: <code>public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest</code> along with a few additional details.</p> <p>After reviewing everything, I chose <strong>Create</strong>.</p> <p>Once my daemon task definition was created, I navigated to the <strong>Clusters</strong> page, selected my previously created cluster and found the new <strong>Daemons</strong> tab.</p> <p><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"></p> <p>Here I can simply click the <strong>Create daemon</strong> button and complete the form to configure my daemon.</p> <p><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"></p> <p>Under <strong>Daemon configuration</strong>, I selected my newly created daemon task definition family and then assigned my daemon a name. For <strong>Environment configuration</strong>, I selected the ECS Managed Instances capacity provider I had set up earlier. After confirming my settings, I chose <strong>Create</strong>.</p> <p>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 <a href="https://nginx.org/">nginx</a> 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.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>How it works<br> </strong></span>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 <code>daemon_bridge</code> network mode enables daemons to communicate with application tasks while remaining isolated from application networking configurations.</p> <p>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.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>Now available<br> </strong></span>Managed daemon support for Amazon ECS Managed Instances is available today in all <a href="https://aws.amazon.com/about-aws/global-infrastructure/regions_az/">AWS Regions</a>. To get started, visit the Amazon ECS console or review the <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-daemons.html">Amazon ECS documentation</a>. You can also explore the new managed daemons Application Programming Interface (APIs) by visiting <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-daemons.html">this website</a>.</p> <p>There is no additional cost to use managed daemons. You pay only for the standard compute resources consumed by your daemon tasks.</p> Announcing the AWS Sustainability console: Programmatic access, configurable CSV reports, and Scope 1–3 reporting in one place https://aws.amazon.com/blogs/aws/announcing-the-aws-sustainability-console-programmatic-access-configurable-csv-reports-and-scope-1-3-reporting-in-one-place/ Tue, 31 Mar 2026 19:04:00 +0000 898da69b3c60854fe86e286985fc553f5a9f65fc 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. <p>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 <a href="https://console.aws.amazon.com/sustainability/home">AWS Sustainability console</a>, a standalone service that consolidates all AWS sustainability reporting and resources in one place.</p> <p>With the <a href="https://www.aboutamazon.com/planet/climate-pledge">The Climate Pledge</a>, 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.</p> <p>The AWS Sustainability console builds on the <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ccft-estimation.html">Customer Carbon Footprint Tool (CCFT)</a>, which lives inside the <a href="https://aws.amazon.com/aws-cost-management/aws-billing/">AWS Billing console</a>, and introduces a new set of capabilities for which you’ve been asking.</p> <p>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.</p> <p>The console includes <a href="https://ghgprotocol.org/sites/default/files/standards/Product-Life-Cycle-Accounting-Reporting-Standard_041613.pdf">Scope 1, 2, and 3 emissions</a> attributed to your AWS usage and shows you a breakdown by AWS Region, service, such as <a href="https://aws.amazon.com/cloudfront/">Amazon CloudFront</a>, <a href="https://aws.amazon.com/ec2/">Amazon Elastic Compute Cloud (Amazon EC2)</a>, and <a href="https://aws.amazon.com/s3/">Amazon Simple Storage Service (Amazon S3)</a>. 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.</p> <p>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.</p> <p>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.</p> <p>You can also use the new API or the <a href="https://aws.amazon.com/tools/">AWS SDKs</a> 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 <a href="https://aws.amazon.com/organizations/">AWS Organizations</a> structure.</p> <p>You can read about the latest features released and methodology updates directly on the <a href="https://console.aws.amazon.com/sustainability/release-notes"><strong>Release notes</strong></a> page on the <strong>Learn more</strong> tab.</p> <p><span style="text-decoration: underline"><strong>Lets see it in action<br> </strong></span>To show you the Sustainability console, I opened the <a href="https://console.aws.amazon.com">AWS Management Console</a> and searched for “sustainability” in the search bar at the top of the screen.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_14-54-45.png"><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"></a></p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/09/2026-03-09_14-55-17.png"><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"></a></p> <p>The <strong>Carbon emissions</strong> 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.</p> <p>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 <a href="https://sustainability.aboutamazon.com/aws-customer-carbon-footprint-tool-methodology.pdf">our methodology document</a>, which was <a href="https://sustainability.aboutamazon.com/aws-customer-carbon-footprint-tool-methodology-assurance.pdf">independently verified by Apex</a>, a third-party consultant.</p> <p>I can also use API or <a href="https://aws.amazon.com/cli/">AWS Command Line Interface (AWS CLI)</a> to programmatically pull the emissions data.</p> <pre><code class="lang-bash">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" } } }, ...</code></pre> <p>The combination of the visual console and the new API gives you two additional ways to work with your data, in addition to <a href="https://docs.aws.amazon.com/cur/latest/userguide/dataexports-create.html">the Data Exports</a> still available. You can now explore and identify hotspots on the console and automate the reporting you want to share with stakeholders.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>Get started today<br> </strong></span>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.</p> <p>Get started on <a href="https://console.aws.amazon.com/sustainability/home">the console</a> today. If you want to learn more about the AWS commitment to sustainability, visit the <a href="https://aws.amazon.com/sustainability/">AWS Sustainability</a> page.</p> <a href="https://linktr.ee/sebsto">— seb</a> AWS Weekly Roundup: AWS AI/ML Scholars program, Agent Plugin for AWS Serverless, and more (March 30, 2026) https://aws.amazon.com/blogs/aws/aws-weekly-roundup-aws-ai-ml-scholars-program-agent-plugin-for-aws-serverless-and-more-march-30-2026/ Mon, 30 Mar 2026 16:11:28 +0000 1d39ee9ff80d8a07f9c2f17df953c467ee3a21af Last week, what excited me most was the launch of the 2026 AWS AI &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 […] <p>Last week, what excited me most was the <a href="https://www.linkedin.com/posts/swaminathansivasubramanian_excited-to-share-that-applications-are-ugcPost-7442263176475410433-8c8k?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAUt4OcBCLB3u7KY4pbSog9XZD5vI10JCzU">launch of the 2026 AWS AI &amp; ML Scholars program</a> by <a href="https://www.linkedin.com/in/swaminathansivasubramanian/">Swami Sivasubramanian</a>, 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 <a href="https://aws.amazon.com/about-aws/our-impact/scholars/?utm_source=linkedin&amp;utm_medium=s-post&amp;utm_campaign=launch">AWS AI &amp; ML Scholars webpage</a> to learn more and apply.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/27/AWS-AIML.png"><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; ML Scholars Program is back" width="1920" height="1080"></a></p> <p>I’m also excited about the start of <a href="https://aws.amazon.com/events/summits/">AWS Summit</a> 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. <a href="https://aws.amazon.com/events/summits/#empowering-you-to-innovate-with-aws">Explore the AWS Summits</a> near you and join us in person.</p> <p>Now, let’s dive into this week’s AWS news…</p> <p><strong>Last week’s launches</strong><br> Here are last week’s launches that caught my attention:</p> <ul> <li><a href="https://aws.amazon.com/blogs/aws/announcing-amazon-aurora-postgresql-serverless-database-creation-in-seconds/"> Announcing Amazon Aurora PostgreSQL serverless database creation in seconds</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-aurora-postgresql-aws-free-tier/">Amazon Aurora PostgreSQL now available with the AWS Free Tier</a> — 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).</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/agent-plugin-aws-serverless/">Announcing Agent Plugin for AWS Serverless</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-sagemaker-studio-kiro-cursor/">Amazon SageMaker Studio now supports Kiro and Cursor IDEs as remote IDEs</a> — 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.</li> <li><a href="https://aws.amazon.com/blogs/aws/customize-your-aws-management-console-experience-with-visual-settings-including-account-color-region-and-service-visibility/">Introducing visual customization capability in AWS Management Console</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aurora-dsql-connector-for-ruby/">Announcing Aurora DSQL connector to simplify building Ruby applications</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aws-Lambda-file-descriptors-increase-4096/">AWS Lambda increases the file descriptor limit for functions running on Lambda Managed Instances</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/lambda-32-gb-memory-16-vcpus/">AWS Lambda now supports up to 32 GB of memory and 16 vCPUs for Lambda Managed Instances</a> — 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.</li> <li><a href="https://aws.amazon.com/blogs/machine-learning/introducing-amazon-polly-bidirectional-streaming-real-time-speech-synthesis-for-conversational-ai/">Announcing Bidirectional Streaming API for Amazon Polly</a> — 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.</li> </ul> <p>For a full list of AWS announcements, be sure to keep an eye on our&nbsp;<a href="https://aws.amazon.com/blogs/aws/">News Blog</a> channel and the <a href="https://aws.amazon.com/new/">What’s New with AWS&nbsp;</a>page.</p> <p><strong>Upcoming AWS events<br> </strong>Check your calendar and sign up for upcoming AWS events:</p> <ul> <li><a href="https://aws.amazon.com/events/summits/">AWS Summits</a> — 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).</li> <li><a href="https://aws.amazon.com/developer/community/community-days/">AWS Community Days</a> — 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).</li> </ul> <p>Join the <a href="https://builder.aws.com/">AWS Builder Center</a> to connect with builders, share solutions, and access content that supports your development. Browse the <a href="https://aws.amazon.com/events/">AWS Events and Webinars</a> for upcoming AWS-led in-person and virtual events and developer-focused events.</p> <p>That’s all for this week. Check back next Monday for another <a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=7c8639c6-87c6-47d6-9bd0-a5812eecb848&amp;sc_channel=el">Weekly Roundup</a>!</p> <p>—&nbsp;<a href="https://www.linkedin.com/in/kprasadrao/">Prasad</a></p> <p><em>This post is part of our Weekly Roundup series. Check back each week for a quick roundup of interesting news and announcements from AWS!</em></p> Customize your AWS Management Console experience with visual settings including account color, region and service visibility https://aws.amazon.com/blogs/aws/customize-your-aws-management-console-experience-with-visual-settings-including-account-color-region-and-service-visibility/ Thu, 26 Mar 2026 21:34:19 +0000 80d2d5cbf94f064581ec69fa252c9bb8b47e3f09 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. <p>In August 2025, we introduced&nbsp;<a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started-uxc.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS User Experience Customization (UXC)</a> 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 <a href="https://console.aws.amazon.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Management Console</a>, such as <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;sc_channel=el">assigning a color to an AWS account</a> for easier identification.</p> <p>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.&nbsp;With this launch, we offer the ability to customize account color, Region, and service visibility together.</p> <p><strong>Categorize account by color</strong><br> You can set a color for your accounts to visually distinguish between them. To get started, sign in to the <a href="https://console.aws.amazon.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Management Console</a> and choose your account name on the navigation bar. Your account color isn’t set yet. To set the color, choose <strong>Account</strong>.</p> <p><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"></p> <p>In the <strong>Account display settings</strong>, select your preferred account color and choose <strong>Update</strong>. You can see the chosen color in the navigation bar.</p> <p><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"></p> <p>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.</p> <p><strong>Customize Regions and services visibility</strong><br> 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.</p> <p>To get started, choose the gear icon on the navigation bar and choose <strong>See all user settings</strong>. If you are in an administrator role, you can see a new <strong>Account settings</strong> tab in the unified settings. If you have not configured a setting, all Regions and services are visible.</p> <p><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"></p> <p>To set visible Regions, choose <strong>Edit</strong> in the <strong>Visible Regions</strong> section. Select your visible Regions to <strong>All available Regions</strong> or <strong>Select Regions</strong> and configure your list. Choose <strong>Save changes</strong>.</p> <p><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"></p> <p>After configuring visible Region setting, you will find only selected Regions in the Regions selector on the navigation bar in the console.</p> <p><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"></p> <p>You can also set visible services in the same way. Search or select services from the category. I used the <strong>Popular services</strong> category to select my favorites. When you finish selection, choose <strong>Save changes</strong>.</p> <p><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"></p> <p>After configuring visible services setting, you will find only selected services in the <strong>All services</strong> menu on the navigation bar.</p> <p><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"></p> <p>When you search the service name in the search bar, you can only choose selected services.</p> <p><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"></p> <p>The Regions and services visibility settings control only the appearance of services and Regions in the console. They don’t restrict access through the <a href="https://aws.amazon.com/cli/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Command Line Interface (AWS CLI)</a>, <a href="https://builder.aws.com/build/tools?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS SDKs</a>, AWS APIs, or <a href="https://aws.amazon.com/q/developer/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Q Developer</a>.</p> <p>You can also manage these account customization settings programmatically with new <code>visibleServices</code> and <code>visibleRegions</code> parameters. For example, you can use <a href="https://aws.amazon.com/cloudformation/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS CloudFormation</a> sample template:</p> <pre><code class="lang-yaml">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</code></pre> <p>And you can deploy your Cloudformation template.</p> <pre><code class="lang-bash">$ aws cloudformation deploy \ --template-file account-customization.yaml \ --stack-name my-account-customization</code></pre> <p>To learn more, visit the <a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/Welcome.html">AWS User Experience Customization API Reference</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-uxc-accountcustomization.html">AWS CloudFormation template reference</a>.</p> <p>Give it a try in the <a href="https://console.aws.amazon.com/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">AWS Management Console</a> today and provide feedback by selecting the <b>Feedback</b> link at the bottom of the console, posting to the <a href="https://repost.aws/tags/TAnTglnGsnR_CdJMgsyCH_uA/aws-management-console?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">AWS re:Post forum for the AWS Management Console</a>, or reaching out to your AWS Support contacts.</p> <p>— <a href="https://linkedin.com/in/channy/">Channy</a></p> Announcing Amazon Aurora PostgreSQL serverless database creation in seconds https://aws.amazon.com/blogs/aws/announcing-amazon-aurora-postgresql-serverless-database-creation-in-seconds/ Wed, 25 Mar 2026 20:37:11 +0000 061dd44e999bc015e035bfdc76b2e31f62155a34 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. <p>At re:Invent 2025, <a href="https://www.linkedin.com/in/colinlazier/">Colin Lazier</a>, 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 <a href="https://aws.amazon.com/dynamodb/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon DynamoDB</a> tables and <a href="https://aws.amazon.com/rds/aurora/dsql/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Aurora DSQL</a> databases in seconds. He <a href="https://youtu.be/MBvyZENChk0?si=meDKK2zJturw-hK0&amp;t=1084">previewed</a> creating an <a href="https://aws.amazon.com/rds/aurora/serverless/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Aurora serverless</a> database with the same speed, and customers have since requested quick access and speed to this capability.</p> <p><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"></p> <p>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.</p> <p>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.&nbsp;Aurora clusters with express configuration are created without an <a href="https://aws.amazon.com/vpc/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon Virtual Private Cloud (Amazon VPC)</a> 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 <a href="https://aws.amazon.com/iam/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">AWS Identity and Access Management (IAM)</a> authentication for your administrator user by default, enabling passwordless database authentication from the beginning without additional configuration.</p> <p>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.</p> <p>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 <a href="https://aws.amazon.com/free/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Free Tier</a>, which you gain hands-on experience with Aurora at no upfront cost. After it’s created, you can directly query an Aurora database in <a href="https://aws.amazon.com/cloudshell/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS CloudShell</a> or using programming languages and developer tools through a new internet accessible routing component for Aurora. With integrations such as v0 by <a href="https://vercel.com/">Vercel</a>, you can use natural language to start building your application with the features and benefits of Aurora.</p> <p><strong><u>Create an Aurora PostgreSQL serverless database in seconds</u></strong><br> To get started, go to the <a href="https://console.aws.amazon.com/rds/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Aurora and RDS console</a> and in the navigation pane, choose <strong>Dashboard</strong>. Then, choose <strong>Create</strong> with a rocket icon.</p> <p><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"></p> <p>Review pre-configured settings in the <strong>Create with express configuration</strong> dialog box. You can modify the DB cluster identifier or the capacity range as needed. Choose <strong>Create database</strong>.</p> <p><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"></p> <p>You can also use the <a href="https://aws.amazon.com/cli/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Command Line Interface (AWS CLI)</a> or <a href="https://builder.aws.com/build/tools/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS SDKs</a> with the parameter <code>--with-express-configuration</code> 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 <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_GettingStartedAurora.CreatingConnecting.AuroraPostgreSQL.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Creating an Aurora PostgreSQL DB cluster with express configuration</a>.</p> <p>Here is a CLI command to create the cluster:</p> <pre><code class="lang-bash">$ aws rds create-db-cluster --db-cluster-identifier channy-express-db \ --engine aurora-postgresql \ –-with-express-configuration</code></pre> <p>Your Aurora PostgreSQL serverless database should be ready in seconds. A success banner confirms the creation, and the database status changes to <strong>Available</strong>.</p> <p><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"></p> <p>After your database is ready, go to the <strong>Connectivity &amp; security</strong> tab to access three connection options. When connecting through SDKs, APIs, or third-party tools including agents, choose <strong>Code snippets</strong>. 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.</p> <p>For example, the following Python code is dynamically generated to reflect the authentication configuration:</p> <pre><code class="lang-python">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()</code></pre> <p>Choose <strong>CloudShell</strong> for quick access to the AWS CLI which launches directly from the console. When you choose Launch <strong>CloudShell</strong>, 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 <code>psql login</code> and the <code>postgres =&gt; prompt</code> to run SQL commands.</p> <p><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"></p> <p>You can also choose <strong>Endpoints</strong> to use tools that only support username and password credentials, such as pgAdmin. When you choose <strong>Get token</strong>, you use an <a href="https://aws.amazon.com/iam/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Identity and Access Management (IAM)</a> 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.</p> <p><strong><u>Building your application faster with Aurora databases</u></strong><br> At re:Invent 2025, we <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;sc_channel=el">announced enhancements to the AWS Free Tier program</a>, 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 <a href="https://aws.amazon.com/free/database/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Free Tier database services</a>.</p> <p><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"></p> <p>Developers are embracing platforms such as Vercel, where natural language is all it takes to build production-ready applications. We <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;sc_channel=el">announced integrations with Vercel Marketplace</a> to create and connect to an AWS database directly from Vercel in seconds and <a href="https://aws.amazon.com/about-aws/whats-new/2026/01/aws-databases-available-vercel-v0/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">v0 by Vercel</a>, 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 <a href="https://vercel.com/marketplace/aws">AWS for Vercel</a>.</p> <p><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"></p> <p>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.</p> <p>We introduced <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;sc_channel=el">Aurora PostgreSQL integration with Kiro powers</a>, which developers can use to build Aurora PostgreSQL backed applications faster with AI agent-assisted development through <a href="https://kiro.dev">Kiro</a>. You can use Kiro power for Aurora PostgreSQL within <a href="https://kiro.dev/powers/#how-do-i-install-powers?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener">Kiro IDE</a> and from the <a href="https://kiro.dev/powers/" target="_blank" rel="noopener">Kiro powers webpage</a> for one-click installation. To learn more about this Kiro Power, read <a href="https://aws.amazon.com/blogs/database/introducing-amazon-aurora-powers-for-kiro/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener">Introducing Amazon Aurora powers for Kiro</a> and <a href="https://awslabs.github.io/mcp/servers/postgres-mcp-server?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener">Amazon Aurora Postgres MCP Server</a>.</p> <p><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"></p> <p><strong><u>Now available</u></strong><br> 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 <a class="c-link" href="https://builder.aws.com/build/capabilities/explore?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer" data-stringify-link="https://builder.aws.com/capabilities/" data-sk="tooltip_parent">AWS Capabilities by Region</a>.</p> <p>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 <a href="https://aws.amazon.com/rds/aurora/pricing/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Aurora Pricing page</a>.</p> <p>Give it a try in the <a href="https://console.aws.amazon.com/rds/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Aurora and RDS console</a> and send feedback to <a href="https://repost.aws/tags/TAxfQ-h0UrRZ69nv5Q_M-BRQ/aurora-postgresql?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS re:Post for Aurora PostgreSQL</a> or through your usual AWS Support contacts.</p> <p>— <a href="https://linkedin.com/in/channy">Channy</a></p> AWS Weekly Roundup: NVIDIA Nemotron 3 Super on Amazon Bedrock, Nova Forge SDK, Amazon Corretto 26, and more (March 23, 2026) 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/ Mon, 23 Mar 2026 16:40:41 +0000 1f9d03649477ec9226a556ee4e79b9fc441c660b 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; Enterprises harness the power of generative AI with Amazon […] <p>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; 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.</p> <p><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"></p> <p>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 <a href="https://www.linkedin.com/in/danielabib/">LinkedIn</a> and <a href="https://x.com/DCABib">X (@DCABib)</a>, where I share insights about generative AI, Amazon Bedrock, AWS serverless services, and the occasional Ironman throwback.</p> <p>Now, let’s get into this week’s AWS news…</p> <p><strong>Last week’s launches<br> </strong>Here are some launches and updates from this past week that caught my attention:</p> <ul> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-redshift-increases-performance-for-new-queries/">Amazon Redshift increases performance for new queries in dashboards and ETL workloads by up to 7x</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-bedrock-nemotron-3-super/">NVIDIA Nemotron 3 Super now available on Amazon Bedrock</a> — 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.</li> <li><a href="https://aws.amazon.com/blogs/machine-learning/introducing-nova-forge-sdk-a-seamless-way-to-customize-nova-models-for-enterprise-ai/">Introducing Nova Forge SDK, a seamless way to customize Nova models for enterprise AI</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-corretto-26-generally-available/">Amazon Corretto 26 is now generally available</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/lambda-availability-zone-metadata/">AWS Lambda now supports Availability Zone metadata</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/cloudwatch-http-log-collector/">Amazon CloudWatch Logs now supports log ingestion using HTTP-based protocol</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-eks-announces-sla-8xl-scaling-tier/">Amazon EKS announces 99.99% Service Level Agreement and new 8XL scaling tier for Provisioned Control Plane clusters</a> — 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.</li> </ul> <p><strong>Other AWS news<br> </strong>Here are some additional posts and resources that you might find interesting:</p> <ul> <li><a href="https://kiro.dev/students/">Kiro for students</a> — Kiro is now available for students, giving the next generation of builders access to AI-powered development tools at no cost. As Swami Sivasubramanian <a href="https://www.linkedin.com/posts/swaminathansivasubramanian_students-are-the-future-decision-makers-shaping-activity-7440078471449681920-p2l4">shared on LinkedIn</a>, “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.</li> <li><a href="https://strandsagents.com/blog/steering-accuracy-beats-prompts-workflows/">Strands Steering Hooks achieved 100% agent accuracy</a> — 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 <a href="https://www.linkedin.com/posts/swaminathansivasubramanian_building-reliable-ai-agents-often-goes-something-activity-7440433427205574656-ZTdR">highlighted on LinkedIn</a>, building reliable AI agents often means rethinking how we guide model behavior — and Steering Hooks offer a compelling new path to agent reliability.</li> <li><a href="https://builder.aws.com/content/39Ya8ta5NEGZMTCepqfvaK8AwXq/introducing-badges-on-aws-builder-center">Introducing Badges on AWS Builder Center</a> — 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.</li> <li><a href="https://builder.aws.com/content/3B3nNUqr0aOLu1GbK1dyjmW0Z9h/keep-building-together-the-power-of-community">Keep Building Together: The Power of Community</a> — 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.</li> </ul> <p><strong>Upcoming AWS events<br> </strong>Check your calendar and sign up for upcoming AWS events:</p> <ul> <li><a href="https://aws.amazon.com/events/summits/">AWS Summits</a> — 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).</li> <li><a href="https://aws.amazon.com/developer/community/community-days/">AWS Community Days</a> — 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).</li> <li><a href="https://www.awswomensummitlatam.com/home.html">AWSome Women Summit LATAM</a> — 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.</li> </ul> <p>Join the <a href="https://builder.aws.com/">AWS Builder Center</a> to connect with builders, share solutions, and access content that supports your development. Browse the <a href="https://aws.amazon.com/events/">AWS Events and Webinars</a> for upcoming AWS-led in-person and virtual events and developer-focused events.</p> <p>That’s all for this week. Check back next Monday for another Weekly Roundup!</p> <p><em>This post is part of our Weekly Roundup series. Check back each week for a quick roundup of interesting news and announcements from AWS!</em></p> 20 years in the AWS Cloud – how time flies! https://aws.amazon.com/blogs/aws/20-years-in-the-aws-cloud-how-time-flies/ Thu, 19 Mar 2026 13:35:54 +0000 14145bfe5096e96a6f01aa41a78758e848a1320e 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. <p><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">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 <a href="https://aws.amazon.com/blogs/aws/ten-years-in-the-aws-cloud-how-time-flies/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Jeff Barr wrote the 10th anniversary post</a>.</p> <p><strong><u>AWS changed my life</u></strong><br> 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 <a href="https://channy.creation.net/blog/293">Korea NGWeb conference</a>. 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 <a href="http://aws.amazon.com/blogs/aws/amazon_s3/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon S3 launch blog post</a> on the flight back to the United States.</p> <p><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"></p> <p>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 <a href="https://www.youtube.com/watch?v=FAsDEsVFGDU">first AWS customers in Korea</a> in 2014. Countless developers—myself included—have embraced cloud computing and actively used its capabilities to accomplish what was previously impossible.</p> <p>Over the past decade, the technology landscape has transformed dramatically. Deep learning emerged as a breakthrough in AI, evolving through <a href="https://aws.amazon.com/generative-ai/">generative AI</a> based on <a href="https://aws.amazon.com/what-is/large-language-model/">large language models</a> (LLMs) to today’s <a href="https://aws.amazon.com/ai/agentic-ai/">agentic AI</a> 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.</p> <p><strong><u>20 years of AWS</u></strong><br> For the first 10 years, Jeff selected his favorite AWS launches and blog posts. <a href="http://aws.amazon.com/blogs/aws/amazon_s3/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon S3</a>, <a href="http://aws.amazon.com/blogs/aws/amazon_ec2_beta/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon EC2</a> (2006), <a href="http://aws.amazon.com/blogs/aws/introducing-rds-the-amazon-relational-database-service/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon Relational Database Service</a>, <a href="http://aws.amazon.com/blogs/aws/introducing-amazon-virtual-private-cloud-vpc/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon Virtual Private Cloud</a> (2009), <a href="https://aws.amazon.com/blogs/aws/amazon-dynamodb-internet-scale-data-storage-the-nosql-way/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon DynamoDB</a>, <a href="http://aws.amazon.com/blogs/aws/amazon-redshift-the-new-aws-data-warehouse/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon Redshift</a> (2012), <a href="http://aws.amazon.com/blogs/aws/amazon-workspaces-desktop-computing-in-the-cloud/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon WorkSpaces</a>, <a href="http://aws.amazon.com/blogs/aws/amazon-kinesis-real-time-processing-of-streamed-data/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">Amazon Kinesis</a> (2013), <a href="https://aws.amazon.com/blogs/aws/run-code-cloud/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Lambda</a> (2014), and <a href="http://aws.amazon.com/blogs/aws/aws-iot-cloud-services-for-connected-devices/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer">AWS IoT</a> (2015).</p> <p><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"></p> <p>While I also hate to play favorites, I want to choose some of my favorite AWS blog posts of the past decade.</p> <ul> <li><strong>Deploying containers easily</strong> (2014)&nbsp;– <a href="https://aws.amazon.com/blogs/aws/cloud-container-management/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Elastic Container Service</a> 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 <a href="https://aws.amazon.com/blogs/aws/amazon-elastic-container-service-for-kubernetes/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Elastic Kubernetes Service</a> as a fully managed Kubernetes service and <a href="https://aws.amazon.com/blogs/aws/aws-fargate/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Fargate</a> as a serverless deployment option.</li> <li><strong>High availability database at global scale</strong> (2017) – <a href="https://aws.amazon.com/blogs/aws/now-available-amazon-aurora-with-postgresql-compatibility/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Aurora</a> <span class="rggc_8711ccd9 rggc_98b54368 rggc_275611e5" data-rg-n="BodyText">is a modern relational database service offering performance and high availability at scale. In 2018, we launched <a href="https://aws.amazon.com/blogs/aws/aurora-serverless-ga/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Aurora Serverless v1</a>, and this serverless database evolved to <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;sc_channel=el">Amazon Aurora Serverless v2</a> to <span data-eb-item-id="">scale down to zero. In 2025, we also launched <a href="https://aws.amazon.com/blogs/aws/amazon-aurora-dsql-is-now-generally-available/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Aurora DSQL</a> is the fastest serverless distributed SQL database for always available applications.</span></span></li> <li><strong>Machine learning (ML) at your fingertips </strong>(2017) – <a href="https://aws.amazon.com/blogs/aws/sagemaker/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon SageMaker</a> 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 <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;sc_channel=el">the next generation of Amazon SageMaker</a>, a unified platform for data, analytics, and AI and introduced <a href="https://aws.amazon.com/sagemaker/ai/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon SageMaker AI</a> to focus specifically on building, training, and deploying AI and ML models at scale.</li> <li><span data-eb-item-id=""><strong>Best price performance for cloud workloads</strong> (2018) – </span>We launched <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;sc_channel=el">Amazon EC2 A1 instances</a> powered by the first generation of Arm-based <a href="https://aws.amazon.com/ec2/graviton/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Graviton Processors</a> designed to deliver the best price performance for your cloud workloads. Last year, we <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;sc_channel=el">previewed EC2 M9g instances</a> 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.</li> <li><strong>Run AWS Cloud in your data center</strong> (2019) – <a href="https://aws.amazon.com/blogs/aws/aws-outposts-now-available-order-your-racks-today/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Outposts</a> 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 <a href="https://aws.amazon.com/outposts/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">variety of form factors</a>, 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.</li> <li><span data-eb-item-id=""><strong>Best price performance for ML workloads</strong></span> (2019) – We launched <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;sc_channel=el">Amazon EC2 Inf1 instances</a> powered by the first generation of <a href="https://aws.amazon.com/ai/machine-learning/inferentia/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Inferentia chips</a> designed to provide fast, low-latency inferencing. In 2022, we launched <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;sc_channel=el">Amazon EC2 Trn1 instances</a> powered by the first generation of <a href="https://aws.amazon.com/ai/machine-learning/trainium/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Trainium chips</a> optimized for high performance AI training. Last year, we launched <a href="https://aws.amazon.com/about-aws/whats-new/2025/12/amazon-ec2-trn3-ultraservers/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon EC2 Trn3 UltraServers</a> 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.</li> <li><strong>Build your generative AI apps on AWS</strong> (2023) – <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;sc_channel=el">Amazon Bedrock</a> 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.&nbsp;Last year, we <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;sc_channel=el">introduced Amazon Bedrock AgentCore</a>, 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.</li> <li><strong>Your AI coding companion</strong> (2023) – We launched <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;sc_channel=el">Amazon CodeWhisperer</a> 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 <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;sc_channel=el">Amazon Q Developer</a> 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 <a href="https://kiro.dev/blog/introducing-kiro/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Kiro</a>, a new agentic AI development tool that brings structure to AI coding through spec-driven development, taking projects from prototype to production. Recently, Kiro <a href="https://kiro.dev/blog/introducing-kiro-autonomous-agent/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">previewed an autonomous agent</a>, a frontier agent that works independently on development tasks, maintaining context and learning from every interaction.</li> <li><strong>Broaden your AI model choices</strong> (2024) – We launched <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;sc_channel=el">Amazon Titan models</a> further increasing cost-effective AI model choice for text and multimodal needs in Amazon Bedrock. At AWS re:Invent 2024, we announced <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;sc_channel=el">Amazon Nova</a> models that delivers frontier intelligence and industry leading price performance. Now Amazon Nova has a portfolio of AI offerings—including Amazon Nova models, <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;sc_channel=el">Amazon Nova Forge</a>, a new service to build your own frontier models; and <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;sc_channel=el">Amazon Nova Act</a>, a new service to build agents that automate browser-based UI workflows powered by a custom <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;sc_channel=el">Amazon Nova 2 Lite model</a>.</li> </ul> <p><strong><u>Build with AI: Your path forward</u></strong><br> 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.</p> <p>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 <a href="https://www.aboutamazon.com/news/aws/amazon-invests-additional-4-billion-anthropic-ai?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Anthropic</a> and <a href="https://www.aboutamazon.com/news/aws/amazon-open-ai-strategic-partnership-investment?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">OpenAI</a>. By using our model training and inference infrastructure and <a href="https://aws.amazon.com/ai/responsible-ai/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">responsible AI</a> 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.</p> <p>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 <a href="https://aws.amazon.com/free/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS AI for free</a>. If you’re a student, start building with <a href="https://kiro.dev/students/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Kiro for free</a> using 1,000 credits per month for one year.</p> <p>— <a href="https://linkedin.com/in/channy/">Channy</a></p> Our First 2026 AWS Heroes Cohort Is Here! https://aws.amazon.com/blogs/aws/our-first-2026-heroes-cohort-is-here/ Wed, 18 Mar 2026 16:26:15 +0000 cf44d6e2135975faf4160c0cf14c849d06d69519 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 […] <p>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.</p> <h2 style="clear: both">Maurizio Argoneto – Pignola, Italy</h2> <p><a href="https://builder.aws.com/community/@margoneto81" target="_blank" rel="noopener noreferrer"><img loading="lazy" class="alignleft" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/17/Maurizio_175x263.jpg" width="175" height="263"></a>Community Hero <a href="https://builder.aws.com/community/@margoneto81" target="_blank" rel="noopener noreferrer"> Maurizio</a> 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.</p> <h2 style="clear: both">Ray Goh – Singapore</h2> <p><a href="https://builder.aws.com/community/@rayg" target="_blank" rel="noopener noreferrer"><img loading="lazy" class="alignleft" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/17/Ray_175x263.jpg" width="175" height="263"></a>Artificial Intelligence Hero <a href="https://builder.aws.com/community/@rayg" target="_blank" rel="noopener noreferrer"> Ray Goh </a> 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.</p> <h2 style="clear: both">Sheyla Leacock – Panama City, Panama</h2> <p><a href="https://builder.aws.com/community/@sheyla" target="_blank" rel="noopener noreferrer"><img loading="lazy" class="alignleft" src="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/17/Sheyla-Leacock_175x263.jpg" width="175" height="263"></a>Security Hero <a href="https://builder.aws.com/community/@sheyla" target="_blank" rel="noopener noreferrer">Sheyla Leacock</a>&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.</p> <h2 style="clear: both">Learn More</h2> <p>Visit the <a href="https://builder.aws.com/connect/community/heroes" target="_blank" rel="noopener">AWS Heroes webpage</a> if you’d like to learn more about the AWS Heroes program, or to connect with a Hero near you.</p> <p>— <a href="https://twitter.com/taylorjacobsen" target="_blank" rel="noopener noreferrer">Taylor</a></p> AWS Weekly Roundup: Amazon S3 turns 20, Amazon Route 53 Global Resolver general availability, and more (March 16, 2026) 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/ Mon, 16 Mar 2026 16:02:17 +0000 565f4a73a37b2a9f9b94b135334161d6ecb97641 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 […] <p>Twenty years ago this past week, Amazon S3 launched publicly on March 14, 2006. While <a href="https://aws.amazon.com/s3/?nc2=type_a">Amazon Simple Storage Service</a> 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.</p> <p>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 <a href="https://aws.amazon.com/blogs/aws/author/stormacq/">Sébastien Stormacq</a> wrote a detailed look at the engineering and the road ahead in <a href="https://aws.amazon.com/blogs/aws/twenty-years-of-amazon-s3-and-building-whats-next/">Twenty years of Amazon S3 and building what’s next</a>, and if you want to read about those earliest customers and how they shaped what AWS became, I recommend <a href="https://www.aboutamazon.com/news/aws/the-earliest-aws-customers-who-helped-build-the-cloud">How three startups helped Amazon invent cloud computing and paved the way for AI</a>. Twenty years is worth pausing to celebrate.</p> <p>Alongside the 20th anniversary of S3, <a href="https://aws.amazon.com/blogs/aws/author/channy-yun/">Channy Yun</a> 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 <code>s3:x-amz-bucket-namespace</code> condition key.&nbsp;Read <a href="https://aws.amazon.com/blogs/aws/introducing-account-regional-namespaces-for-amazon-s3-general-purpose-buckets/">Channy’s post</a> to learn more about account regional namespaces for Amazon S3 general purpose buckets.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/16/aws20-hero-amazon-news-ck-030626.jpg"><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"></a></p> <p>This week’s featured launch is one I have a personal connection to: the <a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-route-53-global-resolver/">general availability of Amazon Route 53 Global Resolver</a>. I wrote about the <a href="https://aws.amazon.com/blogs/aws/introducing-amazon-route-53-global-resolver-for-secure-anycast-dns-resolution-preview/">preview</a> 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.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>Last week’s launches</strong></span><br> Here are some of the other announcements from last week:</p> <ul> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-bedrock-agentcore-runtime-stateful-mcp/">Amazon Bedrock AgentCore Runtime now supports stateful MCP server features</a> — 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 <code>Mcp-Session-Id</code> 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 <a href="https://docs.aws.amazon.com/bedrock-agentcore/">Amazon Bedrock AgentCore</a> documentation.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-workspaces-windows-server-2025/">Amazon WorkSpaces now supports Microsoft Windows Server 2025</a> — 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 <a href="https://aws.amazon.com/workspaces-family/workspaces/faqs/">Amazon WorkSpaces FAQs</a>.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aws-builder-id-sign-in-github-amazon/">AWS Builder ID now supports Sign in with GitHub and Amazon</a> — 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 <a href="https://docs.aws.amazon.com/signin/latest/userguide/sign-in-builder-id.html">AWS Builder ID</a> documentation.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-redshift-reusable-templates-copy/">Amazon Redshift introduces reusable templates for COPY operations</a> — 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 <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_COPY-WITH-TEMPLATE.html?refid=d8ec3b19-0f37-4f8c-8c12-189f913e205c">documentation</a> or read the <a href="https://aws.amazon.com/blogs/big-data/standardize-amazon-redshift-operations-using-templates/">Standardize Amazon Redshift operations using Templates</a> blog.</li> </ul> <p>For a full list of AWS announcements, be sure to keep an eye on our <a href="https://aws.amazon.com/blogs/aws/">News Blog</a> channel the <a href="https://aws.amazon.com/new/">What’s New with AWS</a> page.</p> <p><span style="text-decoration: underline"><strong>Upcoming AWS events</strong></span><br> Check your calendar and sign up for upcoming AWS events:</p> <p><a href="https://aws.amazon.com/events/summits/?trk=ep_card_event_page&amp;awsf.location=*all&amp;refid=ep_card_event_page">AWS Summits</a> – 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 <a href="https://aws.amazon.com/events/summits/paris/">Paris</a> (April 1), <a href="https://aws.amazon.com/events/summits/london/">London</a> (April 22), and <a href="https://aws.amazon.com/events/summits/bengaluru/">Bengaluru</a> (April 23–24).</p> <p><a href="https://aws.amazon.com/events/community-day/">AWS Community Days</a> – Community-led conferences where content is planned, sourced, and delivered by community leaders, featuring technical discussions, workshops, and hands-on labs. Upcoming events include <a href="https://www.awsugpune.in/">Pune</a> (March 21), <a href="https://www.aws-cscd.com/">San Francisco</a> (April 10), and <a href="https://aws-community.ro/">Romania</a> (April 23-24).</p> <p><a href="https://aws.amazon.com/events/aws-at-nvidia-gtc26/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS at NVIDIA GTC 2026</a>&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.</p> <p><a href="https://builder.aws.com/content/39zVQT5ykq9bhnngp3kPeQNqjOc/aws-community-gameday-europe-on-the-1703-think-you-know-aws-come-prove-it">AWS Community GameDay Europe</a> — 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 <a href="https://www.awsgameday.eu/">awsgameday.eu</a>.</p> <p>Join the <a href="https://builder.aws.com/?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;sc_channel=el">AWS Builder Center</a> to connect with builders, share solutions, and access content that supports your development. Browse here for upcoming <a href="https://aws.amazon.com/events/explore-aws-events/?refid=e61dee65-4ce8-4738-84db-75305c9cd4fe">AWS-led in-person and virtual events</a> and <a href="https://builder.aws.com/connect/events?trk=e61dee65-4ce8-4738-84db-75305c9cd4fe&amp;sc_channel=el">developer-focused events</a>.</p> <p>That’s all for this week. Check back next Monday for another Weekly Roundup!</p> <a href="https://www.linkedin.com/in/esrakayabali/">— Esra</a> <p><em>This post is part of our Weekly Roundup series. Check back each week for a quick roundup of interesting news and announcements from AWS!</em></p> Twenty years of Amazon S3 and building what’s next https://aws.amazon.com/blogs/aws/twenty-years-of-amazon-s3-and-building-whats-next/ Fri, 13 Mar 2026 12:58:39 +0000 a3996fe388d2e78fc44dd4af61d511e4558c30b7 Some reflections on 20 years of innovations in Amazon S3 including S3 Tables, S3 Vectors and S3 Metadata. <p>Twenty years ago today, on March 14, 2006, <a href="https://aws.amazon.com/s3/">Amazon Simple Storage Service (Amazon S3)</a> quietly launched with a modest one-paragraph announcement on the <a href="https://aws.amazon.com/about-aws/whats-new/2006/03/announcing-amazon-s3---simple-storage-service/">What’s New page</a>:</p> <blockquote> <p>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.</p> </blockquote> <p>Even <a href="https://aws.amazon.com/blogs/aws/amazon_s3/">Jeff Barr’s blog post</a> 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.</p> <p><span style="text-decoration: underline"><strong>The early days: Building blocks that just work</strong></span><br> 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.</p> <p>From day one, S3 was guided by five fundamentals that remain unchanged today.</p> <p><strong>Security</strong> means your data is protected by default. <strong>Durability</strong> is designed for 11 nines (99.999999999%), and we operate S3 to be lossless. <strong>Availability</strong> is designed into every layer, with the assumption that failure is always present and must be handled. <strong>Performance</strong> is optimized to store virtually any amount of data without degradation. <strong>Elasticity</strong> means the system automatically grows and shrinks as you add and remove data, with no manual intervention required.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>S3 today: Scale beyond imagination</strong></span><br> Throughout 20 years, S3 has remained committed to its core fundamentals even as it’s grown to a scale that’s hard to comprehend.</p> <p>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.</p> <p><a href="https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/03/10/s3-illustration-2.png"><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"></a></p> <p>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 <a href="https://aws.amazon.com/about-aws/whats-new/2025/12/amazon-s3-maximum-object-size-50-tb/">maximum object size has grown from 5 GB to 50 TB</a>, 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.</p> <p>Even as S3 has grown to support this incredible scale, the price you pay has dropped. Today, AWS charges slightly over <a href="https://aws.amazon.com/s3/pricing/">2 cents per gigabyte</a>. 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 <a href="https://aws.amazon.com/s3/storage-classes/intelligent-tiering/">Amazon S3 Intelligent-Tiering</a> as compared to <a href="https://aws.amazon.com/s3/storage-classes/">Amazon S3 Standard</a>.</p> <p>Over the past two decades, the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html">S3 API</a> 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.</p> <p>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.”</p> <p><span style="text-decoration: underline"><strong>The engineering behind the scale</strong></span><span style="text-decoration: underline"><strong><br> </strong></span>What makes S3 possible at this scale? Continuous innovation in engineering.</p> <p>Much of what follows is drawn from a conversation between Mai-Lan Tomsen Bukovec, VP of Data and Analytics at AWS, and <a href="https://www.linkedin.com/in/gergelyorosz/">Gergely Orosz</a> of <a href="https://newsletter.pragmaticengineer.com/podcast">The Pragmatic Engineer</a>. The <a href="https://newsletter.pragmaticengineer.com/p/how-aws-s3-is-built">in-depth interview</a> goes further into the technical details for those who want to go deeper. In the following paragraphs, I share some examples:</p> <p>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.</p> <p>S3 engineers use <a href="https://www.amazon.science/publications/using-lightweight-formal-methods-to-validate-a-key-value-storage-node-in-amazon-s3">formal methods and automated reasoning</a> 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 <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">cross-Region replication</a> or for <a href="https://aws.amazon.com/blogs/security/protect-sensitive-data-in-the-cloud-with-automated-reasoning-zelkova/">access policies</a>.</p> <p>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.</p> <p>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.</p> <p><span style="text-decoration: underline"><strong>Looking forward</strong></span><br> 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.</p> <p>Here are a few standout launches from recent years:</p> <ul> <li><a href="https://aws.amazon.com/blogs/aws/new-amazon-s3-tables-storage-optimized-for-analytics-workloads/">S3 Tables</a> – Fully managed Apache Iceberg tables with automated maintenance that optimize query efficiency and reduce storage cost over time.</li> <li><a href="https://aws.amazon.com/blogs/aws/amazon-s3-vectors-now-generally-available-with-increased-scale-and-performance/">S3 Vectors</a> – 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.</li> <li><a href="https://aws.amazon.com/blogs/aws/amazon-s3-metadata-now-supports-metadata-for-all-your-s3-objects/">S3 Metadata</a> – 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.</li> </ul> <p>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.</p> <p>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.</p> <p>Here’s to the next 20 years of innovation on <a href="https://aws.amazon.com/s3/">Amazon S3</a>.</p> <a href="https://linktr.ee/sebsto">— seb</a> Introducing account regional namespaces for Amazon S3 general purpose buckets https://aws.amazon.com/blogs/aws/introducing-account-regional-namespaces-for-amazon-s3-general-purpose-buckets/ Thu, 12 Mar 2026 21:18:55 +0000 196b4cd5ec90a1f18c700e9852ebae62a5bd105d 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. <p>Today, we’re announcing a new feature of <a href="https://aws.amazon.com/s3/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Simple Storage Service (Amazon S3)</a> 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.</p> <p>With this feature, you can predictably name and create general purpose buckets in your own account regional namespace by appending your account’s unique suffix in your requested bucket name. For example, I can create the bucket <code>mybucket-123456789012-us-east-1-an</code> in my account regional namespace. <code>mybucket</code> is the bucket name prefix that I specified, then I add my account regional suffix to the requested bucket name: <code>-123456789012-us-east-1-an</code>. If another account tries to create buckets using my account’s suffix, their requests will be automatically rejected.</p> <p>Your security teams can use <a href="https://aws.amazon.com/iam/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Identity and Access Management (AWS IAM)</a> policies and <a href="https://aws.amazon.com/organizations/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Organizations</a> service control policies to enforce that your employees only create buckets in their account regional namespace using the new <code>s3:x-amz-bucket-namespace</code> condition key, helping teams adopt the account regional namespace across your organization.</p> <p><strong><u>Create your S3 bucket with account regional namespace in action</u></strong><br> To get started, choose <strong>Create bucket</strong> in the <a href="https://console.aws.amazon.com/s3?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon S3 console</a>. To create your bucket in your account regional namespace, choose <strong>Account regional namespace</strong>. If you choose this option, you can create your bucket with any name that is unique to your account and region.</p> <p>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.</p> <p><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"></p> <p>Using the <a href="https://aws.amazon.com/cli/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Command Line Interface (AWS CLI)</a>, you can create a bucket with account regional namespace by specifying the <code>x-amz-bucket-namespace:account-regional</code> request header and providing a compatible bucket name.</p> <pre><code class="lang-bash">$ aws s3api create-bucket --bucket mybucket-123456789012-us-east-1-an \ --bucket-namespace account-regional \ --region us-east-1</code></pre> <p>You can use the <a href="https://aws.amazon.com/sdk-for-python/">AWS SDK for Python (Boto3)</a> to create a bucket with account regional namespace using <code>CreateBucket</code> API request.</p> <pre><code class="lang-python">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}")</code></pre> <p>You can update your infrastructure as code (IaC) tools, such as <a href="https://aws.amazon.com/cloudformation/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS CloudFormation</a>, to simplify creating buckets in your account regional namespace. AWS CloudFormation offers the pseudo parameters, <code>AWS::AccountId</code> and <code>AWS::Region</code>, making it easy to build <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-s3-bucket.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">CloudFormation templates</a> that create account regional namespace buckets.</p> <p>The following example demonstrates how you can update your existing CloudFormation templates to start creating buckets in your account regional namespace:</p> <pre><code class="lang-json">BucketName: !Sub "amzn-s3-demo-bucket-${AWS::AccountId}-${AWS::Region}-an" BucketNamespace: "account-regional"</code></pre> <p>Alternatively, you can also use the <code>BucketNamePrefix</code> property to update your CloudFormation template. By using the <code>BucketNamePrefix</code>, 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.</p> <pre><code class="lang-json">BucketNamePrefix: 'amzn-s3-demo-bucket' BucketNamespace: "account-regional" </code></pre> <p>Using these options, you can build a custom CloudFormation template to easily create general purpose buckets in your account regional namespace.</p> <p><strong>Things to know</strong><br> 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.</p> <p>To learn more, visit&nbsp;<a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/gpbucketnamespaces.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Namespaces for general purpose buckets</a> in the Amazon S3 User Guide.</p> <p><strong><u>Now available</u></strong><br> 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.</p> <p>Give it a try in the <a href="https://console.aws.amazon.com/s3?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon S3 console</a> today and send feedback to <a href="https://repost.aws/tags/TADSTjraA0Q4-a1dxk6eUYaw/amazon-simple-storage-service?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS re:Post for Amazon S3</a> or through your usual AWS Support contacts.</p> <p>— <a href="https://linkedin.com/in/channy/">Channy</a></p> AWS Weekly Roundup: Amazon Connect Health, Bedrock AgentCore Policy, GameDay Europe, and more (March 9, 2026) https://aws.amazon.com/blogs/aws/aws-weekly-roundup-amazon-connect-health-bedrock-agentcore-policy-gameday-europe-and-more-march-9-2026/ Mon, 09 Mar 2026 16:15:35 +0000 2e3bcb2496b0ca6aecf399255da4d2d96829fd6e 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 […] <p>Fiti AWS Student Community Kenya!</p> <p>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 <a href="https://www.linkedin.com/school/meru-university-of-science-and-technology-must/">Meru University of Science and Technology</a>, with keynotes from my colleagues <a href="https://www.linkedin.com/in/veliswa-boya/">Veliswa</a> and <a href="https://www.linkedin.com/in/tiffanysouterre/">Tiffany</a>, and sessions on everything from GitOps to cloud-native engineering, and a whole lot of AI agent building.</p> <table> <tbody> <tr> <td><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"></td> <td><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"></td> </tr> </tbody> </table> <p><a href="https://jawsdays2026.jaws-ug.jp/floormap/">JAWS Days 2026</a> 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 <a href="https://www.linkedin.com/in/jeffbarr/">Jeff Barr</a>, and included over 100 technical and community experience sessions, lightning talks, and workshops such as Game Days, Builders Card Challenges, and networking parties.</p> <p>Now, let’s get into this week’s AWS news…</p> <p><strong>Last week’s launches</strong><br> Here are some launches and updates from this past week that caught my attention:</p> <ul> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-connect-health-agentic-ai-healthcare/">Introducing Amazon Connect Health, Agentic AI Built for Healthcare</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/policy-amazon-bedrock-agentcore-generally-available/">Policy in Amazon Bedrock AgentCore is now generally available</a> — 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.</li> <li><a href="https://aws.amazon.com/blogs/aws/introducing-openclaw-on-amazon-lightsail-to-run-your-autonomous-private-ai-agents/">Introducing OpenClaw on Amazon Lightsail to run your autonomous private AI agents</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/vpc-encryption-controls-pricing/">AWS announces pricing for VPC Encryption Controls</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/dbsp-opensearch-service-neptune-analytics/">Database Savings Plans now supports Amazon OpenSearch Service and Amazon Neptune Analytics</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/elastic-beanstalk-ai-analysis/">AWS Elastic Beanstalk now offers AI-powered environment analysis</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/aws-simplifies-iam-role-creation-and-setup/">AWS simplifies IAM role creation and setup in service workflows</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/lambda-durable-kiro-power/">Accelerate Lambda durable functions development with new Kiro power</a> — 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.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-gamelift-servers-ddos-protection/">Amazon GameLift Servers launches DDoS Protection</a> — 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.</li> </ul> <p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">What’s New with AWS</a> page.</p> <p><strong>From AWS community</strong><br> Here are my personal favorite posts from AWS community and my colleagues:</p> <ul> <li><a href="https://builder.aws.com/content/3AhVKdfIvhOgaTT8Eu1PXzzLxRm/i-built-a-portable-ai-memory-layer-with-mcp-aws-bedrock-and-a-chrome-extension">I Built a Portable AI Memory Layer with MCP, AWS Bedrock, and a Chrome Extension</a> — 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.</li> <li><a href="https://dev.to/aws/when-the-model-is-the-machine-25g4">When the Model Is the Machine</a> — 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.</li> </ul> <p><strong>Upcoming AWS events</strong><br> Check your calendar and sign up for upcoming AWS events:</p> <ul> <li><a href="https://builder.aws.com/content/39zVQT5ykq9bhnngp3kPeQNqjOc/aws-community-gameday-europe-on-the-1703-think-you-know-aws-come-prove-it">AWS Community GameDay Europe</a> — 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.</li> <li><a href="https://aws.amazon.com/events/aws-at-nvidia-gtc26/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS at NVIDIA GTC 2026</a> — 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.</li> <li><a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Summits</a> — 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 <a href="https://aws.amazon.com/events/summits/paris/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Paris</a> (April 1), <a href="https://aws.amazon.com/events/summits/london/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">London</a> (April 22), and <a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Bengaluru</a> (April 23–24).</li> <li><a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Community Days</a> — Community-led conferences where content is planned, sourced, and delivered by community leaders. Upcoming events include <a href="https://www.awscommunityday.sk/">Slovakia</a> (March 11), <a href="https://www.awsugpune.in/">Pune</a> (March 21), and the AWSome Women Summit LATAM in <a href="https://www.awswomensummitlatam.com/home.html">Mexico City</a> (March 28)</li> </ul> <p>Browse here for upcoming <a href="https://aws.amazon.com/events/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS led in-person and virtual events</a>, <a href="https://aws.amazon.com/startups/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">startup events</a>, and <a href="https://builder.aws.com/connect/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">developer-focused events</a>.</p> <p>That’s all for this week. Check back next Monday for another <a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Weekly Roundup</a>!</p> <a href="https://linktr.ee/sebsto">— seb</a> Introducing OpenClaw on Amazon Lightsail to run your autonomous private AI agents https://aws.amazon.com/blogs/aws/introducing-openclaw-on-amazon-lightsail-to-run-your-autonomous-private-ai-agents/ Wed, 04 Mar 2026 20:04:16 +0000 ff8c0ff873d5871b8812a5d9f4162a7af1b9648a 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. <p>Today, we’re announcing the general availability of <a href="https://openclaw.ai">OpenClaw</a> on <a href="https://aws.amazon.com/lightsail/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Lightsail</a> to launch OpenClaw instance, pairing your browser, enabling AI capabilities, and optionally connecting messaging channels. Your Lightsail OpenClaw instance is pre-configured with <a href="https://aws.amazon.com/bedrock">Amazon Bedrock</a> as the default AI model provider. Once you complete setup, you can start chatting with your AI assistant immediately — no additional configuration required.</p> <p>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.</p> <p>AWS customers have asked if they can run OpenClaw on AWS. Some of them blogged about running OpenClaw on <a href="https://aws.amazon.com/ec2/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon EC2</a> 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.</p> <p>So, let me introduce how to launch a pre-configured OpenClaw instance on Amazon Lightsail more easily and run it securely.</p> <p><strong><u>OpenClaw on Amazon Lightsail in action</u></strong><br> To get started, go to the <a href="https://lightsail.aws.amazon.com/ls/webapp/home?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Amazon Lightsail console</a> and choose <strong>Create instance</strong> on the<strong> Instances</strong> section. After choosing your preferred AWS Region and Availability Zone, Linux/Unix platform to run your instance, choose OpenClaw under <strong>Select a blueprint</strong>.</p> <p><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"></p> <p>You can choose your instance plan (4 GB memory plan is recommended for optimal performance) and enter a name for your instance. Finally choose <strong>Create instance</strong>. Your instance will be in a <strong>Running</strong> state in a few minutes.</p> <p><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"></p> <p>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 <strong>Connect using SSH</strong> in the <strong>Getting started</strong> tab.</p> <p>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.</p> <p><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"></p> <p>When prompted, press <code>y</code> to continue and <code>a</code> to approve with device pairing in the SSH terminal. When pairing is complete, you can see the <strong>OK</strong> status in the OpenClaw dashboard and your browser is now connected to your OpenClaw instance.</p> <p><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"></p> <p>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 <strong>Getting started</strong> tab and run copied script into the <a href="https://aws.amazon.com/cloudshell/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS CloudShell</a> terminal.</p> <p><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"></p> <p>Once the script is complete, go to <strong>Chat</strong> in the OpenClaw dashboard to start using your AI assistant!</p> <p>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 <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;sc_channel=el">Get started with OpenClaw on Lightsail</a> in the Amazon Lightsail User Guide.</p> <p><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"></p> <p><strong>Things to know</strong><br> Here are key considerations to know about this feature:</p> <ul> <li><strong>Permission</strong> — 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 <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS IAM policies</a> in the AWS documentation.</li> <li><strong>Cost</strong> — 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 <a href="https://aws.amazon.com/marketplace/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Marketplace</a> such as Anthropic Claude or Cohere, there may be additional software fees on top of the per-token cost.</li> <li><strong>Security</strong> — 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 <a href="https://docs.openclaw.ai/gateway/security">Security on OpenClaw gateway</a>.</li> </ul> <p><strong><u>Now available</u></strong><br> OpenClaw on Amazon Lightsail is now available in all AWS commercial Regions where <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;sc_channel=el">Amazon Lightsail is available</a>. For Regional availability and a future roadmap, visit the <a class="c-link" href="https://builder.aws.com/build/capabilities/explore?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el" target="_blank" rel="noopener noreferrer" data-stringify-link="https://builder.aws.com/capabilities/" data-sk="tooltip_parent">AWS Capabilities by Region</a>.</p> <p>Give a try in the <a href="https://lightsail.aws.amazon.com/ls/webapp/home?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Lightsail console</a> and send feedback to <a href="https://repost.aws/tags/TAG40l8mpESXKixja2uhSvgQ/amazon-lightsail?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS re:Post for Amazon Lightsail</a> or through your usual AWS support contacts.</p> <p>– <a href="https://linkedin.com/in/channy">Channy</a></p> AWS Weekly Roundup: OpenAI partnership, AWS Elemental Inference, Strands Labs, and more (March 2, 2026) https://aws.amazon.com/blogs/aws/aws-weekly-roundup-openai-partnership-aws-elemental-inference-strands-labs-and-more-march-2-2026/ Mon, 02 Mar 2026 19:05:12 +0000 595bd63f0f5be1cbe5cb787f309334947e9402c1 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 […] <p>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.</p> <p><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"></p> <p>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 <a href="https://aws.amazon.com/blogs/devops/ai-driven-development-life-cycle/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">this blog post</a> that dives deeper into the framework, or watch as <a href="https://www.linkedin.com/in/riyadani/">Riya Dani</a> teaches me all about AI-DLC on our recent <a href="https://www.youtube.com/watch?v=5kUb_IZdlB8">GenAI Developer Hour livestream</a>!</p> <p>Now, let’s get into this week’s AWS news…</p> <p><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"><a href="https://www.aboutamazon.com/news/aws/amazon-open-ai-strategic-partnership-investment?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">OpenAI and Amazon announced a multi-year strategic partnership</a> 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 <a href="https://aws.amazon.com/bedrock/">Amazon Bedrock</a>, which allows developers to keep context, remember prior work, work across software tools and data sources, and access compute.</p> <p>AWS will serve as the exclusive third-party cloud distribution provider for <a href="https://openai.com/index/introducing-openai-frontier/">OpenAI Frontier</a>, 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 <a href="https://aws.amazon.com/ai/machine-learning/trainium/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">next-generation Trainium4 chips</a>.</p> <p><strong>Last week’s launches</strong><br> Here are some launches and updates from this past week that caught my attention:</p> <ul> <li><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;sc_channel=el">AWS Security Hub Extended offers full-stack enterprise security with curated partner solutions</a> — 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.</li> <li><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;sc_channel=el">Transform live video for mobile audiences with AWS Elemental Inference</a> — 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.&nbsp;Deep dive into the <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;sc_channel=el">Fox Sports implementation</a>.</li> <li><a href="https://aws.amazon.com/about-aws/whats-new/2026/02/aws-mediaconvert-introduces-video-probe/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">MediaConvert introduces new video probe API</a> — 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.</li> <li><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;sc_channel=el">OpenAI-compatible Projects API in Amazon Bedrock</a> — 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.</li> <li><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;sc_channel=el">Amazon Location Service introduces LLM Context</a> — 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.</li> <li><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;sc_channel=el">Amazon EKS Node Monitoring Agent is now open source</a> — The Amazon EKS Node Monitoring Agent is now open source on GitHub, allowing visibility into implementation, customization, and community contributions.</li> <li><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;sc_channel=el">AWS AppConfig integrates with New Relic</a> — 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.</li> </ul> <p>For a full list of AWS announcements, be sure to keep an eye on the <a href="https://aws.amazon.com/new/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">What’s New with AWS</a> page.</p> <p><strong>Other AWS news</strong><br> Here are some additional posts and resources that you might find interesting:</p> <ul> <li><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;sc_channel=el">Introducing Strands Labs</a> — 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&nbsp;<a href="https://github.com/strands-labs/robots">Robots</a>, the second is&nbsp;<a href="https://github.com/strands-labs/robots-sim">Robots Sim</a>&nbsp;and the third is&nbsp;<a href="https://github.com/strands-labs/ai-functions">AI Functions</a>.</li> <li><a href="https://aws.amazon.com/blogs/architecture/6000-aws-accounts-three-people-one-platform-lessons-learned/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">6,000 AWS accounts, three people, one platform: Lessons learned</a> — 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.</li> <li><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;sc_channel=el">Building intelligent event agents using Amazon Bedrock AgentCore and Amazon Bedrock Knowledge Bases</a> — 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.</li> </ul> <p><strong>From AWS community</strong><br> Here are my personal favorite posts from AWS community:</p> <ul> <li><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;sc_channel=el">How to Run a Kiro AI Coding Workshop That Actually Works</a> — Running a Kiro workshop at your company or user group? Here is the full step-by-step facilitator guide, resources, and references.</li> <li><a href="https://builder.aws.com/content/3AAxqZdFuNaiEWCZIiVYlpbt3ml/rag-vs-graphrag-when-agents-hallucinate-answers?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">RAG vs GraphRAG: When Agents Hallucinate Answers</a> — 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</li> <li><a href="https://aws.amazon.com/blogs/developer/announcing-new-output-formats-in-aws-cli-v2/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">New output formats in AWS CLI v2</a> — You can now use two new features for the AWS Command Line Interface (AWS CLI) v2: structured error output and the “off” output format.</li> </ul> <p><strong>Upcoming AWS events</strong><br> Check your calendar and sign up for upcoming AWS events:</p> <ul> <li><a href="https://aws.amazon.com/events/aws-at-nvidia-gtc26/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS at NVIDIA GTC 2026</a> — 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.</li> <li><a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Summits</a> — 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 <a href="https://aws.amazon.com/events/summits/paris/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Paris</a> (April 1), <a href="https://aws.amazon.com/events/summits/london/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">London</a> (April 22), and <a href="https://aws.amazon.com/events/summits/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Bengaluru</a> (April 23–24).</li> <li><a href="https://aws.amazon.com/events/community-day/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS Community Days</a> — Community-led conferences where content is planned, sourced, and delivered by community leaders. Upcoming events include <a href="https://jawsdays2026.jaws-ug.jp/">JAWS Days in Tokyo</a> (March 7), <a href="https://www.acdchennai.com/">Chennai</a> (March 7), <a href="https://www.awscommunityday.sk/">Slovakia</a> (March 11), and <a href="https://www.awsugpune.in/">Pune</a> (March 21).</li> </ul> <p>Browse here for upcoming <a href="https://aws.amazon.com/events/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">AWS led in-person and virtual events</a>, <a href="https://aws.amazon.com/startups/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">startup events</a>, and <a href="https://builder.aws.com/connect/events?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">developer-focused events</a>.</p> <p>That’s all for this week. Check back next Monday for another <a href="https://aws.amazon.com/blogs/aws/tag/week-in-review/?trk=d8ec3b19-0f37-4f8c-8c12-189f913e205c&amp;sc_channel=el">Weekly Roundup</a>!</p> <p>&nbsp;</p>