# AWS Architecture Blog

Just another Amazon Web Services site

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

## From zero-shot forecast to purchase order with Amazon Bedrock AgentCore

DevFeed: [From zero-shot forecast to purchase order with Amazon Bedrock AgentCore](<https://devfeed.tech/articles/from-zero-shot-forecast-to-purchase-order-with-amazon-bedrock-agentcore-4640.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/from-zero-shot-forecast-to-purchase-order-with-amazon-bedrock-agentcore/>)

Author: Hyunsoo Kim, Ph.D.

Published: 2026-09-11T14:08:01Z

Content type: article

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agents](<https://devfeed.tech/tags/agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [automation](<https://devfeed.tech/tags/automation.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [training](<https://devfeed.tech/tags/training.md>), [zero-shot](<https://devfeed.tech/tags/zero-shot.md>)

### AI overview

An architecture article on using Amazon Chronos2 zero-shot forecasting and Bedrock AgentCore multi-agent orchestration to turn demand forecasts into validated purchase orders without per-product model training.

### Source excerpt

Combine zero-shot forecasting with Amazon Chronos2 and multi-agent orchestration on Amazon Bedrock AgentCore to turn demand forecasts into validated purchase orders. No per-product model training, with business rules, auditability, and cost that scales to zero.

## Building resilient real-time streaming workers with Amazon DynamoDB leases

DevFeed: [Building resilient real-time streaming workers with Amazon DynamoDB leases](<https://devfeed.tech/articles/building-resilient-real-time-streaming-workers-with-amazon-dynamodb-leases-4637.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/building-resilient-real-time-streaming-workers-with-amazon-dynamodb-leases/>)

Author: Siddhesh Tiwari

Published: 2026-09-10T16:14:22Z

Content type: tutorial

Language: en

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

Topics: [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

A tutorial for building resilient real-time WebSocket workers with Amazon DynamoDB leases. It covers conditional-write ownership, orphan reconciliation for automatic failover, and graceful shutdown to reduce deployment downtime on Amazon ECS and AWS Fargate.

### Source excerpt

Real-time streaming workers that hold hundreds of persistent WebSocket connections lose data when a worker fails. Learn how to build a WebSocket fleet management system on Amazon ECS and AWS Fargate that uses Amazon DynamoDB conditional writes as a distributed lease to track ownership, fail over automatically, and deploy with low downtime.

## Testing application resilience with Amazon SQS and AWS Fault Injection Service

DevFeed: [Testing application resilience with Amazon SQS and AWS Fault Injection Service](<https://devfeed.tech/articles/testing-application-resilience-with-amazon-sqs-and-aws-fault-injection-service-4651.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/testing-application-resilience-with-amazon-sqs-and-aws-fault-injection-service/>)

Author: Richard Whitworth

Published: 2026-09-09T21:33:59Z

Content type: tutorial

Language: en

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

Topics: [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [AWS Fault Injection Service (FIS)](<https://devfeed.tech/topics/aws-fault-injection-service-fis.md>), [Chaos Engineering](<https://devfeed.tech/topics/chaos-engineering.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [AWS Identity and Access Management (IAM)](<https://devfeed.tech/topics/aws-identity-and-access-management-iam.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-simple-queue-service-sqs](<https://devfeed.tech/tags/amazon-simple-queue-service-sqs.md>), [amazon-sqs](<https://devfeed.tech/tags/amazon-sqs.md>), [automation](<https://devfeed.tech/tags/automation.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fault-injection-service-fis](<https://devfeed.tech/tags/aws-fault-injection-service-fis.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iam](<https://devfeed.tech/tags/iam.md>), [observability](<https://devfeed.tech/tags/observability.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

A tutorial on testing application resilience when Amazon SQS data-plane operations fail. It uses AWS Fault Injection Service and Systems Manager Automation to progressively deny queue access, evaluate recovery and observability with CloudWatch metrics, and avoid IAM deny-policy lockouts.

### Source excerpt

Learn how to use AWS Fault Injection Service and AWS Systems Manager Automation to run progressive chaos experiments against Amazon SQS queues. Validate that your retry logic, circuit breakers, and dead-letter queues actually work under failure before a real outage hits production.

## Validating multi-Region DR for Terraform Enterprise with AWS FIS

DevFeed: [Validating multi-Region DR for Terraform Enterprise with AWS FIS](<https://devfeed.tech/articles/validating-multi-region-dr-for-terraform-enterprise-with-aws-fis-4653.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/validating-multi-region-dr-for-terraform-enterprise-with-aws-fis/>)

Author: Frenil Randeria

Published: 2026-09-09T21:05:02Z

Content type: article

Language: en

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

Topics: [Terraform](<https://devfeed.tech/topics/terraform.md>), [AWS Fault Injection Service (FIS)](<https://devfeed.tech/topics/aws-fault-injection-service-fis.md>), [Chaos Engineering](<https://devfeed.tech/topics/chaos-engineering.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-aurora](<https://devfeed.tech/tags/amazon-aurora.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fault-injection-service-fis](<https://devfeed.tech/tags/aws-fault-injection-service-fis.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

This article explains how to validate customer-operated multi-Region disaster recovery for Terraform Enterprise on AWS using three-phase AWS FIS experiments. It covers failover and failback testing, hidden dependency discovery, and reported recovery times of 12-14 minutes.

### Source excerpt

Learn how AWS, HashiCorp, and Athenahealth designed and chaos-tested a multi-Region disaster recovery strategy for Terraform Enterprise on AWS. This post walks through three-phase AWS Fault Injection Service experiments across Amazon EC2, Aurora, and Amazon S3, the 12-14 minute recovery times achieved, and the state file dependency pitfall to avoid.

## Hybrid cloud orchestration: Modernizing on-premises infrastructure management with AWS

DevFeed: [Hybrid cloud orchestration: Modernizing on-premises infrastructure management with AWS](<https://devfeed.tech/articles/hybrid-cloud-orchestration-modernizing-on-premises-infrastructure-management-with-aws-4646.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/hybrid-cloud-orchestration-modernizing-on-premises-infrastructure-management-with-aws/>)

Author: Sandeep Singh

Published: 2026-09-01T14:01:10Z

Content type: tutorial

Language: en

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

Topics: [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Server](<https://devfeed.tech/topics/server.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.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>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [observability](<https://devfeed.tech/tags/observability.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [server](<https://devfeed.tech/tags/server.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>)

### AI overview

Tutorial on designing an AWS-based hybrid cloud orchestration system for centralized lifecycle management of distributed on-premises servers and EKS Anywhere clusters.

### Source excerpt

Learn how to build a hybrid cloud orchestration solution that manages distributed on-premises infrastructure at scale using AWS serverless technologies and Amazon EKS Anywhere. Part 1 covers the core event-driven architecture patterns for automating server lifecycle and cluster management across hundreds of sites.

## MCP went stateless: Is your AWS MCP server deployment well-architected?

DevFeed: [MCP went stateless: Is your AWS MCP server deployment well-architected?](<https://devfeed.tech/articles/mcp-went-stateless-is-your-aws-mcp-server-deployment-well-architected-4647.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/mcp-went-stateless-is-your-aws-mcp-server-deployment-well-architected/>)

Author: Anand Komandooru

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

Content type: article

Language: en

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

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [schema-evolution](<https://devfeed.tech/topics/schema-evolution.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [observability](<https://devfeed.tech/tags/observability.md>)

### AI overview

The article explains MCP's move to a stateless core and how it simplifies AWS MCP server deployments by removing the need for sticky sessions and shared session stores. It maps the MCP 2026-07-28 specification to AWS Well-Architected Agentic AI Lens practices and recommends migration.

### Source excerpt

On July 28, 2026, MCP made its protocol core stateless, removing the initialize handshake and session header. This post maps the MCP 2026-07-28 specification to the AWS Well-Architected Agentic AI Lens, pillar by pillar, and shows why the stateless design lets you delete the sticky sessions and session stores your MCP servers needed on AWS.

## Gallup scales real-time coaching for thousands with Amazon Bedrock

DevFeed: [Gallup scales real-time coaching for thousands with Amazon Bedrock](<https://devfeed.tech/articles/gallup-scales-real-time-coaching-for-thousands-with-amazon-bedrock-4641.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/gallup-delivers-real-time-workplace-coaching-to-thousands-of-leaders-with-amazon-bedrock/>)

Author: Tamil Sambasivam

Published: 2026-08-26T17:36:23Z

Content type: article

Language: en

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

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-knowledge-bases](<https://devfeed.tech/tags/amazon-bedrock-knowledge-bases.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [aws](<https://devfeed.tech/tags/aws.md>), [claude](<https://devfeed.tech/tags/claude.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [retrieval-augmented-generation-rag](<https://devfeed.tech/tags/retrieval-augmented-generation-rag.md>), [safety](<https://devfeed.tech/tags/safety.md>)

### AI overview

Gallup built a generative AI coaching assistant with Amazon Bedrock and Anthropic Claude models to provide leaders with real-time, personalized workplace guidance in Gallup Access.

### Source excerpt

Gallup transformed 90 years of workplace science into Gallup AI, a generative AI assistant powered by Amazon Bedrock that delivers real-time, personalized coaching to leaders directly within the Gallup Access application.

## Closing the AI agent trust gap with graduated autonomy

DevFeed: [Closing the AI agent trust gap with graduated autonomy](<https://devfeed.tech/articles/closing-the-ai-agent-trust-gap-with-graduated-autonomy-4638.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/closing-the-ai-agent-trust-gap-with-graduated-autonomy/>)

Author: Dev Arora

Published: 2026-08-26T17:33:03Z

Content type: article

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [large-language-model](<https://devfeed.tech/tags/large-language-model.md>), [logs](<https://devfeed.tech/tags/logs.md>), [model](<https://devfeed.tech/tags/model.md>), [policy](<https://devfeed.tech/tags/policy.md>), [production](<https://devfeed.tech/tags/production.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This article presents graduated autonomy as an architectural pattern for closing the trust gap in AI agents. Agents gain permissions through sustained reliability and lose them when performance degrades, using trust scoring, autonomy tiers, pre- and post-execution controls, policy enforcement, provenance, reversibility, and delivery gates. The design uses Amazon Bedrock AgentCore, Amazon DynamoDB, and AWS CodePipeline.

### Source excerpt

Most teams give AI agents either full access or read-only, leaving value unused or risk unmanaged. This post describes graduated autonomy, an architectural pattern in which agents earn expanded permissions through sustained reliability and lose them when performance degrades, built on Amazon Bedrock AgentCore, Amazon DynamoDB, and AWS CodePipeline.

## How a global payment processor preserved AWS RAM shares and Lake Formation permissions during an AWS Organizations migration

DevFeed: [How a global payment processor preserved AWS RAM shares and Lake Formation permissions during an AWS Organizations migration](<https://devfeed.tech/articles/how-a-global-payment-processor-preserved-aws-ram-shares-and-lake-formation-permissions-during-an-aws-organizations-migration-4642.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/how-a-global-payment-processor-preserved-aws-ram-shares-and-lake-formation-permissions-during-an-aws-organizations-migration/>)

Author: Sam Mukherjee

Published: 2026-08-24T15:23:21Z

Content type: article

Language: en

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

Topics: [AWS Lake Formation](<https://devfeed.tech/topics/aws-lake-formation.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lake-formation](<https://devfeed.tech/tags/aws-lake-formation.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [migration](<https://devfeed.tech/tags/migration.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payments](<https://devfeed.tech/tags/payments.md>), [resource-access-manager-ram](<https://devfeed.tech/tags/resource-access-manager-ram.md>), [saas](<https://devfeed.tech/tags/saas.md>), [us](<https://devfeed.tech/tags/us.md>)

### AI overview

AWS describes a migration pattern for preserving AWS RAM shares and AWS Lake Formation permissions while moving 382 accounts between AWS Organizations. Temporary bridge shares maintain continuity during the move, after which the original shares are restored as durable permission objects.

### Source excerpt

When AWS accounts move between organizations, organization-bound AWS RAM resource shares break and control-plane access is lost. Learn how a global payment processor used temporary bridge shares to preserve AWS Lake Formation permissions across a 382-account AWS Organizations migration, then restored the original shares as the durable source of truth.

## Build a unified AI agent architecture with DynamoDB and Bedrock

DevFeed: [Build a unified AI agent architecture with DynamoDB and Bedrock](<https://devfeed.tech/articles/build-a-unified-ai-agent-architecture-with-dynamodb-and-bedrock-4636.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/build-a-unified-ai-agent-architecture-with-dynamodb-and-bedrock/>)

Author: Dhananjay Karanjkar

Published: 2026-08-21T18:19:23Z

Content type: tutorial

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-opensearch-service](<https://devfeed.tech/tags/amazon-opensearch-service.md>), [ann](<https://devfeed.tech/tags/ann.md>), [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [data-architecture](<https://devfeed.tech/tags/data-architecture.md>), [database](<https://devfeed.tech/tags/database.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [search](<https://devfeed.tech/tags/search.md>), [streams](<https://devfeed.tech/tags/streams.md>), [sync](<https://devfeed.tech/tags/sync.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

A tutorial for building an Amazon Bedrock agent that uses one DynamoDB table for structured data and semantic vector search. DynamoDB Streams generates embeddings when content changes, keeping the vector index synchronized.

### Source excerpt

With native vector search in Amazon DynamoDB, you can store vector embeddings alongside your operational data in a single table. This post shows how to build a unified AI agent architecture where an Amazon Bedrock agent uses one DynamoDB table for both structured lookups and semantic search, with a DynamoDB Streams pipeline that keeps embeddings in sync.

## How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 2

DevFeed: [How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 2](<https://devfeed.tech/articles/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-2-4644.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-2/>)

Author: Muhammad Musab Iqbal

Published: 2026-08-21T10:01:18Z

Content type: article

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [ai observability](<https://devfeed.tech/topics/ai-observability.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [observability](<https://devfeed.tech/tags/observability.md>), [policy](<https://devfeed.tech/tags/policy.md>), [sales](<https://devfeed.tech/tags/sales.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

AgentFlo's second architecture post explains how it uses Amazon Bedrock AgentCore and AWS serverless components to operate AI sales agents with layered safeguards. It emphasizes controls before requests, during tool execution, and after responses, while reporting an early 12% net-revenue uplift.

### Source excerpt

Part 2: how AgentFlo built trusted, reliable AI sales agents on Amazon Bedrock AgentCore and AWS serverless architecture. Learn the three-layer guardrails, grounded data foundation, and end-to-end observability behind a +12% net revenue uplift, plus what's next for real-time voice and server-side tool execution.

## How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 1

DevFeed: [How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 1](<https://devfeed.tech/articles/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-1-4643.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-1/>)

Author: Muhammad Musab Iqbal

Published: 2026-08-20T00:32:52Z

Content type: article

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [sales](<https://devfeed.tech/tags/sales.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

### AI overview

AgentFlo describes building always-on AI sales agents with Amazon Bedrock AgentCore and the Strands Agents SDK. Part 1 focuses on velocity, standardization, and scalability for commerce conversations.

### Source excerpt

Learn how AgentFlo built always-on AI sales agents on Amazon Bedrock AgentCore and the Strands Agents SDK. Part 1 covers three pillars of production-grade agents--velocity, standardization, and scalability--including recipe-based deployment, tool routing through AgentCore Gateway, and elastic, stateful commerce conversations.

## How Clario technology detects PHI/PII in DICOM images using Amazon Bedrock

DevFeed: [How Clario technology detects PHI/PII in DICOM images using Amazon Bedrock](<https://devfeed.tech/articles/how-clario-technology-detects-phi-pii-in-dicom-images-using-amazon-bedrock-4645.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/how-clario-automates-phi-pii-detection-in-dicom-images-using-amazon-bedrock/>)

Author: Alex Boudreau

Published: 2026-08-19T14:29:31Z

Content type: article

Language: en

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

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Medical imaging](<https://devfeed.tech/topics/medical-imaging.md>), [Amazon Textract](<https://devfeed.tech/topics/amazon-textract.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-textract](<https://devfeed.tech/tags/amazon-textract.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [data](<https://devfeed.tech/tags/data.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [images](<https://devfeed.tech/tags/images.md>), [medical-imaging](<https://devfeed.tech/tags/medical-imaging.md>), [pii](<https://devfeed.tech/tags/pii.md>), [technology](<https://devfeed.tech/tags/technology.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Clario uses Amazon Bedrock and Amazon Textract to automate the detection of PHI and PII in DICOM image slices from clinical trials, including information stored in metadata and text embedded in image pixels.

### Source excerpt

Clario, part of Thermo Fisher Scientific, uses Amazon Bedrock and Amazon Textract to automatically detect protected health information (PHI) and personally identifiable information (PII) across thousands of DICOM image slices in clinical trials, covering both metadata tags and text burned into the image pixels.

## AI-powered clinical trial eligibility and safety using Amazon Bedrock AgentCore

DevFeed: [AI-powered clinical trial eligibility and safety using Amazon Bedrock AgentCore](<https://devfeed.tech/articles/ai-powered-clinical-trial-eligibility-and-safety-using-amazon-bedrock-agentcore-4635.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/ai-agents-for-clinical-trial-screening/>)

Author: Sachin Jain

Published: 2026-08-19T13:11:51Z

Content type: tutorial

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [aws](<https://devfeed.tech/tags/aws.md>), [data](<https://devfeed.tech/tags/data.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [llm](<https://devfeed.tech/tags/llm.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [safety](<https://devfeed.tech/tags/safety.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>)

### AI overview

An AWS architecture tutorial for a clinical-trial eligibility and safety agent. It uses Amazon Bedrock AgentCore, AWS HealthLake, knowledge-graph evidence, evaluations, and human-in-the-loop review to support clinician-led screening decisions.

### Source excerpt

AI agents built on Amazon Bedrock AgentCore help clinical trial teams make fast, accurate enrollment decisions while keeping clinicians in control. This post shows how to architect an eligibility and safety screening agent using AWS HealthLake, AgentCore, and AgentCore Evaluations.

## Consistency is the new latency: AI at the data layer

DevFeed: [Consistency is the new latency: AI at the data layer](<https://devfeed.tech/articles/consistency-is-the-new-latency-ai-at-the-data-layer-4639.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/consistency-is-the-new-latency-ai-at-the-data-layer/>)

Author: Suman Chatterjee

Published: 2026-08-18T11:13:20Z

Content type: article

Language: en

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

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amazon-aurora](<https://devfeed.tech/tags/amazon-aurora.md>), [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [data](<https://devfeed.tech/tags/data.md>), [latency](<https://devfeed.tech/tags/latency.md>), [rag](<https://devfeed.tech/tags/rag.md>), [replication](<https://devfeed.tech/tags/replication.md>)

### AI overview

The article argues that autonomous AI agents need consistent, current data to make reliable decisions. It explains how replication lag can cause stale reads in RAG-based agent systems and points to selecting replication models that match each workload's consistency needs.

### Source excerpt

As AI agents move from chatbots to taking action, their reliability depends on the consistency of the data layer beneath them. This post examines how replication lag poisons an agent's context and shows how to match Amazon Aurora, Amazon DynamoDB, and Amazon Keyspaces replication models to each task's consistency requirements.

## Serverless vehicle tracking at scale: Bosch L.OS on AWS

DevFeed: [Serverless vehicle tracking at scale: Bosch L.OS on AWS](<https://devfeed.tech/articles/serverless-vehicle-tracking-at-scale-bosch-l-os-on-aws-4650.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/serverless-vehicle-tracking-at-scale-bosch-l-os-on-aws/>)

Author: Yogish Kutkunje Pai

Published: 2026-08-14T10:02:13Z

Content type: article

Language: en

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

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [data](<https://devfeed.tech/topics/data.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>)

Tags: [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cost](<https://devfeed.tech/tags/cost.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [data](<https://devfeed.tech/tags/data.md>), [india](<https://devfeed.tech/tags/india.md>), [integration](<https://devfeed.tech/tags/integration.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [networks](<https://devfeed.tech/tags/networks.md>), [operations](<https://devfeed.tech/tags/operations.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform](<https://devfeed.tech/tags/platform.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scale](<https://devfeed.tech/tags/scale.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Bosch Mobility Platform Solutions built L.OS, a serverless platform on AWS that unifies fragmented vehicle-tracking data across India's spot logistics market. The article describes how the platform standardizes data from multiple providers and supports scalable, real-time visibility through workflows for discovery, tracking, and termination.

### Source excerpt

Learn how Bosch Mobility Platform Solutions built L.OS, a serverless vehicle tracking platform on AWS that unifies India's fragmented spot logistics market into a single real-time visibility layer using Amazon ECS, AWS Lambda, and Amazon MSK.

## Track generative AI costs with Amazon Bedrock inference profiles

DevFeed: [Track generative AI costs with Amazon Bedrock inference profiles](<https://devfeed.tech/articles/track-generative-ai-costs-with-amazon-bedrock-inference-profiles-4652.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/track-generative-ai-costs-with-amazon-bedrock-inference-profiles/>)

Author: Erik Mack

Published: 2026-08-13T15:59:39Z

Content type: tutorial

Language: en

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

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [bedrock](<https://devfeed.tech/tags/bedrock.md>), [cost](<https://devfeed.tech/tags/cost.md>), [generative](<https://devfeed.tech/tags/generative.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iam](<https://devfeed.tech/tags/iam.md>), [inference](<https://devfeed.tech/tags/inference.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This tutorial explains how to track generative AI costs by department when multiple teams share a foundation model through Amazon Bedrock. It uses tagged application inference profiles, AWS cost allocation tags, department-based request routing, and AWS Cost Explorer to produce separate cost breakdowns.

### Source excerpt

Learn how to track generative AI costs by department using Amazon Bedrock application inference profiles and AWS cost allocation tags. Create tagged profiles for each team and view per-department cost breakdowns in AWS Cost Explorer.

## Recovery strategies to meet data residency requirements

DevFeed: [Recovery strategies to meet data residency requirements](<https://devfeed.tech/articles/recovery-strategies-to-meet-data-residency-requirements-4648.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/recovery-strategies-to-meet-data-residency-requirements/>)

Author: Jamie Pasterick

Published: 2026-08-13T14:05:39Z

Content type: article

Language: en

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

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

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [aws](<https://devfeed.tech/tags/aws.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [replication](<https://devfeed.tech/tags/replication.md>)

### AI overview

The article presents three disaster-recovery strategies for critical AWS workloads that must meet data-residency requirements, ranging from encryption-based controls for multi-Region replication to fully in-country architectures.

### Source excerpt

Learn three strategies for achieving disaster recovery while meeting data residency requirements. Ranging from encryption-based controls on multi-Region replication to fully in-country architectures, these patterns help you balance recovery objectives with regulatory constraints.

## Reducing Text2SQL latency with parameterized query templates

DevFeed: [Reducing Text2SQL latency with parameterized query templates](<https://devfeed.tech/articles/reducing-text2sql-latency-with-parameterized-query-templates-4649.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/reducing-text2sql-latency-with-parameterized-query-templates/>)

Author: Yury Brukau

Published: 2026-08-13T00:40:32Z

Content type: article

Language: en

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

Topics: [text2sql](<https://devfeed.tech/topics/text2sql.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [database](<https://devfeed.tech/tags/database.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [sql](<https://devfeed.tech/tags/sql.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [text2sql](<https://devfeed.tech/tags/text2sql.md>)

### AI overview

The article describes using parameterized SQL query templates as a semantic caching layer for a production Text2SQL system. It reports lower latency and token consumption by matching similar questions to templates and avoiding some LLM calls.

### Source excerpt

Learn how parameterized query templates reduced Text2SQL latency by 80% and cut token consumption by over 50%. This post covers the architecture behind an intelligent caching layer that uses semantic similarity to match user questions to SQL templates, bypassing expensive LLM calls.

## Adobe Firefly: Simplified observability with Amazon Managed Prometheus

DevFeed: [Adobe Firefly: Simplified observability with Amazon Managed Prometheus](<https://devfeed.tech/articles/adobe-firefly-simplified-observability-with-amazon-managed-prometheus-4634.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/adobe-firefly-simplified-observability-with-amazon-managed-prometheus/>)

Author: Dev Arora

Published: 2026-08-13T00:14:19Z

Content type: article

Language: en

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

Topics: [observability](<https://devfeed.tech/topics/observability.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>)

Tags: [adobe](<https://devfeed.tech/tags/adobe.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [amazon-managed-service-for-prometheus](<https://devfeed.tech/tags/amazon-managed-service-for-prometheus.md>), [amazon-web-services-aws](<https://devfeed.tech/tags/amazon-web-services-aws.md>), [aws](<https://devfeed.tech/tags/aws.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>)

### AI overview

Adobe Firefly migrated critical GPU infrastructure metrics from self-managed Prometheus to Amazon Managed Service for Prometheus. The article describes the observability challenges of large-scale model training on Amazon EKS, including high-cardinality GPU, compute, memory, and network telemetry, and reports 28x faster GPU metric queries with improved reliability and operational efficiency.

### Source excerpt

Learn how Adobe Firefly achieved 28x faster GPU metric queries by migrating from self-managed Prometheus to Amazon Managed Service for Prometheus, with improvements in query performance, infrastructure reliability, and operational efficiency.