- Deploying external boot volumes with AWS Outpostsby Mark Nguyen on July 17, 2025 at 9:18 pm
Building on our previous announcement, AWS Outposts third-party storage integration for data volumes, AWS is expanding its collaboration with third-party storage solutions by introducing support for boot volumes backed by external storage arrays. In this post we show you how to boot Amazon Elastic Compute Cloud (Amazon EC2) instances on Outposts directly from NetApp on-premise
- Infrastructure as code translation for serverless using AI code assistantsby Debasis Rath on July 16, 2025 at 7:50 pm
Serverless applications commonly use infrastructure as code (IaC) frameworks to define and manage their cloud resources. Teams choose different IaC tools based on their skills, existing tooling, or compliance needs. As applications grow, the need to shift between IaC formats may arise to adopt new features or align with evolving standards. Developers are rapidly adopting AI-powered
- Modernizing SOAP applications using Amazon API Gateway and AWS Lambdaby Daniel Abib on July 14, 2025 at 10:23 pm
This post demonstrates how you can modernize legacy SOAP applications using Amazon API Gateway and AWS Lambda to create bidirectional proxy architectures that enable integration between SOAP and REST systems without disrupting existing business operations. Many organizations today face the challenge of maintaining critical business systems that were built decades ago. These legacy applications power
- Orchestrating document processing with AWS AppSync Events and Amazon Bedrockby Mehdi Amrane on July 9, 2025 at 7:10 pm
Many organizations implement intelligent document processing pipelines in order to extract meaningful insights from an increasing volume of unstructured content (such as insurance claims, loan applications and more). Traditionally, these pipelines require significant engineering efforts, as the implementation often involves using several machine learning (ML) models and orchestrating complex workflows. As organizations integrate these pipelines
- Serverless ICYMI Q2 2025by Julian Wood on July 3, 2025 at 6:34 pm
Welcome to the 29th edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. At the end of a quarter, we share the most recent product launches, feature enhancements, blog posts, videos, live streams, and other interesting things that you might have missed! In case you missed our last ICYMI, check out
- AWS named a Leader in the 2025 Forrester Wave: Serverless Development Platformsby Florence Chao on June 23, 2025 at 7:22 pm
Amazon Web Services (AWS) has been recognized as a Leader in The Forrester Wave: Serverless Development Platforms, Q2 2025, achieving the highest ranking in both the Current Offering and Strategy categories.
- Introducing AWS Lambda native support for Avro and Protobuf formatted Apache Kafka eventsby Julian Wood on June 23, 2025 at 6:05 pm
AWS Lambda now provides native support for Apache Avro and Protocol Buffers (Protobuf) formatted events with Apache Kafka event source mapping (ESM) when using Provisioned Mode. The support allows you to validate your schema with popular schema registries. This allows you to use and filter the more efficient binary event formats and share data using
- Running and optimizing small language models on-premises and at the edgeby Chris McEvilly on June 23, 2025 at 4:11 pm
As you move your generative AI implementations from prototype to production, you may discover the need to run foundation models (FMs) on-premises or at the edge to address data residency, information security (InfoSec) policy, or low latency requirements. To address users’ data residency, latency, and InfoSec needs, this post provides guidance on deploying generative AI FMs into AWS Local Zones and AWS Outposts.
- Networking of Amazon MQ for RabbitMQ event source mapping for AWS Lambdaby Rafal Pawlaszek on June 18, 2025 at 4:54 pm
Event-driven architectures with message brokers need careful attention to security best practices. Amazon MQ for RabbitMQ combined with AWS Lambda enables serverless event processing. However, implementing defense in depth and least privilege principles necessitates a clear understanding of networking requirements. This is particularly important when working with different subnet types and their impact on service
- Amazon Linux 2023 achieves FIPS 140-3 validationby Mahak Arora on June 18, 2025 at 4:51 pm
AWS announced that Amazon Linux 2023 (AL2023) has achieved Federal Information Processing Standards (FIPS) 140-3 Level 1 validation of our cryptographic modules, marking a significant milestone in our commitment to providing secure, compliant operating system options for regulated workloads. FIPS certified modules are particularly important for US and Canadian government workloads, healthcare applications requiring HIPAA
- Validating event payload with Powertools for AWS Lambda (TypeScript)by Alexander Schüren on June 12, 2025 at 4:53 pm
In this post, learn how the new Powertools for AWS Lambda (TypeScript) Parser utility can help you validate payloads easily and make your Lambda function more resilient. Validating input payloads is an important aspect of building secure and reliable applications. This ensures that data that an application receives can gracefully handle unexpected or malicious inputs
- Optimizing ODCR usage through AI-powered capacity insightsby Ankush Goyal on June 5, 2025 at 4:51 pm
Efficient resource management is crucial for organizations seeking to optimize cloud costs while making sure of seamless access to compute capacity. Amazon EC2 On-Demand Capacity Reservations (ODCRs) provide the flexibility to reserve compute capacity within a specific Availability Zone (AZ) for any duration. In this post, we demonstrate how Amazon Bedrock Agents can help organizations gain actionable insights into ODCR usage across their AWS environment.
- Dynamically routing requests with Amazon API Gateway routing rulesby Anton Aleksandrov on June 3, 2025 at 6:32 pm
Today, Amazon API Gateway announces support for dynamic routing rules for custom domain names in all supported AWS Regions. This new capability enables you to route API requests based on HTTP header values, either independently or in combination with URL paths. In this post, you will learn how to use this new capability to implement routing strategies such as API versioning and gradual rollouts without modifying your API endpoints.
- Introducing AWS Serverless MCP Server: AI-powered development for modern applicationsby Shridhar Pandey on May 29, 2025 at 6:58 pm
Today, AWS announces the open-source AWS Serverless Model Context Protocol (MCP) Server, a tool that combines the power of AI assistance with serverless expertise to enhance how developers build modern applications. The Serverless MCP Server provides contextual guidance specific to serverless development, helping developers make informed decisions about architecture, implementation, and deployment. This post describes how the Serverless MCP Server works with AI coding assistants to streamline serverless development.
- Modernizing applications with AWS AppSync Eventsby Ricardo Marques on May 29, 2025 at 6:47 pm
In this post, you learn how to use AWS AppSync Events to modernize your applications by bridging synchronous and asynchronous communication patterns without requiring significant changes to your existing frontend code.
- Enhancing multi-account activity monitoring with event-driven architecturesby Anton Aleksandrov on May 28, 2025 at 8:14 pm
Enterprise cloud environments are growing increasingly complex as they scale, with organizations managing hundreds to thousands of Amazon Web Services (AWS) accounts across multiple business units and AWS Regions. Organizations need efficient ways to collect, transport, and analyze activity data for threat detection and compliance monitoring. In this post, you will learn to use AWS CloudTrail and Amazon EventBridge for real-time cloud activity monitoring and automated response.
- Control instance placement using Asset Level Capacity Management for AWS Outpostsby Brianna Rosentrater on May 27, 2025 at 6:42 pm
AWS Outposts supports self-service capacity management at the entire Outpost level, or at the individual asset level, making it easy for you to view and manage compute capacity on your Outposts. The release of Asset Level Capacity Management allows you to control the configuration of specific assets within your Outpost, which can be useful when planning strategies for EC2 Auto Scaling groups and host-level high availability. This post focuses on how to use Asset Level Capacity Management to perform single-host reconfigurations, and how this can be used with Amazon EC2 placement groups to control instance placement on your Outpost.
- Implementing Federation on Amazon MQ for RabbitMQ Private Brokersby ISHITA CHAKRABORTY on May 23, 2025 at 11:43 pm
Currently, the federation plugin on Amazon MQ for RabbitMQ connects to publicly available upstream brokers only. This post explains how to implement federation for Amazon MQ RabbitMQ Private Brokers using Network Load Balancers (NLB). The steps allow private brokers to communicate with each other to create a distributed system.
- Powering hybrid workloads with Amazon API Gatewayby Mankaran Singh on May 15, 2025 at 9:53 pm
Amazon API Gateway can provide a single-entry point for all incoming API requests for Hybrid Workloads. It provides a layer of abstraction between the API consumers and the backend services, allowing for centralized control. Routing all traffic through the API Gateway lets builders centrally enforce authentication, authorization, rate limiting, and other security features. This blog post describes how to configure API Gateway as an entry point to your on-premises resources.
- Securing Amazon S3 presigned URLs for serverless applicationsby Raaga N.G on May 14, 2025 at 7:49 pm
This blog demonstrates how to leverage Amazon S3 presigned URLs to allow your users to securely upload files to S3 without requiring explicit permissions in the AWS Account. This blog post specifically focuses on the security ramifications of using S3 presigned URLs, and explains mitigation steps that serverless developers can take to improve the security of their systems using S3 presigned URLs.

AWS Compute
We are an ethical website cyber security team and we perform security assessments to protect our clients.