AWS Weekly Roundup: Amazon S3 turns 20, Amazon Route 53 Global Resolver general availability, and more (March 16, 2026)
#Cloud

AWS Weekly Roundup: Amazon S3 turns 20, Amazon Route 53 Global Resolver general availability, and more (March 16, 2026)

Serverless Reporter
6 min read

This week marks 20 years of Amazon S3, alongside the general availability of Route 53 Global Resolver and several other AWS service updates including Bedrock AgentCore Runtime enhancements, Windows Server 2025 support for WorkSpaces, and new AWS Builder ID social login options.

This week marks a significant milestone in cloud computing history as Amazon S3 celebrates its 20th anniversary, while AWS continues to expand its service portfolio with several major announcements. Let me walk you through the key developments from the past week.

Amazon S3 Turns 20: A Legacy of Innovation

Twenty years ago this past week, on March 14, 2006, Amazon Simple Storage Service launched publicly, fundamentally changing how organizations think about data storage. What began as a simple object storage service has evolved into a global infrastructure powerhouse that now stores more than 500 trillion objects and serves over 200 million requests per second across hundreds of exabytes of data.

The economics of cloud storage have dramatically improved over two decades. Today's price of just over 2 cents per gigabyte represents approximately an 85% reduction since launch, making scalable storage accessible to organizations of all sizes. This pricing evolution has enabled entirely new use cases that would have been cost-prohibitive in 2006.

My colleague Sébastien Stormacq recently published a detailed retrospective on the engineering achievements and future roadmap for S3, exploring how the service has maintained its reliability and performance at massive scale. For those interested in the origins of cloud computing, I recommend reading about how three early startups helped Amazon invent cloud computing and paved the way for today's AI revolution.

Account Regional Namespaces: Solving the Bucket Name Challenge

Alongside the anniversary celebration, AWS introduced a practical new feature: account regional namespaces for Amazon S3 general purpose buckets. This addresses a long-standing challenge where organizations struggled to secure their desired bucket names across global namespaces.

The solution is elegantly simple: by appending your account's unique suffix to your requested bucket name, you can ensure your desired names are always reserved exclusively for your account. This feature can be enforced across your organization using AWS IAM policies and AWS Organizations service control policies with the new s3:x-amz-bucket-namespace condition key.

This enhancement demonstrates how AWS continues to refine foundational services based on real-world usage patterns and customer feedback.

Amazon Route 53 Global Resolver Goes GA

One of the most significant announcements this week is the general availability of Amazon Route 53 Global Resolver. I had the opportunity to write about the preview back in December at re:Invent 2025, and I'm excited to see this capability reach production status.

Route 53 Global Resolver is an internet-reachable anycast DNS resolver that provides DNS resolution for authorized clients from any location. Now available across 30 AWS Regions, it supports both IPv4 and IPv6 DNS query traffic, making it a truly global solution.

The service addresses a critical need for organizations with distributed workforces or multi-location infrastructure. Rather than being limited to DNS resolution within specific VPCs or Regions, authorized clients can now resolve public internet domains and private domains associated with Route 53 private hosted zones from anywhere.

Security features are baked in, including DNS query filtering to block potentially malicious domains, content that's not safe for work, and domains associated with advanced DNS threats such as DNS tunneling and Domain Generation Algorithms (DGA). Centralized query logging provides visibility and audit capabilities.

With general availability, Global Resolver adds protection against Dictionary DGA threats, further enhancing its security posture. This makes it particularly valuable for organizations concerned about DNS-based attacks and data exfiltration.

Other Notable Announcements

Amazon Bedrock AgentCore Runtime Enhances MCP Support

The Amazon Bedrock AgentCore Runtime now supports stateful Model Context Protocol (MCP) server features, enabling developers to build more sophisticated AI applications. This enhancement allows MCP servers to use elicitation, sampling, and progress notifications alongside existing support for resources, prompts, and tools.

The stateful sessions run in dedicated microVMs with isolated resources, maintaining context across multiple interactions using an Mcp-Session-Id header. Elicitation enables server-initiated, multi-turn conversations to gather structured input during tool execution, while sampling allows servers to request LLM-generated content for tasks like personalized recommendations.

This capability represents a significant step forward in building production-ready AI agents that can maintain conversational context and handle complex workflows.

Windows Server 2025 Comes to Amazon WorkSpaces

Amazon WorkSpaces now supports Microsoft Windows Server 2025, with new bundles available for both Amazon WorkSpaces Personal and Amazon WorkSpaces Core. These bundles include enterprise-grade 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, giving customers flexibility in their migration strategies. The managed Windows Server 2025 bundles can be used as-is, or organizations can create custom bundles and images to meet specific requirements.

This support is available in all AWS Regions where Amazon WorkSpaces is available, making it accessible to a global customer base.

AWS Builder ID Expands Social Login Options

AWS Builder ID now supports GitHub and Amazon social login options, joining the existing Google and Apple sign-in capabilities. This update allows developers to 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.

The addition of these social login options reduces friction for developers who prefer not to manage separate credentials for each service. It's a small but meaningful improvement in the developer experience that can help reduce password fatigue and streamline access to AWS resources.

Amazon Redshift Introduces COPY Command Templates

Amazon Redshift now supports templates for the COPY command, allowing you to store and reuse frequently used COPY parameters. This feature helps maintain consistency across data ingestion operations, reduces the effort required to execute COPY commands, and simplifies 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. This enhancement is particularly valuable for organizations with complex data pipelines that need to ensure consistent data loading patterns across multiple teams and environments.

Upcoming AWS Events

AWS continues to invest in community engagement through a robust events calendar. The AWS Summits in 2026 offer free in-person events where you can explore emerging cloud and AI technologies, learn best practices, and network with industry peers. Upcoming Summits include Paris (April 1), London (April 22), and Bengaluru (April 23–24).

AWS Community Days provide community-led conferences featuring technical discussions, workshops, and hands-on labs. Events are scheduled for Pune (March 21), San Francisco (April 10), and Romania (April 23-24).

The AWS at NVIDIA GTC 2026 event runs March 16 – 19 in San Jose, featuring AWS sessions, booths, demos, and ancillary events. AWS Community GameDay Europe on March 17, 2026, offers a team-based, hands-on AWS challenge event running simultaneously across 50+ cities in Europe.

Looking Ahead

As AWS celebrates 20 years of S3, it's worth reflecting on how far cloud computing has come. What started as a simple storage service has become the foundation for modern application architecture, AI/ML workloads, and global-scale services. The continued innovation in foundational services like S3, Route 53, and Redshift demonstrates AWS's commitment to evolving with customer needs while maintaining the reliability and performance that enterprises depend on.

The trend toward enhanced security features, improved developer experiences, and more sophisticated AI capabilities suggests that the next 20 years will be just as transformative as the first. As organizations continue to migrate workloads to the cloud and adopt new technologies like generative AI, services that provide both foundational infrastructure and advanced capabilities will be increasingly important.

For those interested in staying current with AWS developments, I encourage you to follow the What's New with AWS page and check back each week for the latest announcements and innovations.

Comments

Loading comments...