<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>InfoQ - AWS</title>
    <link>https://www.infoq.com</link>
    <description>InfoQ AWS feed</description>
    <item>
      <title>AWS Announces General Availability of DevOps Agent for Automated Incident Investigation</title>
      <link>https://www.infoq.com/news/2026/04/aws-devops-agent-ga/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/aws-devops-agent-ga/en/headerimage/generatedHeaderImage-1775576531730.jpg"/&gt;&lt;p&gt;AWS has announced the general availability of DevOps Agent, a generative AI–powered assistant designed to help developers and operators troubleshoot issues, analyze deployments, and automate operational tasks across AWS environments.&lt;/p&gt; &lt;i&gt;By Renato Losio&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Site Reliability Engineering</category>
      <category>Incident Response</category>
      <category>AWS</category>
      <category>AIOps</category>
      <category>Generative AI</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Sat, 18 Apr 2026 11:31:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/aws-devops-agent-ga/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</guid>
      <dc:creator>Renato Losio</dc:creator>
      <dc:date>2026-04-18T11:31:00Z</dc:date>
      <dc:identifier>/news/2026/04/aws-devops-agent-ga/en</dc:identifier>
    </item>
    <item>
      <title>AWS Launches Agent Registry in Preview to Govern AI Agent Sprawl across Enterprises</title>
      <link>https://www.infoq.com/news/2026/04/aws-agent-registry-preview/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/aws-agent-registry-preview/en/headerimage/generatedHeaderImage-1776064171956.jpg"/&gt;&lt;p&gt;AWS released Agent Registry in preview as part of Amazon Bedrock AgentCore, providing a centralized catalog for discovering, governing, and reusing AI agents, tools, and MCP servers across organizations. The registry indexes agents regardless of where they run and supports both MCP and A2A protocols natively. Microsoft, Google Cloud, and the ACP Registry offer competing solutions.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Agent2Agent</category>
      <category>Agents</category>
      <category>Amazon</category>
      <category>Model Context Protocol (MCP)</category>
      <category>Registry</category>
      <category>Amazon Web Services</category>
      <category>AWS</category>
      <category>Cloud</category>
      <category>Service Reliability</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Fri, 17 Apr 2026 06:54:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/aws-agent-registry-preview/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-04-17T06:54:00Z</dc:date>
      <dc:identifier>/news/2026/04/aws-agent-registry-preview/en</dc:identifier>
    </item>
    <item>
      <title>AWS Introduces S3 Files, Bringing File System Access to S3 Buckets</title>
      <link>https://www.infoq.com/news/2026/04/aws-s3-files/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/aws-s3-files/en/headerimage/generatedHeaderImage-1776284137747.jpg"/&gt;&lt;p&gt;AWS recently introduced S3 Files, which lets users mount an Amazon S3 bucket and access its data through a standard file system interface. Applications can read and write files using standard file operations, while the system automatically translates them into S3 requests, allowing compute services to work directly with data stored in S3.&lt;/p&gt; &lt;i&gt;By Renato Losio&lt;/i&gt;</description>
      <category>S3</category>
      <category>Data Storage</category>
      <category>File-Systems</category>
      <category>AWS</category>
      <category>Storage</category>
      <category>Cloud</category>
      <category>Architecture &amp; Design</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Thu, 16 Apr 2026 18:08:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/aws-s3-files/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</guid>
      <dc:creator>Renato Losio</dc:creator>
      <dc:date>2026-04-16T18:08:00Z</dc:date>
      <dc:identifier>/news/2026/04/aws-s3-files/en</dc:identifier>
    </item>
    <item>
      <title>Article: Using AWS Lambda Extensions to Run Post-Response Telemetry Flush</title>
      <link>https://www.infoq.com/articles/lambda-extension-deferred-flush/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</link>
      <description>&lt;img src="https://res.infoq.com/articles/lambda-extension-deferred-flush/en/headerimage/lambda-extension-deferred-flush-header-1775648097720.jpg"/&gt;&lt;p&gt;At Lead Bank, synchronous telemetry flushing caused intermittent exporter stalls to become user-facing 504 gateway timeouts. By leveraging AWS Lambda's Extensions API and goroutine chaining in Go, flush work is moved off the response path, returning responses immediately while preserving full observability without telemetry loss.&lt;/p&gt; &lt;i&gt;By Melvin Philips&lt;/i&gt;</description>
      <category>Serverless</category>
      <category>AWS</category>
      <category>API Gateway</category>
      <category>API</category>
      <category>HTTP</category>
      <category>Cloud</category>
      <category>AWS Lambda</category>
      <category>Development</category>
      <category>DevOps</category>
      <category>article</category>
      <pubDate>Wed, 15 Apr 2026 09:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/articles/lambda-extension-deferred-flush/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</guid>
      <dc:creator>Melvin Philips</dc:creator>
      <dc:date>2026-04-15T09:00:00Z</dc:date>
      <dc:identifier>/articles/lambda-extension-deferred-flush/en</dc:identifier>
    </item>
    <item>
      <title>AWS Launches Sustainability Console with API Access and Scope 1-3 Emissions Reporting</title>
      <link>https://www.infoq.com/news/2026/04/aws-sustainability-console/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</link>
      <description>&lt;img src="https://www.infoq.com/styles/static/images/logo/logo_bigger.jpg"/&gt;&lt;p&gt;AWS launched a standalone Sustainability console with API access, configurable CSV exports, and Scope 1-3 emissions data by service and Region. The console decouples emissions reporting from billing permissions. AWS CTO Werner Vogels framed carbon as an architectural metric belonging alongside latency, cost, and error rates in the observability stack.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Amazon</category>
      <category>Amazon Web Services</category>
      <category>AWS</category>
      <category>Sustainable Computing</category>
      <category>Cloud</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Mon, 13 Apr 2026 08:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/aws-sustainability-console/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=AWS</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-04-13T08:00:00Z</dc:date>
      <dc:identifier>/news/2026/04/aws-sustainability-console/en</dc:identifier>
    </item>
  </channel>
</rss>
