# AWS Compute Blog

Published articles for AWS Compute Blog.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Validating multi-agent decisions with Step Functions and Bedrock AgentCore

DevFeed: [Validating multi-agent decisions with Step Functions and Bedrock AgentCore](<https://devfeed.tech/articles/validating-multi-agent-decisions-with-step-functions-and-bedrock-agentcore-20841.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/validating-multi-agent-decisions-with-step-functions-and-bedrock-agentcore/>)

Author: Ben Freiberg

Published: 2026-09-14T16:47:23Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Amazon Bedrock AgentCore](<https://devfeed.tech/topics/amazon-bedrock-agentcore.md>), [AWS Step Functions](<https://devfeed.tech/topics/aws-step-functions.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Automation](<https://devfeed.tech/topics/automation.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [automation](<https://devfeed.tech/tags/automation.md>), [aws-step-functions](<https://devfeed.tech/tags/aws-step-functions.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [regulatory](<https://devfeed.tech/tags/regulatory.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article presents a pattern for validating multi-agent airline rebooking decisions. Amazon Bedrock AgentCore agents propose options, while AWS Step Functions applies deterministic validation, supports large-scale parallel processing, enables human review, and maintains an execution history for auditing.

### Source excerpt

Orchestrating specialized Amazon Bedrock AgentCore agents with AWS Step Functions gives you the reasoning power of generative AI with the guardrails of deterministic validation. Agents propose options, and deterministic code validates them before any action is taken, demonstrated here with an airline rebooking workflow.

## Customize Amazon API Gateway destinations for execution logs

DevFeed: [Customize Amazon API Gateway destinations for execution logs](<https://devfeed.tech/articles/customize-amazon-api-gateway-destinations-for-execution-logs-4661.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/customize-amazon-api-gateway-destinations-for-execution-logs/>)

Author: Giedrius Praspaliauskas

Published: 2026-09-09T22:35:42Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [Amazon CloudWatch Logs](<https://devfeed.tech/topics/amazon-cloudwatch-logs.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>)

Tags: [amazon-api-gateway](<https://devfeed.tech/tags/amazon-api-gateway.md>), [amazon-cloudwatch-logs](<https://devfeed.tech/tags/amazon-cloudwatch-logs.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [logs](<https://devfeed.tech/tags/logs.md>), [observability](<https://devfeed.tech/tags/observability.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>)

### AI overview

This tutorial explains how to route Amazon API Gateway REST API execution logs to CloudWatch Logs, Amazon S3, or Amazon Data Firehose. It contrasts execution logs with access logs and describes their use for diagnosing authorization, validation, integration, mapping, and error-handling behavior.

### Source excerpt

Amazon API Gateway execution logs help you trace request processing step by step through your REST API stages. They capture authorization results, integration latency, mapping template output, and error details that are otherwise invisible at the API surface. When a production request fails in a way the access log cannot explain, the execution log is [...]

## Architecting SASE solutions using AWS Local Zones

DevFeed: [Architecting SASE solutions using AWS Local Zones](<https://devfeed.tech/articles/architecting-sase-solutions-using-aws-local-zones-4657.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/architecting-sase-solutions-using-aws-local-zones/>)

Author: Lakshmi VP

Published: 2026-09-09T20:36:09Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Network Services](<https://devfeed.tech/topics/network-services.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-local-zones](<https://devfeed.tech/tags/aws-local-zones.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [edge](<https://devfeed.tech/tags/edge.md>), [latency](<https://devfeed.tech/tags/latency.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sase](<https://devfeed.tech/tags/sase.md>), [security](<https://devfeed.tech/tags/security.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

The article explains how AWS Local Zones can support SASE deployments by placing virtual security appliances closer to distributed users to reduce latency while maintaining security controls.

### Source excerpt

Organizations with geographically distributed workforces face a trade-off between security and low-latency access. This post explores how to use AWS Local Zones and Secure Access Service Edge (SASE) solutions to deploy virtual security appliances closer to end users, covering key design principles, capacity planning, and traffic routing.

## Announcing 90-minute function timeout on AWS Lambda Managed Instances

DevFeed: [Announcing 90-minute function timeout on AWS Lambda Managed Instances](<https://devfeed.tech/articles/announcing-90-minute-function-timeout-on-aws-lambda-managed-instances-4655.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/announcing-90-minute-function-timeout-on-aws-lambda-managed-instances/>)

Author: Tarun Rai Madan

Published: 2026-09-09T19:08:14Z

Content type: release

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [data-processing](<https://devfeed.tech/topics/data-processing.md>), [Transcodings](<https://devfeed.tech/topics/transcodings.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>)

Tags: [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [batch](<https://devfeed.tech/tags/batch.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [event](<https://devfeed.tech/tags/event.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [foundational-100](<https://devfeed.tech/tags/foundational-100.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

AWS Lambda Managed Instances now support a 90-minute timeout for asynchronous and event source mapping invocations, increasing the previous 15-minute limit by six times. The update targets longer-running data processing, media transcoding, AI inference, and batch workloads.

### Source excerpt

AWS Lambda now supports a 90-minute function timeout for asynchronous and event source mapping (ESM) invocations on Lambda Managed Instances, a 6x increase from the previous 15-minute limit. Data processing, media transcoding, AI inference, and batch workloads can now run on Lambda without re-architecting.

## Bring your own client certificate for backend mTLS in Amazon API Gateway

DevFeed: [Bring your own client certificate for backend mTLS in Amazon API Gateway](<https://devfeed.tech/articles/bring-your-own-client-certificate-for-backend-mtls-in-amazon-api-gateway-4658.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/bring-your-own-client-certificate-for-backend-mtls-in-amazon-api-gateway/>)

Author: Biswanath Mukherjee

Published: 2026-09-08T21:46:39Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [AWS Certificate Manager](<https://devfeed.tech/topics/aws-certificate-manager.md>), [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [nginx](<https://devfeed.tech/topics/nginx.md>)

Tags: [amazon-api-gateway](<https://devfeed.tech/tags/amazon-api-gateway.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [aws-certificate-manager](<https://devfeed.tech/tags/aws-certificate-manager.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This tutorial shows how to configure Amazon API Gateway to present a third-party or AWS Private CA-issued client certificate for outbound mTLS to an Amazon ECS backend.

### Source excerpt

Enterprises that use Amazon API Gateway often want to bring their own client certificate for backend mutual TLS (mTLS) authentication. With API Gateway, you can now use a third-party or AWS Private CA-issued client certificate for the outbound mTLS handshake. In this post, you build a REST API with an outbound mTLS connection to an Amazon ECS backend.

## Scheduling email campaigns at scale with Amazon EventBridge Scheduler

DevFeed: [Scheduling email campaigns at scale with Amazon EventBridge Scheduler](<https://devfeed.tech/articles/scheduling-email-campaigns-at-scale-with-amazon-eventbridge-scheduler-4671.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/scheduling-email-campaigns-at-scale-with-amazon-eventbridge-scheduler/>)

Author: Oluwaseun Ademuwagun

Published: 2026-09-01T13:09:17Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eventbridge](<https://devfeed.tech/tags/amazon-eventbridge.md>), [amazon-sqs](<https://devfeed.tech/tags/amazon-sqs.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cost](<https://devfeed.tech/tags/cost.md>), [customer](<https://devfeed.tech/tags/customer.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integration](<https://devfeed.tech/tags/integration.md>), [local](<https://devfeed.tech/tags/local.md>), [post](<https://devfeed.tech/tags/post.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scale](<https://devfeed.tech/tags/scale.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This tutorial explains how to schedule personalized email campaigns at scale with Amazon EventBridge Scheduler. It uses one schedule per recipient to deliver messages at individually optimal times, discusses batch cron jobs, Amazon SQS delay queues, and third-party campaign tools, and describes scaling schedule creation with AWS Step Functions Distributed Map and delivery through Amazon SES.

### Source excerpt

Learn how to use Amazon EventBridge Scheduler to deliver email campaigns at per-recipient optimal send times. This post shows how to create one schedule per recipient with zero idle compute cost, scale schedule creation with AWS Step Functions Distributed Map, and deliver through Amazon SES.

## Amazon Linux default SSM parameter will now track the latest kernel

DevFeed: [Amazon Linux default SSM parameter will now track the latest kernel](<https://devfeed.tech/articles/amazon-linux-default-ssm-parameter-will-now-track-the-latest-kernel-4654.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/amazon-linux-default-ssm-parameter-will-now-track-the-latest-kernel/>)

Author: Gokul Govindaraju

Published: 2026-08-20T19:49:05Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [latency](<https://devfeed.tech/tags/latency.md>), [launch](<https://devfeed.tech/tags/launch.md>), [linux](<https://devfeed.tech/tags/linux.md>), [os](<https://devfeed.tech/tags/os.md>), [releases](<https://devfeed.tech/tags/releases.md>), [systems](<https://devfeed.tech/tags/systems.md>), [update](<https://devfeed.tech/tags/update.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Amazon Linux's default AWS Systems Manager parameter will now track the latest validated kernel version. For Amazon Linux 2023, it moved from kernel 6.1 to 6.18 on August 17, 2026, after a validation period. New instances launched through the parameter will use the updated kernel, while running instances and version-specific parameter users are unaffected.

### Source excerpt

The Amazon Linux kernel-default SSM parameter now updates to point to the latest kernel version as new releases become available. This post explains what this means for your workloads and how to manage the transition.

## Set up your AI coding agent to build with AWS Step Functions

DevFeed: [Set up your AI coding agent to build with AWS Step Functions](<https://devfeed.tech/articles/set-up-your-ai-coding-agent-to-build-with-aws-step-functions-4673.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/set-up-your-ai-coding-agent-to-build-with-aws-step-functions/>)

Author: D Surya Sai

Published: 2026-08-19T11:41:31Z

Content type: release

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Step Functions](<https://devfeed.tech/topics/aws-step-functions.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-step-functions](<https://devfeed.tech/tags/aws-step-functions.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

AWS Step Functions added a console button that provides a prompt for configuring compatible AI coding agents with Step Functions skills and an MCP server. The setup enables natural-language workflow development and AWS state-machine operations.

### Source excerpt

AWS Step Functions has added a Copy agent prompt button to the console that configures your AI coding agent with Step Functions skills and an MCP server in one step. Paste the prompt into Claude Code, Kiro CLI, Cursor, or any MCP-compatible agent and start building workflows with natural language.

## Introducing public preview runtimes on AWS Lambda, starting with Node.js 26 and Python 3.15

DevFeed: [Introducing public preview runtimes on AWS Lambda, starting with Node.js 26 and Python 3.15](<https://devfeed.tech/articles/introducing-public-preview-runtimes-on-aws-lambda-starting-with-node-js-26-and-python-3-15-4666.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/introducing-public-preview-runtimes-on-aws-lambda-starting-with-node-js-26-and-python-3-15/>)

Author: Jonathan Tuliani

Published: 2026-08-15T14:09:35Z

Content type: news

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Python](<https://devfeed.tech/topics/python.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [china](<https://devfeed.tech/tags/china.md>), [foundational-100](<https://devfeed.tech/tags/foundational-100.md>), [govcloud](<https://devfeed.tech/tags/govcloud.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [python](<https://devfeed.tech/tags/python.md>), [release](<https://devfeed.tech/tags/release.md>)

### AI overview

AWS Lambda introduces public preview runtimes for Node.js 26 and Python 3.15, allowing developers to test upcoming language versions before general availability and provide feedback while breaking changes remain possible.

### Source excerpt

AWS Lambda introduces public preview runtimes, a new way to try upcoming language versions before GA. Start using Node.js 26 and Python 3.15 today, provide feedback, and help shape runtime quality before general availability.

## Implementing dynamic feature flags with AWS AppConfig on AWS Lambda

DevFeed: [Implementing dynamic feature flags with AWS AppConfig on AWS Lambda](<https://devfeed.tech/articles/implementing-dynamic-feature-flags-with-aws-appconfig-on-aws-lambda-4664.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/implementing-dynamic-feature-flags-with-aws-appconfig-on-aws-lambda/>)

Author: Daniel Abib

Published: 2026-08-14T16:25:51Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [experiments](<https://devfeed.tech/topics/experiments.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [feature](<https://devfeed.tech/tags/feature.md>), [feature-flags](<https://devfeed.tech/tags/feature-flags.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [latency](<https://devfeed.tech/tags/latency.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

A tutorial on implementing dynamic feature flags with AWS AppConfig on AWS Lambda. It explains how feature flags support safe deployments, experiments, gradual rollouts, and changes without redeploying functions, using the AWS AppConfig Lambda extension to cache configuration locally and reduce latency.

### Source excerpt

Feature toggles allow you to change application behavior in real time without deploying new code. Learn how to implement dynamic feature flags with AWS AppConfig on AWS Lambda for safe deployments, gradual rollouts, and instant rollback.

## Observability best practices for Lambda durable functions

DevFeed: [Observability best practices for Lambda durable functions](<https://devfeed.tech/articles/observability-best-practices-for-lambda-durable-functions-4670.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/observability-best-practices-for-lambda-durable-functions-2/>)

Author: D Surya Sai

Published: 2026-08-14T12:49:49Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-api-gateway](<https://devfeed.tech/tags/amazon-api-gateway.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [logging](<https://devfeed.tech/tags/logging.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payment-processing](<https://devfeed.tech/tags/payment-processing.md>), [payments](<https://devfeed.tech/tags/payments.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This tutorial presents an observability pattern for AWS Lambda durable functions using a Stripe payment-processing workflow. It covers durable-function metrics, custom business metrics, alarms, structured logging, AWS X-Ray tracing, instrumentation across suspension boundaries, and end-to-end debugging of callback timeouts.

### Source excerpt

Learn observability best practices for AWS Lambda durable functions, including CloudWatch metrics, custom alarms, structured logging, and X-Ray tracing for debugging callback timeouts end-to-end.

## Collecting CPU and memory metrics for AWS Lambda MicroVMs

DevFeed: [Collecting CPU and memory metrics for AWS Lambda MicroVMs](<https://devfeed.tech/articles/collecting-cpu-and-memory-metrics-for-aws-lambda-microvms-4660.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/collecting-cpu-and-memory-metrics-for-aws-lambda-microvms/>)

Author: Eric Heinz

Published: 2026-08-14T11:11:55Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agent](<https://devfeed.tech/tags/agent.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [health](<https://devfeed.tech/tags/health.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [json](<https://devfeed.tech/tags/json.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [os](<https://devfeed.tech/tags/os.md>), [process](<https://devfeed.tech/tags/process.md>), [production](<https://devfeed.tech/tags/production.md>), [startup](<https://devfeed.tech/tags/startup.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

A tutorial on collecting CPU and memory metrics from AWS Lambda MicroVMs with the Amazon CloudWatch Agent. It explains configuring Telegraf and OpenTelemetry Collector files to emit metrics with a custom dimension from an environment variable.

### Source excerpt

Learn how to collect CPU and memory metrics from AWS Lambda MicroVMs using the CloudWatch Agent. Configure telegraf and OTel to monitor and right-size your workloads.

## Designing for failure: Building resilient systems on AWS

DevFeed: [Designing for failure: Building resilient systems on AWS](<https://devfeed.tech/articles/designing-for-failure-building-resilient-systems-on-aws-4662.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/designing-for-failure-building-resilient-systems-on-aws/>)

Author: Dhvani Vora

Published: 2026-08-13T20:03:28Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>)

Tags: [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-architecture-blog-resilience](<https://devfeed.tech/tags/aws-architecture-blog-resilience.md>), [aws-management-tools-blog-aws-resilience-hub](<https://devfeed.tech/tags/aws-management-tools-blog-aws-resilience-hub.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cassandra](<https://devfeed.tech/tags/cassandra.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [incident](<https://devfeed.tech/tags/incident.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [observability](<https://devfeed.tech/tags/observability.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

An AWS resilience guide examines a correlated EC2 hardware failure that took down three colocated Cassandra nodes. It covers placement groups, alarms, automated recovery, and observability patterns for distributed data systems.

### Source excerpt

Learn how to prevent correlated hardware failures in distributed systems on Amazon EC2. This post walks through real incident response patterns, including Partition Placement Groups, composite alarms, automated recovery with Auto Scaling, and observability best practices.

## Burst to Region: Overflow AWS Outposts workloads to Amazon EC2

DevFeed: [Burst to Region: Overflow AWS Outposts workloads to Amazon EC2](<https://devfeed.tech/articles/burst-to-region-overflow-aws-outposts-workloads-to-amazon-ec2-4659.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/burst-to-region-overflow-aws-outposts-workloads-to-amazon-ec2/>)

Author: Diya

Published: 2026-08-12T17:06:54Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Amazon CloudWatch](<https://devfeed.tech/topics/amazon-cloudwatch.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [api](<https://devfeed.tech/tags/api.md>), [applications](<https://devfeed.tech/tags/applications.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [aws-outposts](<https://devfeed.tech/tags/aws-outposts.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [data-center](<https://devfeed.tech/tags/data-center.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This tutorial presents a Burst to Region pattern for AWS Outposts workloads. When an Outposts rack reaches its fixed compute capacity, the pattern launches Amazon EC2 instances in the parent AWS Region, shifts traffic gradually, and returns traffic to local instances when capacity recovers. It uses CloudWatch, SNS, Lambda, EC2 Auto Scaling, Elastic Load Balancing, and EventBridge, trading increased latency for continued availability during capacity events.

### Source excerpt

AWS Outposts brings AWS infrastructure into your data center with low latency and data locality. But an Outposts rack has fixed compute. Learn how to build a Burst to Region pattern that overflows workloads to Amazon EC2 in the parent Region when local capacity is exhausted.

## Low-latency, high-throughput SQS event processing with AWS Lambda provisioned mode

DevFeed: [Low-latency, high-throughput SQS event processing with AWS Lambda provisioned mode](<https://devfeed.tech/articles/low-latency-high-throughput-sqs-event-processing-with-aws-lambda-provisioned-mode-4668.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/low-latency-high-throughput-sqs-event-processing-with-aws-lambda-provisioned-mode/>)

Author: Ben Freiberg

Published: 2026-08-10T13:42:03Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Kafka](<https://devfeed.tech/topics/kafka.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [amazon-simple-queue-service-sqs](<https://devfeed.tech/tags/amazon-simple-queue-service-sqs.md>), [amazon-sqs](<https://devfeed.tech/tags/amazon-sqs.md>), [apache-kafka](<https://devfeed.tech/tags/apache-kafka.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [flash](<https://devfeed.tech/tags/flash.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [payment-processing](<https://devfeed.tech/tags/payment-processing.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

AWS explains how provisioned mode for Amazon SQS event source mappings with AWS Lambda provides explicit control over event pollers to support low-latency, high-throughput event processing. The article describes default and provisioned scaling, concurrency limits, throughput, and use cases including real-time payments, fraud detection, IoT telemetry, and flash-sale order fulfillment.

### Source excerpt

Customers building event-driven applications on AWS rely on Amazon Simple Queue Service (Amazon SQS) and AWS Lambda event source mappings (ESMs) to process millions of events every day. The fully managed polling infrastructure of ESMs eliminates the need to write and maintain custom code. You can focus on business logic while Lambda handles scaling, batching, [...]

## Serverless ICYMI Q2 2026

DevFeed: [Serverless ICYMI Q2 2026](<https://devfeed.tech/articles/serverless-icymi-q2-2026-4672.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/serverless-icymi-q2-2026/>)

Author: Julian Wood

Published: 2026-07-20T16:40:00Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Firecracker](<https://devfeed.tech/topics/firecracker.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [mount](<https://devfeed.tech/topics/mount.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [amazon-eventbridge](<https://devfeed.tech/tags/amazon-eventbridge.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [amazon-simple-storage-service-s3](<https://devfeed.tech/tags/amazon-simple-storage-service-s3.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [aws-step-functions](<https://devfeed.tech/tags/aws-step-functions.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [latency](<https://devfeed.tech/tags/latency.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mount](<https://devfeed.tech/tags/mount.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

A Q2 2026 recap of AWS serverless launches and resources, focusing on AWS Lambda MicroVMs and Amazon S3 Files integration with Lambda.

### Source excerpt

In this 33rd quarterly recap post, discover the most impactful AWS serverless launches, features, and resources from Q2 2026 that you might have missed. Stay current with the latest serverless innovations that can improve your applications. In case you missed our last ICYMI, read about what happened in Q1 2026. AWS Lambda MicroVMs AWS Lambda [...]

## Introducing self-managed Amazon S3 buckets for AWS Lambda function code

DevFeed: [Introducing self-managed Amazon S3 buckets for AWS Lambda function code](<https://devfeed.tech/articles/introducing-self-managed-amazon-s3-buckets-for-aws-lambda-function-code-4667.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/introducing-self-managed-amazon-s3-buckets-for-aws-lambda-function-code/>)

Author: Doug Perkes

Published: 2026-07-17T10:49:14Z

Content type: release

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Security](<https://devfeed.tech/topics/security.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [AWS Organizations](<https://devfeed.tech/topics/aws-organizations.md>)

Tags: [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [amazon-simple-storage-service-s3](<https://devfeed.tech/tags/amazon-simple-storage-service-s3.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [aws-organizations](<https://devfeed.tech/tags/aws-organizations.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [replication](<https://devfeed.tech/tags/replication.md>), [security](<https://devfeed.tech/tags/security.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

AWS Lambda now supports self-managed Amazon S3 buckets for function deployment packages. Lambda reads code directly from the customer-controlled bucket, removing deployment-package copies from the Lambda code storage quota and giving teams control over encryption, access policies, compliance, lifecycle management, audit trails, and cross-Region replication.

### Source excerpt

If you manage Lambda functions at scale, you've likely hit the 75 GB code storage limit or explained to your security team why deployment artifacts live in an S3 bucket you don't control. Today, we're announcing self-managed Amazon S3 buckets for AWS Lambda deployment packages. Lambda reads your code directly from your bucket, eliminating quota [...]

## New: Enhanced AssetState dimension for AWS Outposts capacity metrics on Amazon CloudWatch

DevFeed: [New: Enhanced AssetState dimension for AWS Outposts capacity metrics on Amazon CloudWatch](<https://devfeed.tech/articles/new-enhanced-assetstate-dimension-for-aws-outposts-capacity-metrics-on-amazon-cloudwatch-4669.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/new-enhanced-assetstate-dimension-for-aws-outposts-capacity-metrics-on-amazon-cloudwatch/>)

Author: Rachel McElwaine

Published: 2026-07-15T22:52:23Z

Content type: release

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Outposts](<https://devfeed.tech/topics/aws-outposts.md>), [Amazon CloudWatch](<https://devfeed.tech/topics/amazon-cloudwatch.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [observability](<https://devfeed.tech/topics/observability.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-outposts](<https://devfeed.tech/tags/aws-outposts.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [integration](<https://devfeed.tech/tags/integration.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [production](<https://devfeed.tech/tags/production.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [remote](<https://devfeed.tech/tags/remote.md>)

### AI overview

AWS Outposts capacity metrics in Amazon CloudWatch now support an AssetState dimension with Active, Isolated, and Retiring values, enabling more accurate capacity monitoring and alarms.

### Source excerpt

Today, we are releasing an expanded format of our Amazon CloudWatch dimensions for AWS Outposts capacity metrics. The existing CloudWatch metrics, AvailableInstanceType_Count, UsedInstanceType_Count, InstanceTypeCapacityAvailability, and InstanceTypeCapacityUtilization for Outposts, can now be grouped using the new AssetState dimension with values: Active, Isolated, or Retiring. In this post, we describe what's changing and how you can use [...]

## Introducing modularized kernel cryptography in Amazon Linux

DevFeed: [Introducing modularized kernel cryptography in Amazon Linux](<https://devfeed.tech/articles/introducing-modularized-kernel-cryptography-in-amazon-linux-4665.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/introducing-modularized-kernel-cryptography-in-amazon-linux/>)

Author: Mahak Arora

Published: 2026-07-14T19:34:12Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cryptographic](<https://devfeed.tech/tags/cryptographic.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [security](<https://devfeed.tech/tags/security.md>), [update](<https://devfeed.tech/tags/update.md>), [updates](<https://devfeed.tech/tags/updates.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

Amazon Linux 2023 introduces a standalone FIPS 140-3 cryptographic kernel module. Keeping cryptographic code separate from the main kernel can let unchanged modules carry forward across kernel updates through a streamlined validation process.

### Source excerpt

We are introducing modularized kernel cryptography in Amazon Linux 2023, an approach that separates Federal Information Processing Standard (FIPS) 140-3 cryptographic components into an independent kernel module that can be certified once and reused across subsequent kernel versions. In this post, we describe how this modular approach works, what it means for FIPS compliance workflows, [...]

## Eliminating Java cold starts with AWS Lambda Managed Instances

DevFeed: [Eliminating Java cold starts with AWS Lambda Managed Instances](<https://devfeed.tech/articles/eliminating-java-cold-starts-with-aws-lambda-managed-instances-4663.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/eliminating-java-cold-starts-with-aws-lambda-managed-instances/>)

Author: Jay Colodner

Published: 2026-07-13T20:23:19Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Spring Boot 4](<https://devfeed.tech/topics/spring-boot-4.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [java](<https://devfeed.tech/tags/java.md>), [jit](<https://devfeed.tech/tags/jit.md>), [latency](<https://devfeed.tech/tags/latency.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [performance](<https://devfeed.tech/tags/performance.md>), [spring-boot-4](<https://devfeed.tech/tags/spring-boot-4.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

This article benchmarks four Java deployment modes for AWS Lambda: Standard Lambda, SnapStart, GraalVM Native Image, and Lambda Managed Instances. Using identical Spring Boot applications across CPU-bound, I/O-plus-computation, and I/O-bound workloads, it reports that Managed Instances preserve JVM state and enable JIT optimization, improving median and tail latency while reducing cold-start spikes.

### Source excerpt

A single cold start can push your Java Lambda function's response time from milliseconds to seconds, enough to violate your p99 SLA, timeout a downstream service, and page your on-call. The Java Virtual Machine (JVM) performs best in long-running processes. Its Just-In-Time (JIT) compiler progressively optimizes code over thousands of invocations. Standard serverless execution environments [...]

## Architecting for IOPS and throughput performance on AWS Outposts racks

DevFeed: [Architecting for IOPS and throughput performance on AWS Outposts racks](<https://devfeed.tech/articles/architecting-for-iops-and-throughput-performance-on-aws-outposts-racks-4656.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/architecting-for-iops-and-throughput-performance-on-aws-outposts-racks/>)

Author: Brianna Rosentrater

Published: 2026-07-10T17:10:39Z

Content type: article

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Outposts](<https://devfeed.tech/topics/aws-outposts.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [data-processing](<https://devfeed.tech/topics/data-processing.md>)

Tags: [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-outposts](<https://devfeed.tech/tags/aws-outposts.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [performance](<https://devfeed.tech/tags/performance.md>), [post](<https://devfeed.tech/tags/post.md>)

### AI overview

This article explains how to design AWS Outposts rack deployments for target IOPS and throughput. It examines the performance limits of EC2 instances and attached EBS volumes, and provides guidance for sizing instances and storage.

### Source excerpt

AWS Outposts extend AWS infrastructure, services, APIs, and tools to on-premises locations for workloads that require low latency, local data processing, or data residency. In this post, you learn how to configure instances running on an Outpost to support the required IOPS and throughput for your application. The actual IOPS available to an instance is [...]