<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>AWS Partner Network (APN) Blog</title>
	<atom:link href="https://aws.amazon.com/blogs/apn/feed/" rel="self" type="application/rss+xml"/>
	<link>https://aws.amazon.com/blogs/apn/</link>
	<description/>
	<lastBuildDate>Fri, 29 May 2026 22:15:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Data-driven optimization and AI-powered orchestration for Nextflow with Fovus on AWS</title>
		<link>https://aws.amazon.com/blogs/apn/data-driven-optimization-and-ai-powered-orchestration-for-nextflow-with-fovus-on-aws/</link>
					
		
		<dc:creator><![CDATA[Ragib Ahsan]]></dc:creator>
		<pubDate>Thu, 28 May 2026 18:41:04 +0000</pubDate>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[High Performance Computing]]></category>
		<category><![CDATA[Amazon Simple Storage Service]]></category>
		<category><![CDATA[APN Launches]]></category>
		<category><![CDATA[Fovus]]></category>
		<guid isPermaLink="false">1c578cdc4dbd8d346e5f2ab6eeccb0ef0f1172c1</guid>

					<description>Learn how Fovus, an AWS Advanced Technology Partner, eliminates the inefficiency of static Nextflow resource configurations by benchmarking each pipeline process individually and applying AI-powered orchestration to select optimal EC2 instance types, memory, storage, and parallel computing settings—delivering up to 85% cost savings on genomics workloads running on AWS.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Quang Minh Le, Founding Software Engineer&lt;br&gt; &lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Sunny Sharma, Founding PMM, HPC &amp;amp; AI&lt;br&gt; &lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Gokhul Srinivasan, Senior Partner Solutions Architect – AWS&lt;br&gt; &lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Ragib Ahsan, AI Acceleration Architect II – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/0018W00002Yl6mkQAB/Fovus"&gt;&lt;img class="alignright wp-image-70451 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/fovus-awspartners-300x86.png" alt="" width="300" height="86"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;Fovus&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018W00002Yl6mkQAB&amp;amp;source=Blog&amp;amp;campaign="&gt;&lt;img loading="lazy" class="alignright wp-image-70452 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/APN-Blog-Partner-Name-Connect-Button-300x107-1.png" alt="" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;If you run &lt;a href="https://www.nextflow.io/" target="_blank" rel="noopener noreferrer"&gt;Nextflow&lt;/a&gt; pipelines on &lt;a href="https://aws.amazon.com/" target="_blank" rel="noopener noreferrer"&gt;Amazon Web Services (AWS)&lt;/a&gt;, you’ve probably encountered a persistent inefficiency: static resource configurations that apply the same &lt;a href="https://aws.amazon.com/ec2/" target="_blank" rel="noopener noreferrer"&gt;Amazon Elastic Compute Cloud (Amazon EC2)&lt;/a&gt; instance type uniformly across pipeline steps with fundamentally different hardware needs. Memory-bound alignment steps, single-threaded QC tools, I/O-saturating binary alignment/map (BAM) conversion, and embarrassingly parallel variant callers each share the same static resource definition. Lightweight steps are overprovisioned, more demanding steps fail and restart, and most of the Amazon EC2 instance catalog goes unused. In practice, static configurations can overspend by 70–85%. As sequencing costs have dropped from approximately $50,000 per genome in 2010 to under $200–$300 today (&lt;a href="https://www.genome.gov/about-genomics/fact-sheets/DNA-Sequencing-Costs-Data" target="_blank" rel="noopener noreferrer"&gt;NHGRI&lt;/a&gt;), the volume of genomic data requiring computational processing has grown correspondingly. NHGRI estimates that genomic research now generates on the order of 2–40 exabytes of data annually, making computational processing the primary operational bottleneck. Pharmaceutical companies, genome centers, and clinical labs processing hundreds to thousands of samples per week feel this directly in research velocity, cost, and reproducibility.&lt;/p&gt; 
&lt;p&gt;In this post, you will see how &lt;a href="https://fovus.co" target="_blank" rel="noopener noreferrer"&gt;Fovus&lt;/a&gt; optimizes each Nextflow process individually through per-process benchmarking and data-driven optimization, walk through benchmark results from &lt;a href="https://github.com/nf-core/rnaseq" target="_blank" rel="noopener noreferrer"&gt;nf-core/rnaseq&lt;/a&gt; and &lt;a href="https://github.com/nf-core/sarek" target="_blank" rel="noopener noreferrer"&gt;nf-core/sarek&lt;/a&gt; pipelines, and find out how to get started with a no cost pilot. Nextflow has emerged as the workflow language of choice for these workloads. Its containerized execution model, native &lt;a href="https://aws.amazon.com/batch/" target="_blank" rel="noopener noreferrer"&gt;AWS Batch&lt;/a&gt; integration, and the nf-core library of curated pipelines make it well-suited for cloud-scale genomics. Fovus, an AWS Software and HPC Competency Partner, addresses this by benchmarking each process individually and using the resulting data to assign each Nextflow process the Amazon EC2 instance type, memory configuration, parallel computing settings, and storage strategy it needs.&lt;/p&gt; 
&lt;h2&gt;The challenge: Heterogeneous steps, static configs, and manual work&lt;/h2&gt; 
&lt;p&gt;Fovus benchmarking of nf-core/rnaseq and nf-core/sarek reveals the spread of performance bottleneck types across their top processes:&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;nf-core/rnaseq process characteristics:&lt;/strong&gt;&lt;/p&gt; 
&lt;table class="styled-table" border="1px" cellpadding="10px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Process&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Primary bottleneck&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Parallel scalability&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;SALMON_INDEX&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;SALMON_QUANT&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;TRIMGALORE&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;PICARD_MARKDUPLICATES&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;STAR_ALIGN&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Mid&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;QUALIMAP_RNASEQ&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;DUPRADAR&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and I/O&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;RSEQC_READDUPLICATION&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;RSEQC_READDISTRIBUTION&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;&lt;strong&gt;nf-core/sarek (30 times Whole Genomic Sequencing (WGS)) process characteristics:&lt;/strong&gt;&lt;/p&gt; 
&lt;table class="styled-table" border="1px" cellpadding="10px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Process&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Primary bottleneck&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Parallel scalability&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;BASERECALIBRATOR&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;BWAMEM1_MEM&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;CNNSCOREVARIANTS&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and I/O&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;CNVKIT_BATCH&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Mid&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;CRAM_TO_BAM&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;I/O&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;DEEPVARIANT&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and I/O&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;ENSEMBLVEP_VEP&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Mid&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;FASTP&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and I/O&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;FASTQC&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;FREEBAYES&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;GATK4_APPLYBQSR&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;GATK4_MARKDUPLICATES&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;HAPLOTYPECALLER&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;I/O and memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;MANTA_GERMLINE&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;MERGE_CRAM&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;SAMTOOLS_REINDEX_BAM&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;SAMTOOLS_STATS&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Low&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;STRELKA_SINGLE&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Mid&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;TIDDIT_SV&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Compute and memory&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;High&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;A single static resource configuration can’t capture this variability. Fovus tackles this with benchmarking-data-driven optimization and AI-powered orchestration.&lt;/p&gt; 
&lt;h2&gt;How Fovus works: Benchmark, optimize and run, continuously improve&lt;/h2&gt; 
&lt;p&gt;Fovus integrates with Nextflow through &lt;a href="https://registry.nextflow.io/plugins/nf-fovus@1.0.8" target="_blank" rel="noopener noreferrer"&gt;nf-fovus&lt;/a&gt;, a lightweight Nextflow plugin that requires no code changes to your pipelines or containers. Your pipelines run unchanged – Fovus generates the Nextflow configuration file for nf-fovus and handles AWS orchestration.&lt;/p&gt; 
&lt;p&gt;&lt;em&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/image-1-3.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70444 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/image-1-3-1024x338.png" alt="Figure 1: Fovus integration workflow" width="1024" height="338"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1: Fovus integration workflow&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;Fovus uses &lt;a href="https://aws.amazon.com/cloudformation" target="_blank" rel="noopener noreferrer"&gt;AWS CloudFormation&lt;/a&gt; to deploy a managed HPC cluster within your own virtual private cloud (VPC) with a head node in a public subnet orchestrating compute across private subnets. Fovus dynamically selects the optimal Amazon EC2 instances for each process, sizing, storage, and parallel computing settings tailored per-process. A distributed file system built on &lt;a href="https://aws.amazon.com/s3/" target="_blank" rel="noopener noreferrer"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt; with local SSD caching provides high-performance &lt;a href="https://standards.ieee.org/ieee/1003.1/7700/" target="_blank" rel="noopener noreferrer"&gt;POSIX&lt;/a&gt;-compatible storage for I/O-intensive steps. Inputs and outputs flow through your Amazon S3 bucket.&lt;/p&gt; 
&lt;p&gt;You can optimize your pipelines in three steps with Fovus:&lt;/p&gt; 
&lt;p&gt;&lt;em&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/image-2.jpeg" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70445 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/image-2.jpeg" alt="Figure 2: HPC strategy space exploration graph" width="994" height="847"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 2: HPC strategy space exploration graph&lt;/em&gt;&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Benchmark.&lt;/strong&gt; Fovus auto-profiles each pipeline process individually against representative inputs—measuring bottlenecks, resource consumption, and the performance impacts of applicable HPC strategies on AWS. Benchmarking runs automatically at no charge with minimal setup.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Optimize and run.&lt;/strong&gt; At run time, an AI optimization engine ingests the benchmark profiles and determines the optimal HPC strategy and configurations for minimizing time-cost per process. It selects Amazon EC2 instance types and sizes, &lt;a href="https://aws.amazon.com/ebs/" target="_blank" rel="noopener noreferrer"&gt;Amazon Elastic Block Store (Amazon EBS)&lt;/a&gt; storage configurations, parallel computing settings, and &lt;a href="https://aws.amazon.com/ec2/spot/" target="_blank" rel="noopener noreferrer"&gt;Amazon EC2 Spot Instances&lt;/a&gt; or on-demand routing based on benchmarking data and real-time AWS instance pricing and availability dynamics. A per-run priority dial lets you balance cost against time. Running your Nextflow pipeline on AWS with Fovus requires a single command using the Fovus command line interface (CLI), or a few clicks in the web UI. There are no &lt;a href="https://aws.amazon.com/batch" target="_blank" rel="noopener noreferrer"&gt;AWS Batch&lt;/a&gt; or &lt;a href="https://aws.amazon.com/hpc/parallelcluster/" target="_blank" rel="noopener noreferrer"&gt;AWS ParallelCluster&lt;/a&gt; environments to manage and no configuration to tune by hand.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Continuously improve. &lt;/strong&gt;As AWS rolls out new infrastructure, Fovus automatically updates benchmarking profiles so your pipelines use the latest technologies. This requires no workflow changes and sustains time-cost optimality as infrastructure evolves.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;&lt;em&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/image-3-2.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70446 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/11/image-3-2-1024x950.png" alt="Figure 3: Fovus deployment architecture on AWS&amp;nbsp;" width="1024" height="950"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 3: Fovus deployment architecture on AWS&amp;nbsp;&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Per-process HPC strategy optimization:&lt;/strong&gt; Benchmarking-data-driven, not human-guessed&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Memory checkpointing:&lt;/strong&gt; Fovus Memguard snapshots process state at intervals and upon Spot Instance interruption. Interrupted runs auto-resume from the last checkpoint with Spot-to-Spot failover, making Spot Instances practical for long-running processes that previously required on-demand.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Intelligent Spot Instance deployment:&lt;/strong&gt; Automatically uses Spot Instances with Spot-to-Spot failover and availability-aware strategy optimization to improve cost efficiency.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Hybrid strategy distribution: &lt;/strong&gt;Ranks strategies by time and cost. Workloads automatically spill from first-optimal to second-optimal choices as capacity fills, with optional multi-Region sweeps for processes with limited I/O footprint.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Customer guardrails:&lt;/strong&gt; Configurable constraints on the scope of HPC strategy optimization, AWS Regions, and spend applied at the infrastructure layer.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Distributed file system:&lt;/strong&gt; POSIX-compatible distributed file system using local SSD as a transparent Amazon S3 cache, provisioned per-process based on measured I/O demand.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Benchmarking results&lt;/h2&gt; 
&lt;p&gt;We ran nf-core/rnaseq and nf-core/sarek end-to-end on AWS with Fovus, benchmarked using automated profiling and executed with optimized per-process configurations. The following tables compare on-demand and Spot Instance costs.&lt;/p&gt; 
&lt;h3&gt;Results: nf-core RNA-seq&lt;/h3&gt; 
&lt;p&gt;CPU-only, test_full, eight samples, approximately 100 million paired-end reads for each sample.&lt;/p&gt; 
&lt;table class="styled-table" border="1px" cellpadding="10px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Run configuration&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;AWS cost with Fovus&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Walltime (h) with Fovus&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;On-demand—minimize cost&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;$14.42&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;9h 12m 36s&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Spot Instance with memory checkpointing—minimize cost&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;$5.72&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;8h 15m 36s&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;As shown in the preceding table, the cost is approximately $0.70 per sample on Spot Instances—a 70–85% cost savings compared to single-config cloud deployments, providing 3–7 times higher dollar efficiency.&lt;/p&gt; 
&lt;h3&gt;Results: nf-core Sarek – 30x WGS (CPU-Only*)&lt;/h3&gt; 
&lt;p&gt;Test full germline (30 times WGS, single nucleotide/ondel multi-caller/structural variant/copy number variant/annotation):&lt;/p&gt; 
&lt;table class="styled-table" border="1px" cellpadding="10px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Run configuration&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;AWS cost with Fovus&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Walltime (h) with Fovus&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;On-demand—minimize cost&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;$12.45&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;9h 39m 25s&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Spot Instance with memory checkpointing—minimize cost&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;$6.15&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;9h 29m 2s&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Test full normal-tumor pair:&lt;/p&gt; 
&lt;table class="styled-table" border="1px" cellpadding="10px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Run configuration&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;AWS cost with Fovus&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;&lt;strong&gt;Walltime (h) with Fovus&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;On-demand—minimize cost&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;$5.30&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;4h 26m 7s&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;Spot Instance with memory checkpointing—minimize cost&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;$2.22&lt;/td&gt; 
   &lt;td style="padding: 10px;border: 1px solid #dddddd"&gt;5h 1m 11s&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;The Spot Instance run matches on-demand wall time almost exactly (9h 29m compared to. 9h 39m) while cutting cost by more than half. Memory checkpointing makes this possible: interruptions are absorbed invisibly and full Spot Instance savings are captured with no reliability tradeoff.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Note: &lt;/strong&gt;These results reflect a CPU-only strategy. Fovus supports GPU-accelerated tools, which can deliver further improvements on wall time.&lt;/p&gt; 
&lt;p&gt;Deployment: Bring your own cloud (BYOC)&lt;/p&gt; 
&lt;p&gt;Fovus deploys directly within your AWS account: Your data, compute, and pipeline execution remain inside your existing cloud environment. Fovus is designed to support HIPAA compliance requirements and data sovereignty and aligns with your organization’s AWS security and governance policies, with no data leaving your account boundary. Pricing is consumption-based—a fee on the AWS spend managed by Fovus, with no license fees, per-seat charges, or upfront commitments. The result is lower cost or higher efficiency than unoptimized workloads, with savings that offset the Fovus cost.&lt;/p&gt; 
&lt;h2&gt;Getting started: No-cost pilot&lt;/h2&gt; 
&lt;p&gt;Fovus provides a pilot workspace to benchmark your pipelines and generate optimized Nextflow configurations for immediate testing on AWS. For teams already running Nextflow, migration is a single file replacement—swap your existing nextflow.config with the Fovus-generated one. No pipeline modifications, no container changes, no workflow rewrites.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;Running a heterogeneous Nextflow pipeline under a single shared resource configuration leaves money and time behind. With Fovus, each process has its own optimized HPC strategy and configurations, determined based on benchmarking data and executed automatically through AI-powered orchestration. The results: Approximately $0.70 per sample for nf-core/rnaseq and $6.15 for a full 30 times germline WGS on Spot Instances (CPUs only). For teams on cloud or on-premises clusters, Fovus demonstrates that you can achieve lower costs and faster results by running HPC workloads on AWS.&lt;/p&gt; 
&lt;h2&gt;Resources&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://fovus.co/" target="_blank" rel="noopener noreferrer"&gt;Fovus&lt;/a&gt; – Free benchmarking and pilot workspace&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/marketplace" target="_blank" rel="noopener noreferrer"&gt;AWS Marketplace&lt;/a&gt; – Fovus listing&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://nf-co.re/pipelines" target="_blank" rel="noopener noreferrer"&gt;nf-core Pipeline Catalog&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/ec2/spot/" target="_blank" rel="noopener noreferrer"&gt;Amazon EC2 Spot Instances&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://www.genome.gov/about-genomics/fact-sheets/DNA-Sequencing-Costs-Data" target="_blank" rel="noopener noreferrer"&gt;NHGRI DNA Sequencing Costs Data&lt;/a&gt; – Source for sequencing cost figures&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://www.genome.gov/about-genomics/fact-sheets/Genomic-Data-Science" target="_blank" rel="noopener noreferrer"&gt;NHGRI Genomic Data Science Fact Sheet&lt;/a&gt; –- Source for genomic data volume estimates&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: Fovus performance and cost figures are from actual runs of nf-core/rnaseq (test_full, 8 samples, approximately 100 million PE reads) and nf-core/sarek (30 times WGS, SN/Indel multi-caller/SV/CNV/annotation). AWS costs reflect Amazon EC2 and Amazon EBS charges at time of execution. Results vary by pipeline, input data, AWS Region, and prevailing Spot Instances pricing. Speed and cost comparisons are based on unoptimized single-config cloud deployments.&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: #ffffff"&gt;.&lt;br&gt; &lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018W00002Yl6mkQAB&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70454 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/12/connectfovus-1024x160.png" alt="Connect with Fovus" width="1024" height="160"&gt;&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;Fovus – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;Fovus is an AWS Advanced Technology Partner &lt;/strong&gt;that provides an AI-powered serverless HPC platform that simplifies and optimizes cloud HPC for enterprises. It provides intelligent, scalable, affordable supercomputing power at your fingertips to accelerate scientific discoveries and engineering breakthroughs, helping you achieve more with less.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018W00002Yl6mkQAB&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener noreferrer"&gt;Contact Fovus&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/0018W00002Yl6mkQAB/Fovus" target="_blank" rel="noopener noreferrer"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-4bcnul6yrxuec" target="_blank" rel="noopener noreferrer"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Accelerate vendor evaluation with AWS Specializations and AWS Marketplace</title>
		<link>https://aws.amazon.com/blogs/apn/accelerate-vendor-evaluation-with-aws-specializations-and-aws-marketplace/</link>
					
		
		<dc:creator><![CDATA[Kelly Costlow]]></dc:creator>
		<pubDate>Wed, 27 May 2026 14:46:54 +0000</pubDate>
				<category><![CDATA[APN Launches]]></category>
		<category><![CDATA[AWS Marketplace]]></category>
		<category><![CDATA[AWS Competency Partners]]></category>
		<category><![CDATA[AWS Service Delivery Partners]]></category>
		<category><![CDATA[AWS Service Ready Products]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Digital Customer Experience]]></category>
		<guid isPermaLink="false">ce22912baaddd4f00c00f5894418a9b692bee890</guid>

					<description>AWS Specializations and AWS Marketplace Vendor Insights work together to transform vendor evaluation. By combining rigorous, domain-specific technical validations from AWS across more than 115 solution areas with continuously updated security posture dashboards, these complementary mechanisms give procurement, security, and technical teams the objective, structured information they need to make confident vendor selection decisions. Learn how a multilayered validation framework—pairing pre-vetted partner capabilities with real-time compliance monitoring—can help you move faster from discovery to decision while reducing your organization’s due diligence efforts.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Soonam Kurian, Global Tech Leader, AWS Specializations – AWS&lt;br&gt; &lt;/em&gt;&lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Kelly Costlow, Global Program Manager, AWS Specializations – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/partners/programs/specializations/"&gt;AWS Specializations&lt;/a&gt; and &lt;a href="https://aws.amazon.com/marketplace/features/vendor-insights/"&gt;AWS Marketplace Vendor Insights&lt;/a&gt; make your vendor evaluation more efficient by surfacing pre-validated technical capabilities and transparent, up-to-date security postures, allowing faster, more confident vendor selection decisions aligned to your unique requirements.&lt;/p&gt; 
&lt;p&gt;Traditional vendor assessment takes 8–12 weeks across procurement, security, and technical teams. You spend &lt;a href="https://knowup.io/en/glossary/saas-procurement"&gt;6 weeks&lt;/a&gt;—50% of evaluation time—researching partners. Your teams manually collect compliance documentation, assess architectures, and validate controls. Retail, healthcare, and financial services organizations face additional challenges verifying solutions meet security standards and industry frameworks such as &lt;a href="https://aws.amazon.com/compliance/pci-dss-level-1-faqs/"&gt;Payment Card Industry Data Security Standard (PCI DSS)&lt;/a&gt;, &lt;a href="https://aws.amazon.com/compliance/hipaa-compliance/"&gt;Health Insurance Portability and Accountability Act (HIPAA)&lt;/a&gt;, or &lt;a href="https://aws.amazon.com/compliance/soc-faqs/"&gt;AWS&amp;nbsp;System and Organization Controls (SOC) 2&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;A multilayered validation framework addresses these challenges through objective, standardized assessments. In this post, you’ll learn how two complementary mechanisms, AWS Specializations and AWS Marketplace Vendor Insights, can help you perform vendor evaluation due diligence more efficiently.&lt;/p&gt; 
&lt;h2&gt;AWS Specializations: Finding the right partner&lt;/h2&gt; 
&lt;p&gt;Identifying &lt;a href="https://aws.amazon.com/partners/"&gt;AWS Partners&lt;/a&gt; with specialized expertise for your specific business use cases is a significant challenge. AWS Specializations helps you identify partner solutions vetted through objective, &lt;a href="https://aws.amazon.com/"&gt;Amazon Web Services (AWS)&lt;/a&gt; defined technical validations across more than 115 solution areas spanning industries, use cases, workloads, and AWS services. This helps you focus your evaluation on partners who have already met rigorous, standardized criteria. A total of &lt;a href="https://aws.amazon.com/de/resources/analyst-reports/Canalys/global-ar-report-ardm-aws-partner-opportunity/"&gt;87% of AWS customers&lt;/a&gt; rank AWS Specializations as a top three selection criterion, and 96% expect partner directory listings to have undergone validation (AWS Customer Survey, 2024, n=556).&lt;/p&gt; 
&lt;p&gt;When a partner holds an AWS Specialization, it means they have passed objective technical validations AWS defines for that specific domain, provided examples of successful customer engagements, and demonstrated a solution validated by AWS. To earn and maintain a Specialization, partners must also sustain a strong team of trained and certified technical individuals. Partners undergo rigorous assessment across organizational practices, solution architecture, customer success demonstration, and domain-specific requirements. For example, the AWS Retail Competency evaluates retail-specific use cases such as personalization engines, and the AWS Data and Analytics Competency assesses data lake architectures, real-time processing capabilities, and analytics optimization.&lt;/p&gt; 
&lt;p&gt;AWS prioritizes the following aspects when evaluating partner capabilities:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Architecture excellence&lt;/strong&gt; – Assess multi-AZ deployment, scalability mechanisms, disaster recovery strategies, and native AWS service integration patterns. Validate solutions against the AWS Well-Architected Framework, examining AWS service leverage, integration patterns, deployment automation, monitoring capabilities, and issue response procedures.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Security and compliance&lt;/strong&gt; – Verify that solutions meet industry standards and implement encryption, access controls, and issue management practices. Assess IAM policies, encryption implementations, network segmentation, and monitoring capabilities against compliance frameworks.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Proven customer success&lt;/strong&gt; – Demonstrate production deployments with quantifiable business outcomes. Qualify partner solutions through customer case studies demonstrating real-world effectiveness, including architecture diagrams, AWS services utilized, and measurable outcomes.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Domain expertise&lt;/strong&gt; – Evaluate domain-specific expertise for AWS Specializations through Validation Checklists (VCLs), tailored assessment frameworks unique to each Specialization area. VCLs define specific technical criteria, solution requirements, and best practices that partners must demonstrate for their target domain.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;AWS imposes a rigorous Specialization validation process that verifies partners meet proven technical standards and customer success criteria, giving you a strong, objective foundation to build on. The due diligence required to identify the right partner for your specific workloads and business outcomes depends on your unique requirements.&lt;/p&gt; 
&lt;h2&gt;Your benefits&lt;/h2&gt; 
&lt;p&gt;Being able to use AWS Specializations to identify AWS Partners with the right expertise for your specific business use cases offers several advantages:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Efficient partner discovery&lt;/strong&gt; – You identify partners with AWS validated technical expertise across specific domains, focusing your evaluation on prequalified candidates rather than starting from scratch.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Objective validation baseline&lt;/strong&gt; – You use the AWS standardized assessment work as a credible starting point, directing your team’s effort toward evaluating fit for your specific requirements.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Targeted partner discovery&lt;/strong&gt; – You quickly locate partners with proven domain expertise that directly aligns with your specific business requirements.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;These benefits accelerate procurement cycles. AWS Specialization criteria give you a reliable signal of partner capability, freeing your teams to focus evaluation time on what matters most: fit for your unique workloads, scale, and business context.&lt;/p&gt; 
&lt;p&gt;The following graphic illustrates the evaluation aspects and customer benefits of using AWS Specializations to find the right partner.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-1.png"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70630 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-1-1024x541.png" alt="Figure 1: AWS Specializations: Finding the right partner" width="1024" height="541"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1: AWS Specializations: Finding the right partner&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;AWS Marketplace Vendor Insights: Security transparency&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/marketplace"&gt;AWS Marketplace&lt;/a&gt; is a curated digital catalog where you find, buy, deploy, and manage third-party software, data, and services that that you need to build solutions and run your businesses.&lt;/p&gt; 
&lt;p&gt;AWS Marketplace Vendor Insights streamlines software risk assessments to support your procurement process and help verify solutions meet your standards. After you discover products addressing specific business requirements, identify products with available Vendor Insights by filtering results under &lt;strong&gt;Refine results&lt;/strong&gt; and choosing &lt;strong&gt;Security profiles&lt;/strong&gt;. Then access detailed security information from the &lt;strong&gt;Vendor Insights&lt;/strong&gt; section on the product details page. You can use Vendor Insights to monitor product security profiles in near real time from a single console, reducing IT security approval time from months to hours.&lt;/p&gt; 
&lt;p&gt;Vendor Insights compiles security and compliance information from three complementary sources:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Industry standard audit reports&lt;/strong&gt; – &lt;a href="https://aws.amazon.com/compliance/iso-27001-faqs/"&gt;ISO 27001&lt;/a&gt;, &lt;a href="https://aws.amazon.com/compliance/soc-faqs/"&gt;AWS System and Organization Controls (SOC)&lt;/a&gt; 2 Type II, &lt;a href="https://aws.amazon.com/compliance/pci-dss-level-1-faqs/"&gt;Payment Card Industry Data Security Standard (PCI DSS)&lt;/a&gt;, and other compliance certifications provide third-party validated evidence of security controls and compliance adherence.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Self-assessment and&lt;/strong&gt; &lt;a href="https://cloudsecurityalliance.org/blog/2021/09/01/what-is-caiq"&gt;Consensus Assessment Initiative Questionnaire (CAIQ)&lt;/a&gt; – Seller-reported security practices and controls.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/audit-manager/"&gt;AWS Audit Manager&lt;/a&gt; – Automated evidence collection from seller production environments using &lt;a href="https://aws.amazon.com/config/"&gt;AWS Config&lt;/a&gt; rules provides continuous, real-time security posture monitoring.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;This multilayered approach provides continually updated security postures rather than static, point-in-time assessments, giving your security teams the current, structured information they need to complete assessments efficiently.&lt;/p&gt; 
&lt;h3&gt;Your benefits&lt;/h3&gt; 
&lt;p&gt;The up-to-date information provided by Vendor Insights offers you these benefits:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Rapid assessments&lt;/strong&gt; – Complete software risk assessments in hours instead of weeks.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Continuous monitoring&lt;/strong&gt; – Track post-procurement security controls with automated notifications for compliance certificate expirations and data residency changes.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Centralized visibility&lt;/strong&gt; – View a single dashboard across your AWS Marketplace software purchases.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Real-world application&lt;/h2&gt; 
&lt;p&gt;A multinational retailer with more than 500 stores across North America seeks a customer data platform (CDP) to consolidate customer interactions across ecommerce, mobile apps, point-of-sale systems, and loyalty programs. The retailer faces regulatory requirements that include PCI DSS Level 1 for payment data.&lt;/p&gt; 
&lt;h3&gt;Evaluation process&lt;/h3&gt; 
&lt;p&gt;&lt;a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/agent-mode.html"&gt;Agent mode&lt;/a&gt; combines the AWS Marketplace product catalog with specialized knowledge from trusted third parties through a conversational interface purpose-built for software procurement. The retailer uses agent mode’s conversational interface to describe CDP requirements in natural language or upload requirement documents, receiving instant product recommendations. The retailer then selects from preset tasks, such as comparing specific products. The product comparison feature creates summaries of overall fit for each of the top three product recommendations based on customer reviews, features, and AWS integration capabilities. The following screenshot shows the product comparison screen agent mode.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-2.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70632 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-2.png" alt="Figure 2: Agent mode for AWS Marketplace product discovery" width="940" height="930"&gt;&lt;/a&gt;&lt;em&gt;Figure 2: Agent mode for AWS Marketplace product discovery&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;After the retailer identifies promising CDP candidates, they access &lt;a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-vendor-insights-view-profile.html"&gt;Vendor Insights&lt;/a&gt; directly from product detail pages to monitor security profiles and compliance artifacts in near real time from a single console. The &lt;strong&gt;Overview&lt;/strong&gt; tab shows the product’s security certifications. The retailer requests subscription to Vendor Insights to view the detailed security profile, including data security, access management, and business resiliency.&lt;/p&gt; 
&lt;p&gt;The following screenshot shows a partner overview in Vendor Insights.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-3.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70634 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-3-1024x541.png" alt="Figure 3: AWS Marketplace Vendor Insights overview" width="1024" height="541"&gt;&lt;/a&gt;&lt;em&gt;Figure 3: AWS Marketplace Vendor Insights overview&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;The retailer uses &lt;a href="https://partners.amazonaws.com/"&gt;AWS Partner Solutions Finder&lt;/a&gt; to evaluate partners’ technical capabilities through the AWS Specializations they hold. The partner profile highlights AWS Specializations such as Competencies and Service Validations the partner attained, AWS Partner programs they participate in, and validated solutions and customer case studies.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-4.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70635 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-4-1024x865.png" alt="Figure 4: AWS Partner Solution Finder" width="1024" height="865"&gt;&lt;/a&gt;&lt;em&gt;Figure 4: AWS Partner Solution Finder&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;For example, a retailer uses a combination of Vendor Insights and Partner Solution Finder to identify three vendors that we’ll call Vendor A, Vendor B, and Vendor C.&lt;/p&gt; 
&lt;p&gt;Vendor A holds AWS Retail and AWS Data and Analytics Competencies. Vendor Insights shows SOC 2 Type II, ISO 27001, and PCI DSS Level 1 certifications current within 90 days. Solution resources available on AWS Marketplace demonstrate &lt;a href="https://aws.amazon.com/kinesis/"&gt;Amazon Kinesis&lt;/a&gt; for real-time ingestion, &lt;a href="https://aws.amazon.com/s3/"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt; with encryption for data lake storage, &lt;a href="https://aws.amazon.com/redshift/"&gt;Amazon Redshift&lt;/a&gt; for analytics, and &lt;a href="https://aws.amazon.com/lambda/"&gt;AWS Lambda&lt;/a&gt; for event processing. Four retail customer case studies show implementations for companies with similar scale, including a national grocery chain achieving 360-degree customer view with 99.9% uptime.&lt;/p&gt; 
&lt;p&gt;Vendor B lists AWS Data and Analytics Competency but lacks retail-specific validation. Vendor Insights profile shows SOC 2 Type II, but PCI DSS certification expired 120 days prior. Customer case studies demonstrate financial services and healthcare expertise, but no retail implementations.&lt;/p&gt; 
&lt;p&gt;Vendor C displays AWS Retail Competency without AWS Data and Analytics Competency. Vendor Insights shows current compliance certifications, but solution documentation reveals limited real-time processing capability, relying primarily on batch ETL processes.&lt;/p&gt; 
&lt;p&gt;The AWS Marketplace agent also generates purchase proposals with insights gathered throughout the discovery process, supporting you to confidently engage pre-vetted solutions without investing time and resources in redundant technical evaluations.&lt;/p&gt; 
&lt;p&gt;The retailer selects Vendor A based on dual Specialization alignment, current compliance posture, proven retail success, and technical architecture fit. Complementary vendor evaluation mechanisms from AWS reduced selection time from 10 weeks to 3 weeks (a 70% reduction).&lt;/p&gt; 
&lt;h2&gt;How the framework works together&lt;/h2&gt; 
&lt;p&gt;The integrated validation framework combines rigorous partner validation through Specializations, AI-powered discovery through AWS Marketplace agent mode, and continuous security monitoring through Vendor Insights. Together, these mechanisms streamline weeks of manual vendor research into an efficient evaluation workflow, giving your teams objective, structured inputs so you can focus evaluation effort on assessing fit for your unique requirements. The evaluation workflow consists of these steps:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;Identify your vendor selection need.&lt;/li&gt; 
 &lt;li&gt;Define your evaluation criteria.&lt;/li&gt; 
 &lt;li&gt;Search AWS Marketplace.&lt;/li&gt; 
 &lt;li&gt;Perform evaluations:&lt;br&gt; a. Evaluate the partner profile.&lt;br&gt; b. Evaluate Vendor Insights.&lt;/li&gt; 
 &lt;li&gt;Compare the vendors’ technical capabilities and security profiles.&lt;/li&gt; 
 &lt;li&gt;Make a decision. If the vendor meets your criteria, proceed to step 7. If the vendor doesn’t meet your criteria, return to step 3.&lt;/li&gt; 
 &lt;li&gt;Select the vendor that meets your requirements.&lt;/li&gt; 
 &lt;li&gt;Continue to monitor security risk profile of the selected vendor.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;These steps are illustrated in the following graphic.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-5.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70636 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/22/SPZ-Blog-5.png" alt="Figure 5: Vendor evaluation framework" width="972" height="510"&gt;&lt;/a&gt;&lt;em&gt;Figure 5: Vendor evaluation framework&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;AWS validates partners through rigorous assessment of specialized domain expertise, technical capabilities, and transparent security postures. AWS Specializations signal that a partner has passed objective, domain-specific technical validations defined by AWS, completed AWS verified customer engagements, and maintained a certified and trained technical team. Vendor Insights provides continuous security transparency through standardized dashboards and current compliance attestations.&lt;/p&gt; 
&lt;p&gt;These mechanisms make your vendor evaluation more efficient, surfacing credible, structured information faster so your teams can direct effort where it matters most: evaluating which partner best fits your specific workloads, requirements, and business context.&lt;/p&gt; 
&lt;p&gt;Use Vendor Insights to evaluate vendors and take advantage of these benefits:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Accelerated evaluation cycles&lt;/strong&gt; – AWS validated partner criteria and centralized security profiles reduce time spent on baseline research, which means your teams can focus on fit assessment.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Increased confidence&lt;/strong&gt; – Objective, AWS defined validation criteria provide a credible foundation; 87% of AWS customers actively use Specializations in selection processes.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Accelerated procurement&lt;/strong&gt; – Standardized information facilitates rapid comparison across multiple vendors.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Maintained compliance&lt;/strong&gt; – Continual monitoring maintains ongoing security posture visibility.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Get started today&lt;/h2&gt; 
&lt;p&gt;Start by exploring &lt;a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/agent-mode.html"&gt;AWS Marketplace agent mode&lt;/a&gt; to discover solutions for your business requirements through natural conversation. Then evaluate partners using &lt;a href="https://aws.amazon.com/partners/programs/specializations/"&gt;AWS Specializations&lt;/a&gt; badging on &lt;a href="https://partners.amazonaws.com/"&gt;AWS Partner Solution Finder&lt;/a&gt; and &lt;a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-vendor-insights-view-profile.html"&gt;AWS Marketplace Vendor Insights&lt;/a&gt; security profiles to identify vendors meeting your technical and security requirements. Finally, filter specific specializations using AWS Partner Solution Finder to discover the right partners and their solutions by industries, use cases, &lt;a href="https://aws.amazon.com/partners/programs/"&gt;AWS Partner Program&lt;/a&gt; participation, AWS service usage, and geographical presence.&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Accenture and AWS accelerate data transformation with agentic AI</title>
		<link>https://aws.amazon.com/blogs/apn/accenture-and-aws-accelerate-data-transformation-with-agentic-ai/</link>
					
		
		<dc:creator><![CDATA[Rajdeep Banerjee]]></dc:creator>
		<pubDate>Tue, 26 May 2026 18:58:56 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Learning Levels]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[Accenture]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AWS Competency Partners]]></category>
		<category><![CDATA[AWS Marketplace]]></category>
		<category><![CDATA[AWS Partner References]]></category>
		<category><![CDATA[AWS Partner Spotlight]]></category>
		<category><![CDATA[Foundational (100)]]></category>
		<guid isPermaLink="false">b3ab20a6c6fcfb452c72dd65baf48c5686d3353c</guid>

					<description>Accenture and AWS are closing the data readiness gap that stalls most enterprise AI initiatives with three new agentic AI solutions—now available in AWS Marketplace—that autonomously discover, migrate, govern, and make enterprise data consumable for generative AI and agentic applications. Built on Amazon Bedrock AgentCore and backed by 16 years of partnership experience, these solutions help organizations turn fragmented, legacy data estates into strategic assets ready for agentic AI at enterprise scale.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Mark Stanger, Lead Architect, Semantic Layer – Accenture&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By: &lt;/span&gt;Aditi Pendse, Lead Data Architect, Agentic Data Platforms &amp;amp; Cloud Modernization – Accenture&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By: &lt;/span&gt;Sandeep Chatterjee, Product Lead, Agentic Data Discovery – Accenture&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Rajdeep Banerjee, Senior Partner Solutions Architect – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;table class=" alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000VHBQIIA5/Accenture" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-49922 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2024/02/27/Accenture-AWS-Partners-2022-300x150-1.png" alt="Accenture Logo" width="300" height="150"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;Accenture&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000VHBQIIA5&amp;amp;source=Blog" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-49924 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2024/02/27/Connect-with-Accenture-2-300x107-1.jpg" alt="Accenture Connect Button" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Enterprises that treat data as a strategic asset will define the next era of competitive advantage. The opportunity is significant: &lt;a href="https://aws.amazon.com/ai/agentic-ai/" target="_blank" rel="noopener noreferrer"&gt;agentic AI&lt;/a&gt; can autonomously discover, migrate, govern, and consume data at a pace and scale that was impossible only 2 years ago. &lt;a href="https://www.accenture.com/us-en" target="_blank" rel="noopener noreferrer"&gt;Accenture&lt;/a&gt; and &lt;a href="https://aws.amazon.com/" target="_blank" rel="noopener noreferrer"&gt;Amazon Web &lt;/a&gt;&lt;a href="https://aws.amazon.com/" target="_blank" rel="noopener noreferrer"&gt;Services (AWS)&lt;/a&gt; are accelerating enterprise data transformation with three agentic AI solutions now available in &lt;a href="https://aws.amazon.com/marketplace/" target="_blank" rel="noopener noreferrer"&gt;AWS Marketplace&lt;/a&gt;, purpose-built to make enterprise data ready for &lt;a href="https://aws.amazon.com/generative-ai/" target="_blank" rel="noopener noreferrer"&gt;generative AI&lt;/a&gt; and agentic applications.&lt;/p&gt; 
&lt;p&gt;Organizations are actively working to scale generative AI solutions. The &lt;a href="https://www.accenture.com/us-en/insights/pulse-of-change" target="_blank" rel="noopener noreferrer"&gt;Accenture Pulse of Change&lt;/a&gt; finds that nearly nine in ten organizations plan to increase AI investment in 2026, and most view it as a driver of revenue growth. Yet only one in five report redesigning end-to-end processes with AI at the core. &lt;a href="https://www.gartner.com/en/newsroom/press-releases/2024-07-29-gartner-predicts-30-percent-of-generative-ai-projects-will-be-abandoned-after-proof-of-concept-by-end-of-2025" target="_blank" rel="noopener noreferrer"&gt;Gartner projected&lt;/a&gt; that at least 30% of generative AI projects will be abandoned after proof of concept by end of 2025. This gap can be put down to data readiness rather than AI capability. Data remains fragmented across platforms, poorly documented, and locked in legacy formats that AI models can’t effectively use.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/marketplace/pp/prodview-trlccyqzog45e?sr=0-8&amp;amp;ref_=beagle&amp;amp;applicationId=AWSMPContessa" target="_blank" rel="noopener noreferrer"&gt;Accenture Agentic Data Discovery for AWS&lt;/a&gt;, &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-yzcqpsbaf5egy?sr=0-3&amp;amp;ref_=beagle&amp;amp;applicationId=AWSMPContessa" target="_blank" rel="noopener noreferrer"&gt;Accenture Agentic Data Modernization for AWS&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-lgifyfsb5ei6o?applicationId=AWSMPContessa&amp;amp;ref_=beagle&amp;amp;sr=0-2" target="_blank" rel="noopener noreferrer"&gt;Accenture Agentic Semantic Layer for AWS&lt;/a&gt; address this gap directly. Together, they transform how organizations discover, migrate, govern, and consume enterprise data, closing the readiness gap that stands between AI ambition and AI impact.&lt;/p&gt; 
&lt;h2&gt;Agentic solutions across the data lifecycle&lt;/h2&gt; 
&lt;p&gt;The three solutions map to four phases of data transformation: assess and discover, capture data for AI, curate data for AI, and consume data with AI. Organizations don’t need to follow these phases sequentially. You can start wherever you are and run multiple workstreams simultaneously, whether that means discovering current data estates, migrating legacy platforms, or building a semantic layer for AI consumption. The solutions are complementary but independent. Accenture Agentic Data Discovery identifies and prioritizes data assets. Accenture Agentic Data Modernization migrates and transforms them. Accenture Agentic Semantic Layer federates access to data wherever it resides, across AWS and other platforms, making it queryable by AI agents and applications without requiring data centralization.&lt;/p&gt; 
&lt;h2&gt;Accenture Agentic Data Discovery for AWS&lt;/h2&gt; 
&lt;p&gt;Most organizations don’t fully understand their own data landscape. Reports are undocumented, lineage is unknown, and shadow IT creates blind spots that block AI initiatives before they start.Accenture Agentic Data Discovery deploys intelligent agents that scan metadata across databases, schemas, and extract, transform, and load (ETL) code to build a comprehensive, continuously updated inventory of your data estate. The agents classify data assets as active or inactive, enabling prioritization for migration and modernization efforts. The solution delivers automated discovery across your entire data landscape, uncovering hidden patterns and delivering inventory, volumetrics, and object distribution insights. Interactive visualizations provide comprehensive views of your data estate, including sensitive data detection for personally identifiable information (PII) and protected health information (PHI). A conversational AI interface means data stewards and architects can query the data landscape in plain English, no SQL required, with agents analyzing and responding in real time. An end-to-end lineage viewer traces data flows across on-premises and cloud-based systems, with progressive graph expansion showing upstream and downstream dependencies.An example Accenture customer using Data Discovery achieved approximately 50% inventory rationalization based on inactive and one-time inventory identification. They consolidated approximately 25% of their inventory through detailed similarity analysis across data, code, and business intelligence assets. And they performed comprehensive technical analysis of over 1,400 reports with end-to-end lineage to support modernization planning.&lt;/p&gt; 
&lt;h2&gt;Accenture Agentic Data Modernization for AWS&lt;/h2&gt; 
&lt;p&gt;Migrating legacy data platforms to AWS is a resource-intensive phase of cloud transformation. Organizations face months of manual code conversion, data mapping, and testing, with quality and governance often addressed as afterthoughts.&lt;/p&gt; 
&lt;p&gt;Accenture Agentic Data Modernization deploys purpose-built agents that automate three workstreams. For code migration, Data Engineer agents handle the full lifecycle of legacy code transformation, from ingesting source ETL scripts, stored procedures, and SQL dialects to chunking, reviewing, converting, and optimizing code for target platforms. Supported conversions include Oracle, Teradata, Db2, Informatica PowerCenter, and DataStage to &lt;a href="https://aws.amazon.com/redshift/" target="_blank" rel="noopener noreferrer"&gt;Amazon Redshift&lt;/a&gt;, &lt;a href="https://aws.amazon.com/athena/" target="_blank" rel="noopener noreferrer"&gt;Amazon Athena&lt;/a&gt;, &lt;a href="https://aws.amazon.com/s3/" target="_blank" rel="noopener noreferrer"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt; with Apache Iceberg, Snowflake, PySpark, and others. For data quality and governance, Data Quality Engineer agents discover and profile source data, define quality rules, validate data against those rules, and generate verification scripts. For automated testing, Data Testing agents translate business requirements into test cases, generate test scripts, run them against target environments, and validate results, eliminating the manual testing bottleneck that typically extends migration timelines.&lt;/p&gt; 
&lt;p&gt;Agents are built on &lt;a href="https://aws.amazon.com/bedrock/agentcore/" target="_blank" rel="noopener noreferrer"&gt;Amazon Bedrock AgentCore&lt;/a&gt;, enabling accelerated deployment within your AWS environment. By applying Agentic Data Modernization, organizations are modernizing legacy platforms, improving confidence in migrated data through automated testing and quality agents, and unlocking scalable data marketplaces backed by AWS led co-innovation.&lt;/p&gt; 
&lt;h2&gt;Accenture Agentic Semantic Layer for AWS&lt;/h2&gt; 
&lt;p&gt;As organizations modernize their data estates on AWS, a new challenge emerges how to make that data truly consumable for analytics, generative AI, and agentic applications without introducing new silos, duplication, or governance risk. The Agentic Semantic Layer for AWS addresses this challenge by creating a governed, AI-ready abstraction that sits above enterprise data, transforming raw, distributed datasets into business‑meaningful knowledge that can be safely and easily consumed.The solution accelerates decision-making by translating complex, distributed data into trusted, business-ready insights. Business users can query data in natural language and receive consistent, governed answers with minimal technical team involvement, while AI teams benefit from reusable, standardized metrics and semantics. This enables high-value use cases such as executive self-service analytics, domain-specific copilots, autonomous reporting, and AI-driven decision support across structured and unstructured data.At its core, the Agentic Semantic Layer establishes a shared semantic foundation that bridges technical data structures and business intent. Using AI-assisted ontology creation, it captures enterprise concepts, relationships, and metrics in a formalized model that reflects how the business thinks about its data. This semantic model becomes the backbone for analytics, natural language querying, and agentic workflows, providing all consumers with a consistent and trusted understanding of enterprise information.The solution is designed around a “data in place” philosophy. Rather than forcing organizations to centralize or duplicate data, it federates access across sources wherever they reside, whether in Amazon Redshift, Amazon S3, Amazon Athena, operational databases, or third-party platforms such as Snowflake. A knowledge graph engine continuously enriches the semantic layer with metadata, lineage, and contextual relationships. As new sources are onboarded, the layer adapts automatically, preserving alignment between physical data assets and business semantics and creating a living knowledge fabric that supports both traditional business intelligence (BI) and advanced agentic AI scenarios.Governance and trust are built in by design. Enterprise access controls, data classification, and policy enforcement are integrated directly into semantic resolution, which means users and AI agents only access what they’re authorized to see. Organizations can confidently expose data through natural language interfaces and semantic APIs while maintaining regulatory compliance and data sovereignty.An example Accenture client using the Agentic Semantic Layer deployed over 300 data products across 25 domains, achieved a 600% throughput improvement for data sourcing teams, and realized 30–40% data infrastructure savings through smart data productization while building readiness for future agentic AI workloads.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;The future of enterprise data management is agentic, intelligent, and automated. Organizations that adopt these capabilities can gain competitive advantages in an AI-driven marketplace.AWS and Accenture invite enterprise leaders to explore how these agentic data solutions can accelerate your data transformation journey. Whether you’re beginning to assess your data landscape, planning a major migration, or building the semantic infrastructure for AI applications, these solutions provide the capabilities, governance, and scale that enterprise success requires.&lt;/p&gt; 
&lt;p&gt;Connect with the &lt;a href="https://aws.amazon.com/accentureaws/" target="_blank" rel="noopener noreferrer"&gt;Accenture AWS Business Group&lt;/a&gt; to learn how we can help you transform your data estate into a strategic asset that powers innovation, drives insights, and enables the agentic AI applications of tomorrow.&lt;/p&gt; 
&lt;h2&gt;The Accenture and AWS Partnership advantage&lt;/h2&gt; 
&lt;p&gt;The collaboration between Accenture and AWS brings together complementary strengths that uniquely position these solutions for enterprise success. AWS provides comprehensive cloud infrastructure capabilities, with AI services through &lt;a href="https://aws.amazon.com/bedrock/" target="_blank" rel="noopener noreferrer"&gt;Amazon Bedrock&lt;/a&gt; and robust data infrastructure. Accenture contributes more than 16 years of partnership experience, having migrated over 110,000 workloads to AWS and delivered more than 4,100 joint projects across global clients.&lt;/p&gt; 
&lt;p&gt;This partnership has been recognized with multiple 2025 AWS awards, including Global Consulting Partner of the Year and Global GenAI Partner of the Year. More importantly, it combines the technical innovation of AWS with Accenture’s deep understanding of enterprise transformation challenges, regulatory requirements, and industry-specific needs.&lt;/p&gt; 
&lt;h2&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000VHBQIIA5&amp;amp;source=Blog" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-35792 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2022/11/23/Accenture-APN-Blog-Connect-2022-1024x166.png" alt="Connect with Accenture" width="1024" height="166"&gt;&lt;/a&gt;&lt;/h2&gt; 
&lt;hr&gt; 
&lt;h2&gt;Accenture – AWS Partner spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;Accenture &lt;/strong&gt;is an AWS Premier Tier Services Partner and managed service provider (MSP) that provides end-to-end solutions to migrate to and manage operations on Amazon Web Services (AWS). By working with the Accenture AWS Business Group (AABG), a strategic collaboration by Accenture and AWS, organizations can accelerate the pace of innovation to deliver disruptive products and services.&lt;br&gt; &lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000VHBQIIA5&amp;amp;source=Blog"&gt;Contact Accenture&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000VHBQIIA5/Accenture"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=4fe793cb-71be-4e10-894c-037dd798e603"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Generative AI using TiDB and Amazon Bedrock</title>
		<link>https://aws.amazon.com/blogs/apn/generative-ai-using-tidb-and-amazon-bedrock/</link>
					
		
		<dc:creator><![CDATA[Akshata Raghunatha]]></dc:creator>
		<pubDate>Tue, 26 May 2026 16:39:48 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[PingCAP]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<guid isPermaLink="false">ad7dfdee0baaae5311dfeb82ca4a38be745401f9</guid>

					<description>What if one database could handle transactions, analytics, and semantic vector search for your AI agents—all without managing separate systems? TiDB Cloud on AWS, integrated with Amazon Bedrock, delivers a unified, serverless architecture purpose-built for the demands of autonomous AI. In this post, PingCAP and AWS walk you through the reference architecture, real-world use cases, and the key design decisions to make your generative AI applications production ready using the TiDB console.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Henrique Leandro, Head of Global Solutions Architect – PingCAP&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Akshata Raghunatha, Partner Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Satish Subramanian, Manager, Partner Solutions Architect – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/0010h00001aBtIxAAK" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-70479 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/15/new-logo-300x127.png" alt="TiDB Logo" width="300" height="127"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;PingCAP&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0010h00001aBtIxAAK&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright size-medium wp-image-70384" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/29/APN-Blog-Partner-Name-Connect-Button-300x107.png" alt="PingCAP Connect Button" width="300" height="52"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;The shift from conversational chatbots to autonomous, goal-driven systems is changing how we think about application architecture. Instead of predictable, human-paced interactions, we’re beginning to design for software that acts continuously — planning, evaluating, revising, and executing without waiting for a user to choose “Submit.”&lt;/p&gt; 
&lt;p&gt;In this blog post, we explore how &lt;a href="https://www.pingcap.com/tidb-cloud/" target="_blank" rel="noopener"&gt;TiDB Cloud&lt;/a&gt;, an &lt;a href="https://aws.amazon.com/partners/" target="_blank" rel="noopener"&gt;AWS Partner Network (APN) Partner&lt;/a&gt;, addresses the unique data layer challenges introduced by autonomous AI agents. We look at how TiDB Cloud’s distributed architecture, powered by TiDB Cloud’s serverless compute-storage separation model, supports these emerging patterns on AWS — particularly when paired with &lt;a href="https://aws.amazon.com/bedrock/" target="_blank" rel="noopener"&gt;Amazon Bedrock&lt;/a&gt; for reasoning and embedding workloads using the TiDB console.&lt;/p&gt; 
&lt;h2&gt;The challenge: when the user isn’t human&lt;/h2&gt; 
&lt;p&gt;In these systems, the database is no longer responding to occasional human queries. Instead, it responds to agents that generate SQL automatically and create temporary schemas. These agents expect immediate access to both transactional records and contextual history.&lt;/p&gt; 
&lt;p&gt;Autonomous agents don’t behave like customers signing in during business hours. They work in loops — planning, executing, evaluating results, and trying again. A single instruction such as “optimize supply chain logistics” can unfold into thousands of internal operations. Agents can create temporary tables to isolate experiments, branch schemas to test alternative strategies, and persist large volumes of intermediate reasoning state.&lt;/p&gt; 
&lt;p&gt;For platform leaders, the question isn’t whether agents will increase load — it’s how to support unpredictable, burst-heavy workloads without losing control of cost or operational stability. Architectures built around fixed capacity and manual tuning start to feel misaligned when the user is a machine (AI agent) operating continuously.&lt;/p&gt; 
&lt;p&gt;From a data perspective, that behavior surfaces several practical challenges:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Metadata management becomes non-trivial. If agents routinely create and discard schemas, the underlying database must handle that churn without degrading performance.&lt;/li&gt; 
 &lt;li&gt;Concurrency patterns become less predictable. Workloads can move from idle to highly parallel in seconds, especially if multiple agents begin exploring variations simultaneously.&lt;/li&gt; 
 &lt;li&gt;Cost becomes tightly coupled to elasticity. When compute must remain provisioned as a contingency, idle time becomes expensive. In autonomous systems, unused capacity isn’t only inefficient — it directly affects economic viability.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;TiDB Cloud: a data layer designed for elastic systems&lt;/h2&gt; 
&lt;p&gt;TiDB Cloud approaches these challenges with a distributed architecture that separates compute from storage. In this model, data persists in Amazon Simple Storage Service (Amazon S3) while compute resources scale independently.&amp;nbsp;This separation changes the economics and behavior of the database layer.&lt;/p&gt; 
&lt;h3&gt;Independent scaling of storage and compute&lt;/h3&gt; 
&lt;p&gt;Because storage and compute are decoupled, compute resources can scale dynamically. They scale up during periods of heavy agent activity and scale down when workloads subside. Data remains durable in object storage, while stateless processing nodes are allocated as needed.&lt;/p&gt; 
&lt;p&gt;For agent-driven systems, this model aligns infrastructure costs more closely with actual usage. When activity slows, compute doesn’t need to remain fully provisioned. When activity spikes, additional capacity can be introduced without re-architecting the system.&lt;/p&gt; 
&lt;h3&gt;Branching as a first-class capability&lt;/h3&gt; 
&lt;p&gt;Agents often need isolated environments to test ideas. If an agent restructures a schema or rewrites a data model, that experimentation should be done in a way that doesn’t jeopardize production.&lt;/p&gt; 
&lt;p&gt;TiDB Cloud supports serverless branching using copy-on-write techniques. A branch can be created quickly, allowing an agent or a developer to explore a hypothesis in isolation. After the task is complete, that branch can be discarded, or reset to sync with the latest parent state.&lt;/p&gt; 
&lt;p&gt;This brings database workflows closer to the way teams already treat application code: versioned, testable, and disposable when necessary.&lt;/p&gt; 
&lt;h3&gt;Unifying transactional and hybrid search workloads&lt;/h3&gt; 
&lt;p&gt;Autonomous agents rarely ask just one kind of question. Within a single reasoning chain, an agent may draw on transactional memory for state, retrieve related context through hybrid search, match against domain-specific keywords, and reference analytical summaries of recent data. Each of these is a different access pattern, and traditionally each has required a different system.&lt;/p&gt; 
&lt;p&gt;Instead of stitching together separate engines for vector search, full-text search, real-time analytics, and relational queries, TiDB Cloud integrates row-based storage for transactions, columnar storage for real-time analytics, and native vector and full-text search for hybrid retrieval.&lt;/p&gt; 
&lt;p&gt;This reduces architectural fragmentation and keeps state consistent across access patterns. The result is a database that acts as durable memory for the agent – searchable across modalities and transactionally accurate.&lt;/p&gt; 
&lt;h2&gt;Reference architecture: TiDB Cloud and Amazon Bedrock&lt;/h2&gt; 
&lt;p&gt;In practice, the integration works as follows:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;Applications call Amazon Bedrock embedding models to convert documents and queries into vector representations.&lt;/li&gt; 
 &lt;li&gt;TiDB stores those embeddings in native vector columns alongside the transactional data.&lt;/li&gt; 
 &lt;li&gt;An orchestration layer, typically implemented using &lt;a href="https://aws.amazon.com/lambda/" target="_blank" rel="noopener"&gt;AWS Lambda&lt;/a&gt;, &lt;a href="https://aws.amazon.com/ecs/" target="_blank" rel="noopener"&gt;Amazon Elastic Container Service&lt;/a&gt;, or frameworks like LangChain, coordinates the workflow, retrieving relevant context using vector similarity search in TiDB.&lt;/li&gt; 
 &lt;li&gt;The orchestration layer passes the retrieved context to an Amazon Bedrock text generation model, then writes the agent’s resulting decisions back to TiDB as structured transactions.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/29/Arch-1.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70379 size-large" style="margin: 10px 0px 10px 0px;border: 1px solid #CCCCCC" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/29/Arch-1-1024x488.png" alt="Figure 1 – Diagram of a generative AI Retrieval-Augmented Generation (RAG) system showing how documents are processed into vector embeddings and served to end users. End users connect to a custom application, which routes queries to TiDB (the central vector database). TiDB interacts with the Amazon Bedrock embeddings model to store and retrieve vector representations of documents sourced from Amazon S3. The custom application also connects to the Amazon Bedrock text model to generate responses." width="1024" height="488"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1 – Reference architecture for TiDB Cloud and Amazon Bedrock.&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;The architecture shown in the preceding figure consists of the following:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Presentation layer&lt;/strong&gt; – End users: application interface for user queries and responses.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Application layer&lt;/strong&gt; – Custom application: frontend and middleware orchestrating user interactions and API calls.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AI/ML services layer&lt;/strong&gt; – Models: 
  &lt;ul&gt; 
   &lt;li&gt;Amazon Bedrock text model: foundation model for response generation.&lt;/li&gt; 
   &lt;li&gt;Amazon Bedrock embeddings model: converts documents and queries to vector embeddings.&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Vector database layer&lt;/strong&gt; – TiDB: stores and retrieves vector embeddings for semantic search.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Storage layer&lt;/strong&gt; – Amazon S3: document repository for source data.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Together, these layers separate reasoning from persistence while maintaining a cohesive data model.&lt;/p&gt; 
&lt;h2&gt;Use cases&lt;/h2&gt; 
&lt;p&gt;TiDB Cloud on AWS supports a broad range of autonomous agent workloads — from real-time fraud detection to multi-tenant software-as-a-service (SaaS) operations — and can be configured using the TiDB console, shown in the following screenshot. The following example use cases illustrate how teams are combining TiDB’s unified HTAP architecture with Amazon Bedrock to build production-ready AI systems across industries.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/29/console.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70380 size-large" style="margin: 10px 0px 10px 0px;border: 1px solid #CCCCCC" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/29/console-1024x540.png" alt="Figure 2 – TiDB console showing the ability to integrate with Amazon Bedrock." width="1024" height="540"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 2 – TiDB console.&lt;/em&gt;&lt;/p&gt; 
&lt;h3&gt;Conversational analytics for ecommerce&lt;/h3&gt; 
&lt;p&gt;An ecommerce platform uses TiDB Cloud on AWS to store product catalogs, inventory, and order data. An autonomous agent powered by Amazon Bedrock translates natural language queries — such as “which products are trending but running low on stock?” — into SQL executed against TiDB’s HTAP engine. The agent combines real-time transactional data with analytical aggregations in a single query, eliminating the need for a separate data warehouse.&lt;/p&gt; 
&lt;h3&gt;Fraud detection in financial services&lt;/h3&gt; 
&lt;p&gt;A fintech company stores transaction records in TiDB Cloud on AWS. An agent uses Amazon Bedrock for reasoning and TiDB’s vector search to match transaction embeddings against known fraud signatures. The agent queries millions of transactions in real time (using OLTP) while running analytical pattern detection (using OLAP) — all within a single distributed database.&lt;/p&gt; 
&lt;h3&gt;Multi-tenant SaaS operations&lt;/h3&gt; 
&lt;p&gt;A SaaS platform uses TiDB Cloud’s distributed SQL to serve thousands of tenants. An autonomous agent provisions new tenant databases, monitors usage patterns, and identifies churn signals — all through SQL operations using TiDB on AWS. The serverless branching capability allows the agent to test schema changes in isolation before applying them to production. This &lt;a href="https://www.pingcap.com/blog/scaling-3-million-tables-how-tidb-powers-atlassian-forge-saas-platform/" target="_blank" rel="noopener"&gt;TiDB blog post&lt;/a&gt; highlights how TiDB empowered Atlassian’s Forge platform to support a massive, multi-tenant architecture with over 3 million tables — all within a single cluster.&lt;/p&gt; 
&lt;h3&gt;Live operations in gaming&lt;/h3&gt; 
&lt;p&gt;A gaming company stores player profiles, match history, and in-game economy data in TiDB Cloud on AWS. An agent analyzes player engagement, detects anomalous behavior patterns using vector similarity search, and recommends live event configurations — querying millions of concurrent player records without manual sharding.&lt;/p&gt; 
&lt;h3&gt;GenAI experimentation without heavy setup&lt;/h3&gt; 
&lt;p&gt;Agentic architectures are still evolving. Teams often need room to prototype and iterate before committing to production-scale designs.&lt;/p&gt; 
&lt;p&gt;TiDB Cloud on AWS provides a managed, serverless environment that teams can use to experiment with branching, vector search, and SQL-driven agents without standing up complex infrastructure. This simplifies validating workload assumptions and refining architectural decisions before scaling further. This &lt;a href="https://www.pingcap.com/case-study/manus-agentic-ai-database-tidb/" target="_blank" rel="noopener"&gt;TiDB blog post&lt;/a&gt; highlights how TiDB Cloud enabled extreme write throughput and low-latency state reconstruction that a monolithic database couldn’t sustain for a successful public launch with a more than 2 million transaction waitlist within weeks.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;The question isn’t whether autonomous agents will transform your architecture — it’s whether your database will be ready when they do. The teams building tomorrow’s AI systems are choosing infrastructure today.&lt;/p&gt; 
&lt;p&gt;By running TiDB Cloud on AWS and integrating with Amazon Bedrock, organizations can design a database layer that supports transactional accuracy, hybrid retrieval, real-time analytics, and rapid experimentation within a unified architecture. Instead of working around database constraints, architects can focus on shaping how autonomous systems behave, and how they evolve. Unlike architectures that require separate databases for transactions, analytics, and hybrid search, TiDB Cloud unifies these capabilities while maintaining the elasticity and cost efficiency autonomous systems demand.&lt;/p&gt; 
&lt;p&gt;Ready to build your agentic architecture? Explore &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-7xendfnh6ykg2" target="_blank" rel="noopener"&gt;TiDB Cloud on AWS Marketplace&lt;/a&gt; or &lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0010h00001aBtIxAAK&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;contact PingCAP&lt;/a&gt; to discuss your specific use case.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0010h00001aBtIxAAK&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70402 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/05/04/APN-Blog-Connect-Banner_final.png" alt="" width="1024" height="171"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;PingCAP – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;PingCAP&lt;/strong&gt; &lt;strong&gt;is an AWS Advanced Technology Partner&lt;/strong&gt; that provides TiDB Cloud, a fully managed distributed SQL database designed for hybrid transactional and analytical processing (HTAP) workloads.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0010h00001aBtIxAAK&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;Contact PingCAP&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/0010h00001aBtIxAAK" target="_blank" rel="noopener"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-7xendfnh6ykg2" target="_blank" rel="noopener"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Announcing the Regional 2026 AWS Partners of the Year for Latin America</title>
		<link>https://aws.amazon.com/blogs/apn/announcing-the-regional-2026-aws-partners-of-the-year-for-latin-america/</link>
					
		
		<dc:creator><![CDATA[Andrew Somera]]></dc:creator>
		<pubDate>Fri, 22 May 2026 16:09:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Foundational (100)]]></category>
		<category><![CDATA[A3 Data]]></category>
		<category><![CDATA[Cerby]]></category>
		<category><![CDATA[Compass UOL]]></category>
		<category><![CDATA[Craftech]]></category>
		<category><![CDATA[DanaConnect]]></category>
		<category><![CDATA[DinoCloud]]></category>
		<category><![CDATA[Escala24x7]]></category>
		<category><![CDATA[EVOLVENX]]></category>
		<category><![CDATA[GlobalTask]]></category>
		<category><![CDATA[Hackmetrix]]></category>
		<category><![CDATA[Horizon]]></category>
		<category><![CDATA[Jumpcube]]></category>
		<category><![CDATA[Pier Cloud]]></category>
		<category><![CDATA[Troura]]></category>
		<category><![CDATA[VTEX]]></category>
		<category><![CDATA[XalDigital]]></category>
		<guid isPermaLink="false">7c8b949e147393ab3b0f903fdbb3fedf3ebd0fe8</guid>

					<description>We're excited to announce the regional 2026 AWS Partners of the Year from Latin America. This year's award winners have demonstrated exceptional innovation and commitment to customer success. Working side by side with AWS Partners has yielded remarkable results, and we're excited to build upon these successes as we strengthen our partnerships throughout 2026.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Andrew Somera, Head of Partner Experiences&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;We are excited to announce the regional 2026 AWS Partners of the Year for Latin America. These annual awards recognize AWS Partner Network (APN) members who consistently deliver exceptional results and drive innovation for our customers.&lt;/p&gt; 
&lt;p&gt;Throughout 2026, our winning partners have demonstrated their expertise by delivering transformative cloud solutions and creating measurable business value through AWS technologies. They’ve successfully guided customers through complex migrations and helped organizations optimize their AWS environments for maximum impact.&lt;/p&gt; 
&lt;p&gt;The collaboration between AWS and our partners continues to be fundamental to customer success. These partnerships drive innovation and help customers take full advantage of AWS services to accelerate their growth.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Regional Awards are comprised of the following four awards:&lt;/strong&gt;&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year:&lt;/strong&gt; Recognizes our top AWS Consulting Partners that have provided significant contributions related to revenue, launched opportunities, net new certified individuals, and AWS designations earned.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year:&lt;/strong&gt; Recognizes AWS Consulting Partners that have seen significant YoY growth in their business.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year:&lt;/strong&gt; Recognizes our top AWS Technology Partners that are using AWS to lower costs, increase agility, and innovate faster.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year:&lt;/strong&gt; Recognizes AWS Technology Partners that have seen significant YoY growth in their business.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;Please join us in congratulating our 2026 AWS Partner of the Year award winners!&lt;/p&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;Northern Latin America (NOLA) Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000fgUHEIA2/Escala24X7"&gt;Escala24x7&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002MKI6aQAH/Jump%20Cube"&gt;JumpCube&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W0000208RjYQAU/Truora%20SAS"&gt;Truora&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002HCuBaQAL/DANAConnect%20Corp."&gt;DanaConnect&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;Southern Latin America (SOLA) Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001pC47wQAC/DinoCloud"&gt;Dinocloud&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001jF6umAAC/Craftech"&gt;Craftech&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002EI8dDQAT/Hackmetrix"&gt;Hackmetrix&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001aq000009a6L6AAI/Horizon"&gt;Horizon&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline;color: #000000"&gt;&lt;strong&gt;Mexico Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001pDWqDQAW/XalDigital"&gt;XalDigital&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001iVQkaQAG/GlobalTask"&gt;Globaltask&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002PkEfSQAV/Cerby,%20Inc."&gt;Cerby&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002AxsCjQAJ/EVOLVENX"&gt;EVOLVENX&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Brazil Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="http://partners.amazonaws.com/partners/001E000001J5FvwIAF/Compass%20UOL"&gt;Compass UOL&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001aQs8VAAS/A3Data"&gt;A3 Data&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000pd8JbIAI/VTEX"&gt;VTEX&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001kW7x0QAC/Pier%20Cloud"&gt;Pier Cloud&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>How AWS partner scales success with Hiring Side of Innovation from AWS</title>
		<link>https://aws.amazon.com/blogs/apn/how-aws-partner-scales-success-with-hiring-side-of-innovation-from-aws/</link>
					
		
		<dc:creator><![CDATA[Serena Kang]]></dc:creator>
		<pubDate>Wed, 20 May 2026 15:05:09 +0000</pubDate>
				<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Culture and Training]]></category>
		<category><![CDATA[Enterprise Strategy]]></category>
		<category><![CDATA[Innovation and Reinvention]]></category>
		<guid isPermaLink="false">506b17f0edeb988bc2bd372861c56e7a7a40b903</guid>

					<description>Learn how AWS partners use the Hiring Side of Innovation (HSOI) program to cut hiring cycle time by 25–40%, shift from intuition-based to evidence-based recruiting, and expand access to underrepresented talent pools. This structured AWS enablement program aligns talent strategy with business objectives to deliver measurable outcomes — from headcount attainment and funnel conversion improvements to incremental revenue and a strengthened strategic partnership with AWS.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Serena Kang, Asia Pacific Japan Partner Enablement Manager – Amazon Web Services&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;Technology and industry trends are constantly evolving, and companies often struggle to adopt agile hiring strategies that can keep up. Many Amazon Web Services (AWS) partners face the same challenge, their rapid business growth often outpaces their internal recruiting capability, creating a gap between market ambition and operational readiness. The Hiring Side of Innovation (HSOI) program was born from this need to help partners bridge that divide by treating talent acquisition not as an administrative task, but as a strategic business lever.&lt;/p&gt; 
&lt;p&gt;HSOI is a structured strategic enablement program designed to help AWS partners build a high-velocity Internal Engine by transforming their hiring mechanisms and organizational culture into a driver for scalable business growth. Unlike one-off best practice sharing programs, the HSOI program is a results-oriented 3–6-month project where we dive deeply into the partner’s specific challenges to co-create measurable business impact and long-term operational excellence.&lt;/p&gt; 
&lt;p&gt;The program helps partners streamline their recruitment process, augmenting everything from job description optimization to technical candidate assessment using proven frameworks and AWS best practices. This initiative, which has supported AWS partners since 2023, has achieved measurable outcomes such as:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li style="list-style-type: none"&gt; 
  &lt;ul&gt; 
   &lt;li&gt;100% headcount target attainment&lt;/li&gt; 
   &lt;li&gt;20%+ reduction in hiring cycle time&lt;/li&gt; 
   &lt;li&gt;20%+ improvement in talent funnel conversion&lt;/li&gt; 
   &lt;li&gt;Incremental revenue contribution&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;In this post, you’ll discover how AWS helps partners scale their hiring innovation through SoftwareOne’s success story using the HSOI methodology, and how your organization can get involved.&lt;/p&gt; 
&lt;div style="text-align: center"&gt; 
 &lt;p&gt;&lt;iframe loading="lazy" src="https://player.vimeo.com/video/1190460856?dnt=1&amp;amp;app_id=122963" width="500" height="281" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin" sandbox="allow-scripts allow-same-origin"&gt;&lt;/iframe&gt;&lt;/p&gt; 
&lt;/div&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Video: AWS Hiring Side of Innovation – SoftwareOne Story&lt;/em&gt;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;The SoftwareOne journey&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;SoftwareOne, a global provider of cloud technology solutions and an Amazon Web Services (AWS) Premier Tier Services Partner, faced similar hurdles and embraced the Hiring Side of Innovation (HSOI) program to re-align their recruitment engine with their growth trajectory.&lt;/p&gt; 
&lt;p&gt;Over 6 months, SoftwareOne partnered with AWS to optimize their hiring process in a hands-on collaboration. The initiative moved away from intuition-based hiring and toward evidence-based decision-making. It involved envisioning workshops with SoftwareOne executives and the HR team to dive deeply into their specific challenges in hiring and talent management, explored solutions, and set up measurable goals such as headcount target attainment and cycle time reduction. This work resulted in an actionable, achievable roadmap to transform their hiring process.&lt;/p&gt; 
&lt;p&gt;The Software One team tested a new sourcing mechanism, ran new employee referral drives, and conducted talent market insight studies across multiple countries. &lt;em&gt;“These sessions gave us fresh ideas to make existing initiatives more engaging,”&lt;/em&gt; says Priya Rajarathinam, regional talent acquisition leader at SoftwareOne. &lt;em&gt;“Even our referral initiatives, already strong, got the extra benefits.”&lt;/em&gt;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Quantifiable efficiency gains&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;SoftwareOne reduced their overall hiring lifecycle time by approximately 25–40%. &lt;em&gt;“We have reduced the overall lifecycle of hiring, which helps our teams to focus more on project delivery and customer success,”&lt;/em&gt; says Devendran Ramachandran, delivery head of digital workforce at SoftwareOne. This efficiency means their technical teams can focus on what matters most, which is delivering projects and innovation for customers.&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;From hiring culture to business impact&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;Partnering with AWS moved SoftwareOne from learning best practices to shaping them for themselves. The alignment between talent acquisition and business leadership meant everyone began speaking the same language regarding hiring.&lt;/p&gt; 
&lt;p&gt;This cultural shift supported their evolution as a strategic partner, eventually contributing to their entry into a strategic collaboration agreement with AWS. This multiyear commitment focuses on joint investment and coordinated go-to-market initiatives, particularly around AI and generative AI.&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;The HSOI program can help you turn recruitment into a measurable competitive advantage. By aligning talent strategy with business objectives, you can build a team that leads impactful outcomes such as revenue generation, competitive wins, and cost savings. For information on how you can start improving your talent strategy, you can connect with us by submitting this &lt;a href="https://pulse.aws/survey/4EX9H01K?p=0"&gt;form&lt;/a&gt; today.&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Accelerating supply chain AI with Kinaxis MCP on Amazon Bedrock AgentCore</title>
		<link>https://aws.amazon.com/blogs/apn/accelerating-supply-chain-ai-with-kinaxis-mcp-on-amazon-bedrock-agentcore/</link>
					
		
		<dc:creator><![CDATA[Naresh Rajaram]]></dc:creator>
		<pubDate>Mon, 18 May 2026 16:56:49 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Supply Chain]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[AWS Competency Partners]]></category>
		<category><![CDATA[AWS Partner Solutions Architects (SA)]]></category>
		<category><![CDATA[AWS Partner Success Stories]]></category>
		<category><![CDATA[AWS Premier Tier Services Partners]]></category>
		<category><![CDATA[AWS Well-Architected Partners]]></category>
		<guid isPermaLink="false">15572e5eb0dd9bbdca5657ce7378354f4f75a485</guid>

					<description>Integration complexity—not technology—remains the biggest barrier to deploying AI in supply chain operations, with custom API development consuming up to six months of engineering effort per project. Genpact's Kinaxis MCP Server, built on Amazon Bedrock AgentCore, collapses that timeline from 12 weeks to just 3 days by replacing dozens of custom integrations with a single, secure interface powered by the Model Context Protocol standard. Learn how organizations running Kinaxis RapidResponse on AWS are achieving up to 18% improvement in forecast accuracy and 23% reduction in stockout rates—with enterprise-grade security and session isolation built in from day one.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Shriram Bidkar, Assistant Vice President, AWS Solutions – Genpact&lt;br&gt; &lt;span style="color: #ffffff"&gt;By: &lt;/span&gt;Naresh Rajaram, Sr. Partner Solutions Architect – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000UfacjIAB/Genpact"&gt;&lt;img loading="lazy" class="alignright wp-image-70293 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/25/Genpact_Logo_Black_3-300x158.png" alt="Genpact Logo" width="300" height="158"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;Genpact&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000UfacjIAB&amp;amp;partnerName=Genpact&amp;amp;source=Blog&amp;amp;campaign="&gt;&lt;img loading="lazy" class="alignright wp-image-29666 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2022/02/15/Connect-with-Genpact-1-300x107.png" alt="Connect with Genpact" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;The biggest barrier to supply chain AI isn’t the technology, it’s integration. &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-4osobep6cx3yc"&gt;Genpact’s Kinaxis MCP Server&lt;/a&gt;, built on &lt;a href="https://aws.amazon.com/bedrock/agentcore/"&gt;Amazon Bedrock AgentCore&lt;/a&gt;, replaces months of custom API work with a single secure interface. One manufacturer achieved an estimated reduction in AI deployment time from 12 weeks to 3 days. A global retailer saw up to an 18% improvement in forecast accuracy. Discover how MCP standardization unlocks supply chain AI at scale.&lt;/p&gt; 
&lt;p&gt;A Fortune 500 consumer goods manufacturer wanted to use AI agents to support supply chain planning. Teams spent months building and securing custom API connections between the agents and their planning systems. Each new agent required additional integration work, driving up costs and delaying deployment. As a result, the engineering effort was consumed by integration tasks rather than supply chain optimization.&lt;/p&gt; 
&lt;p&gt;This scenario is the norm, not the exception. Enterprises adopting ML-based supply chain forecasts typically cut errors by &lt;a href="https://aws.amazon.com/blogs/enterprise-strategy/leveraging-ai-and-cloud-for-supply-chain-resilience/"&gt;20–50%, releasing $20 to $40 million&lt;/a&gt; in working capital per $1 billion of revenue. The challenge isn’t acquiring AI, it’s connecting AI agents securely to the specialized systems that run modern supply chains. With industry leaders achieving up to a 30% reduction in inventory costs while improving service levels, organizations can’t afford multi-month integration projects. They need AI operational now.&lt;/p&gt; 
&lt;h2&gt;Breaking down the integration barrier&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://modelcontextprotocol.io/docs/getting-started/intro"&gt;Model Context Protocol (MCP)&lt;/a&gt; is changing this. APIs standardized how software systems communicate, now MCP is doing the same for AI agents—replacing dozens of custom integrations with a standard interface. With &lt;a href="https://aws.amazon.com/blogs/machine-learning/evaluating-ai-agents-real-world-lessons-from-building-agentic-systems-at-amazon/"&gt;thousands of AI agents already built across Amazo&lt;/a&gt;&lt;a href="https://aws.amazon.com/blogs/machine-learning/evaluating-ai-agents-real-world-lessons-from-building-agentic-systems-at-amazon/"&gt;n&lt;/a&gt; organizations since 2025, and enterprises managing supply chains spanning hundreds of millions of SKUs, the conditions are right for a breakthrough&lt;/p&gt; 
&lt;p&gt;When AI is applied effectively in supply chain planning and execution, organizations can unlock meaningful improvements in cost, inventory efficiency, and customer service. Integration is the first step to achieving these outcomes.&lt;/p&gt; 
&lt;h2&gt;How Genpact built an enterprise-ready MCP server for Kinaxis&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://www.kinaxis.com/en/solutions/platform"&gt;Kinaxis RapidResponse&lt;/a&gt; is the system of record for demand forecasting, inventory management, and Sales and Operations Planning (S&amp;amp;OP) at Fortune 500 manufacturers. Despite its capabilities, connecting AI agents to RapidResponse required months of custom API development, blocking AI adoption at scale.&lt;/p&gt; 
&lt;p&gt;Working as an &lt;a href="https://aws.amazon.com/blogs/apn/new-agentic-ai-categories-for-aws-ai-competency-partners/"&gt;AWS AI Services Competency&lt;/a&gt; and &lt;a href="https://aws.amazon.com/bedrock/agentcore/"&gt;Amazon Bedrock AgentCore&lt;/a&gt; launch partner, Genpact built the &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-4osobep6cx3yc"&gt;Kinaxis MCP Server&lt;/a&gt;—a production-ready integration layer that runs on AgentCore Runtime. It implements the MCP standard with OAuth 2.0 authentication, creating a single secure interface that any AI agent can use to access &lt;a href="https://www.kinaxis.com/en"&gt;Kinaxis RapidResponse&lt;/a&gt;, collapsing timelines from months to hours.&lt;/p&gt; 
&lt;h2&gt;Why Amazon Bedrock AgentCore&lt;/h2&gt; 
&lt;p&gt;Genpact selected Amazon Bedrock AgentCore as the foundation because supply chain operations demand enterprise-grade reliability. AgentCore delivers secure, serverless hosting with complete session isolation—every interaction runs in its own dedicated microVM.&lt;/p&gt; 
&lt;p&gt;Without this isolation, a single compromised agent session could expose data across your entire supply chain. AgentCore helps ensure that a procurement agent accessing supplier data is completely isolated from a demand planning agent querying forecast models, even when both run simultaneously.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/25/Arch.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="wp-image-70276 size-large aligncenter" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/25/Arch-1024x579.png" alt="Figure 1 - Diagram of a supply chain AI integration showing secure agent connectivity. Users connect to MCP Server, which routes requests to Kinaxis RapidResponse using AgentCore." width="1024" height="579"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1 – Diagram of a supply chain AI integration showing secure agent connectivity. Users connect to MCP Server, which routes requests to Kinaxis RapidResponse using AgentCore.&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;Flexible deployment and seamless authentication&lt;/h2&gt; 
&lt;p&gt;Organizations can deploy the Kinaxis MCP Server through &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-4osobep6cx3yc"&gt;AWS Marketplace&lt;/a&gt; using pre-built Docker images or can customize their deployment using &lt;a href="https://aws.amazon.com/pm/ecs/"&gt;Amazon Elastic Container Service (Amazon ECS)&lt;/a&gt; or &lt;a href="https://aws.amazon.com/eks/"&gt;Amazon Elastic Kubernetes Service (Amazon EKS)&lt;/a&gt; for specific compliance requirements. &lt;a href="https://aws.amazon.com/bedrock/agentcore/"&gt;Amazon Bedrock AgentCore Identity&lt;/a&gt; integrates with &lt;a href="https://aws.amazon.com/pm/cognito/"&gt;Amazon Cognito&lt;/a&gt;, &lt;a href="https://www.okta.com/"&gt;Okta&lt;/a&gt;, and &lt;a href="https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id"&gt;Microsoft Entra ID&lt;/a&gt;. Planners authenticate once and AI agents access Kinaxis securely on their behalf, eliminating credential exposure.&lt;/p&gt; 
&lt;h2&gt;Core capabilities&lt;/h2&gt; 
&lt;p&gt;The Kinaxis MCP Server includes three components built to assist supply chain planning teams:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Workbook data access&lt;/strong&gt;: Retrieve demand forecasts, inventory positions, and production schedules directly from Kinaxis workbooks&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Targeted worksheet extraction&lt;/strong&gt;: Access specific planning parameters without processing entire workbooks&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Advanced parameter customization&lt;/strong&gt;: Query across site groups, time periods, and multi-dimensional planning hierarchies&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;All components integrate with &lt;a href="https://aws.amazon.com/cloudwatch/"&gt;Amazon CloudWatch&lt;/a&gt; for real-time visibility into agent activities and system performance.&lt;/p&gt; 
&lt;h2&gt;Results&lt;/h2&gt; 
&lt;p&gt;The manufacturer mentioned at the start of this post achieved an estimated reduction in AI agent deployment from 12 weeks to 3 days—a 96% reduction. A global retailer saw up to an 18% improvement in forecast accuracy, reducing stockout rates by an estimated 23% network wide. A pharmaceutical company found that OAuth 2.0 authentication and session isolation provided the security posture needed for internal approval, unblocking AI initiatives that had stalled for months.&lt;/p&gt; 
&lt;p&gt;Organizations are also discovering a compounding benefit: teams that start with demand forecasting agents expand to inventory optimization and scenario planning—all on the same integration layer. Each new use case can be deployed in days, not months, because the integration work is already done.&lt;/p&gt; 
&lt;h2&gt;Getting started&lt;/h2&gt; 
&lt;p&gt;If your organization runs &lt;a href="https://www.kinaxis.com/en"&gt;Kinaxis RapidResponse&lt;/a&gt; and AWS today, you’re closer to production-grade supply chain AI than you think. The Kinaxis MCP Server is designed to significantly reduce the integration work that typically takes 3 to 6 months of engineering to days. Organizations have been able to go from zero to deployed AI agents in days, not quarters, while competitors are still scoping their integration projects.&lt;/p&gt; 
&lt;p&gt;The &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-4osobep6cx3yc"&gt;Kinaxis MCP Server&lt;/a&gt; is available now on &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-4osobep6cx3yc"&gt;AWS Marketplace&lt;/a&gt;. For a customized deployment, Genpact offers 4-week assessments to design architectures matching your specific security and operational requirements. Contact your AWS account team or &lt;a href="https://www.genpact.com/"&gt;Genpact&lt;/a&gt; representative to get started.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000UfacjIAB&amp;amp;partnerName=Genpact&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70291 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/25/Screenshot-2026-04-25-at-8.22.34 AM-1024x169.png" alt="Connect with Genpact" width="1024" height="169"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Genpact – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://www.genpact.com/"&gt;Genpact&lt;/a&gt; (NYSE: G) is a global professional services firm with more than 125,000 people across over 30 countries. As an AWS Generative AI Competency Partner and AgentCore launch partner, Genpact stands at the forefront of enterprise AI transformation in supply chain, finance, and operations.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000UfacjIAB&amp;amp;partnerName=Genpact&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact Genpact&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000UfacjIAB/Genpact"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=seller-da4cx2zwvsjos"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Say Hello to 158 New AWS Competency Partners Added in April</title>
		<link>https://aws.amazon.com/blogs/apn/say-hello-to-158-new-aws-competency-partners-added-in-april/</link>
					
		
		<dc:creator><![CDATA[Nick Paris]]></dc:creator>
		<pubDate>Wed, 06 May 2026 17:38:26 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[APN Launches]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[AWS Competency Partners]]></category>
		<guid isPermaLink="false">8645acf1564124753fe9fedb46c7ab563fd8844b</guid>

					<description>We are excited to highlight 158 AWS Partners that received new or renewed specializations in April for our global AWS Competency program. These designations span workload, solution, and industry, and help AWS customers identify top AWS Partners that can deliver on core business objectives. AWS Partners are focused on your success, helping customers take full advantage of the business benefits AWS has to offer.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By Nick Paris, APN Marketing Manager – AWS Partner Network&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;The &lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/"&gt;AWS Partner Network&lt;/a&gt;&lt;/strong&gt; (APN) is a global community that leverages Amazon Web Services (AWS) technologies, programs, expertise, and tools to build solutions and provide services for customers.&lt;/p&gt; 
&lt;p&gt;The APN has more than 130,000 partners from over 200 countries, with 70% headquartered outside of the United States.&amp;nbsp;Together, partners and AWS provide innovative solutions, solve technical challenges, win deals, and deliver greater customer value.&lt;/p&gt; 
&lt;p&gt;To achieve APN specializations such as &lt;a href="https://aws.amazon.com/partners/programs/specializations/#aws-competency"&gt;&lt;strong&gt;AWS Competency&lt;/strong&gt;&lt;/a&gt;,&amp;nbsp;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/programs/specializations/#aws-service-ready-and-service-delivery"&gt;AWS Service Delivery&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/programs/specializations/#aws-service-ready-and-service-delivery"&gt;AWS Service Ready&lt;/a&gt;&lt;/strong&gt;, and &lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/programs/msp/"&gt;AWS Managed Service Provider (MSP)&lt;/a&gt;&lt;/strong&gt;, organizations must undergo rigorous technical validation and assessment of their AWS solutions and practices.&lt;/p&gt; 
&lt;h2&gt;&lt;span style="color: #ff6600"&gt;NEW!&lt;/span&gt; AWS Competency Partners&lt;/h2&gt; 
&lt;p&gt;To succeed with cloud adoption in today’s complex IT environment and continue to advance in the future, customers can team up with an AWS Competency Partner.&lt;/p&gt; 
&lt;p&gt;The&amp;nbsp;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/programs/specializations/#aws-competency"&gt;AWS Competency Program&lt;/a&gt;&lt;/strong&gt; validates and promotes AWS Partners with demonstrated technical expertise and proven customer success in specialized areas across industries, use cases, and workloads. Guidance from these skilled professionals can lead to&amp;nbsp;better business and bigger results.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/partners/programs/specializations/#aws-competency"&gt;&lt;img loading="lazy" class="aligncenter wp-image-36550 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2022/12/20/AWS-Competency-Partners-Blog-2023.png" alt="AWS-Competency-Partners-Blog-2026" width="1242" height="458"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Team up with our newest AWS Competency Partners:&lt;/strong&gt;&lt;/h3&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/generative-ai/partners/"&gt;AWS AI Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001cBZ8RAAW"&gt;a2c Cloud&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001aQs8VAAS"&gt;A3Data&lt;/a&gt; &lt;/strong&gt; | LATAM | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001iWw9IQAS"&gt;Actwill&lt;/a&gt; &lt;/strong&gt; | China | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002bWP7yQAG"&gt;Apex Lab&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001kMNpRAAW"&gt;Applogika&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000UfZgFIAV"&gt;Awiant AB&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000rV0seIAC"&gt;axcess.io&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002ehlocQAA"&gt;Axiom Digital&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001u3mClQAI"&gt;binbash&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001dnxbeAAA"&gt;Cirrusgo&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001kYBVoQAO"&gt;CloudifyOps&lt;/a&gt; &lt;/strong&gt; | APAC | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001tByAoQAK"&gt;CloudNation&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001jBnbSAAS"&gt;CloudPlexo&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000009gpfFAAQ"&gt;CloudThinker&lt;/a&gt; &lt;/strong&gt; | APAC | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000UfaSDIAZ"&gt;CLOUDWICK TECHNOLOGIES&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001osCIeAAM"&gt;CloudZenia&lt;/a&gt; &lt;/strong&gt; | APAC | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001c9tsjAAA"&gt;Codex&lt;/a&gt; &lt;/strong&gt; | APAC | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000VKaCSIA1"&gt;Criptonube – Myappsoftware&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000UfaTCIAZ"&gt;Cybage&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001d32ddAAA"&gt;develeap&lt;/a&gt; &lt;/strong&gt; | EMEA | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001u56SvQAI"&gt;DNX Solutions&lt;/a&gt; &lt;/strong&gt; | APAC | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002M2MWdQAN"&gt;DreamSquad Tecnologia&lt;/a&gt; &lt;/strong&gt; | LATAM | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001IoIiaIAF"&gt;E&amp;amp;M Computing&lt;/a&gt; &lt;/strong&gt; | EMEA | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001kOkRRAA0"&gt;Elad Software Systems&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001fte2TAAQ"&gt;ETECH SYSTEM&lt;/a&gt; &lt;/strong&gt; | APAC | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000027DeClQAK"&gt;gdna&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000NaBHeIAN"&gt;Globant&lt;/a&gt; &lt;/strong&gt; | LATAM | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002PjCEXQA3"&gt;HiveTek Corporation&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000lYz8yIAC"&gt;Ibexlabs / Labra&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000gMyr7IAC"&gt;INADEV Corporation&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001e8tA5AAI"&gt;Insbuilt&lt;/a&gt; &lt;/strong&gt; | LATAM | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001hgTc9AAE"&gt;IT Visionary&lt;/a&gt; &lt;/strong&gt; | EMEA | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000008CeJeAAK"&gt;Marlocks Technologies&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000ok4vGIAQ"&gt;Metal Toad&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001lQ19xAAC"&gt;MethodData&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq00000EO0q1AAD"&gt;Nerdshub&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001rc9zqQAA"&gt;Nubiral&lt;/a&gt; &lt;/strong&gt; | LATAM | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001u4VFbQAM"&gt;Opsfleet&lt;/a&gt; &lt;/strong&gt; | EMEA | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001u4VFbQAM"&gt;Opsfleet&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001Kbr4bIAB"&gt;Pentagon System and Services&lt;/a&gt; &lt;/strong&gt; | APAC | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001ffp8cAAA"&gt;ProfiSea&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001mRhfqAAC"&gt;Qucoon&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000lWoNGIA0"&gt;revolgy&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002aMRwFQAW"&gt;Structurit Consulting&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001qJ1OCQA0"&gt;superluminar&lt;/a&gt; &lt;/strong&gt; | EMEA | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000027C1qbQAC"&gt;Switch Software&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001rCuijQAC"&gt;Teleglobal International&lt;/a&gt; &lt;/strong&gt; | APAC | Agentic AI Consulting Services; Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000023ASrcQAG"&gt;Thaumaturgix, Inc. (Tgix)&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000zG8XHIA0"&gt;YASH Technologies&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001qmeLfAAI"&gt;上海邑炎信息科技有限公司&lt;/a&gt; &lt;/strong&gt; | China | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq00000BH0tJAAT"&gt;北京尽微致广信息技术有限公司&lt;/a&gt; &lt;/strong&gt; | China | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq00000LX0BfAAL"&gt;Agora&lt;/a&gt; &lt;/strong&gt; | | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001tBgaCQAS"&gt;Backlight&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002aKoBaQAK"&gt;biia Group&lt;/a&gt; &lt;/strong&gt; | LATAM | Agentic AI Applications; Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002bY0A3QAK"&gt;Dovetail&lt;/a&gt; &lt;/strong&gt; | APAC | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq00000EabgwAAB"&gt;Exaforce&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Applications; Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001cBmQtAAK"&gt;Grafana Labs&lt;/a&gt; &lt;/strong&gt; | NAMER | Foundation Models and App Development&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001siBxVQAU"&gt;Kong&lt;/a&gt; &lt;/strong&gt; | NAMER | Infrastructure and Data&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001aQvEnAAK"&gt;monday.com&lt;/a&gt; &lt;/strong&gt; | NAMER | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001heeaZAAQ"&gt;Ona&lt;/a&gt; &lt;/strong&gt; | EMEA | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002aLsy1QAC"&gt;Pixel ML&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001lTqy1AAC"&gt;Plerion&lt;/a&gt; &lt;/strong&gt; | APAC | Agentic AI Tools; Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001e992iAAA"&gt;Proximie&lt;/a&gt; &lt;/strong&gt; | EMEA | Foundation Models and App Development; Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000027DMCdQAO"&gt;Surecomp Development&lt;/a&gt; &lt;/strong&gt; | EMEA | Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002B0riGQAR"&gt;Temporal Technologies&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Tools&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001kXOzTQAW"&gt;ThinkAnalytics&lt;/a&gt; &lt;/strong&gt; | EMEA | Agentic AI Applications; Generative AI Applications&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001qGzdaQAC"&gt;vFunction&lt;/a&gt; &lt;/strong&gt; | NAMER | Agentic AI Applications&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/cloudops/partners"&gt;AWS Cloud Operations Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000024O66YQAS"&gt;DBiz Solutions&lt;/a&gt; &lt;/strong&gt; | APAC | Cloud Governance&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001ftbzBAAQ"&gt;EETECH&lt;/a&gt; &lt;/strong&gt; | EMEA | Cloud Governance&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001o9stPQAQ"&gt;Engineering Ingegneria Informatica&lt;/a&gt; &lt;/strong&gt; | EMEA | Operations Management&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001ffcoNAAQ"&gt;Epitechnic&lt;/a&gt; &lt;/strong&gt; | EMEA | Cloud Governance&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000Rp58NIAR"&gt;Epsilon &lt;/a&gt; &lt;/strong&gt; | EMEA | Operations Management&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000008CeJeAAK"&gt;Marlocks Technologies&lt;/a&gt; &lt;/strong&gt; | EMEA | Cloud Governance&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000007XaByAAK"&gt;Mist Avinya Technologies&lt;/a&gt; &lt;/strong&gt; | APAC | Cloud Financial Management&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001kWMoOQAW"&gt;Morris &amp;amp; Opazo&lt;/a&gt; &lt;/strong&gt; | LATAM | Cloud Governance&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001oDa4fAAC"&gt;Several Clouds&lt;/a&gt; &lt;/strong&gt; | EMEA | Cloud Financial Management&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001fu9TwAAI"&gt;UsefulBI Corporation&lt;/a&gt; &lt;/strong&gt; | NAMER | Cloud Financial Management&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001nD5QaQAK"&gt;ZainTech Solution&lt;/a&gt; &lt;/strong&gt; | EMEA | Cloud Governance&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000007fjLRAAY"&gt;Cloudgov&lt;/a&gt; &lt;/strong&gt; | NAMER | Cloud Financial Management; Cloud Governance; Monitoring &amp;amp; Observability; Operations Management&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/cpg/partner-solutions/"&gt;Consumer Goods Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000mw7dBIAQ"&gt;Bynder&lt;/a&gt; &lt;/strong&gt; | NAMER | Marketing&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001aDAWEAA4"&gt;Claroty&lt;/a&gt; &lt;/strong&gt; | NAMER | IT &amp;amp; Digital Transformation&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/big-data/datalakes-and-analytics/partner-solutions/"&gt;AWS Data &amp;amp; Analytics Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001N7kc9IAB"&gt;DataArt&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000024O66YQAS"&gt;DBiz Solutions&lt;/a&gt; &lt;/strong&gt; | APAC | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000qHceiIAC"&gt;Intuitive.Ai&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001JVPLlIAP"&gt;TrackIt&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/devops/partner-solutions/"&gt;AWS DevOps Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001pBdnPQAS"&gt;10Pearls&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001kMNpRAAW"&gt;Applogika&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001rFgqLQAS"&gt;Appvia&lt;/a&gt; &lt;/strong&gt; | EMEA | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001J5FvwIAF"&gt;Compass UOL&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000006F2B3AAK"&gt;GoCloud&lt;/a&gt; &lt;/strong&gt; | EMEA | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/devops/partner-solutions/"&gt;AWS DevOps Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001vAJMRAA4"&gt;OpsTeam&lt;/a&gt; &lt;/strong&gt; | LATAM | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/compliance/digital-sovereignty/partners/"&gt;AWS Digital Sovereignty Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001dnxbeAAA"&gt;Cirrusgo&lt;/a&gt; &lt;/strong&gt; | EMEA | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002HCNr8QAH"&gt;CloudSoftway&lt;/a&gt; &lt;/strong&gt; | EMEA | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000Rl0y7IAB"&gt;tecRacer&lt;/a&gt; &lt;/strong&gt; | EMEA | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001lRfL5AAK"&gt;Woodmark Consulting&lt;/a&gt; &lt;/strong&gt; | EMEA | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/education/partner-solutions/"&gt;AWS Education Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000nxa7mIAA"&gt;i2k2 Networks&lt;/a&gt; &lt;/strong&gt; | APAC | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/energy-utilities/partners/"&gt;Energy &amp;amp; Utilities Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002EH3i2QAD"&gt;Hypercube Consulting&lt;/a&gt; &lt;/strong&gt; | EMEA | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001mQrlDAAS"&gt;ZetaMinusOne&lt;/a&gt; &lt;/strong&gt; | LATAM | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/financial-services/partner-solutions/"&gt;AWS Financial Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001kVnk6QAC"&gt;TTEC Digital&lt;/a&gt; &lt;/strong&gt; | NAMER | Banking; General Financial Services; Insurance&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002aM8tfQAC"&gt;Constantinople Operating Company&lt;/a&gt; &lt;/strong&gt; | APAC | Banking&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W0000239YS4QAM"&gt;Group-IB Global&lt;/a&gt; &lt;/strong&gt; | EMEA | Banking&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001rElnvQAC"&gt;Honeycomb&lt;/a&gt; &lt;/strong&gt; | NAMER | Payments&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001u6nkPAAQ"&gt;MUREX&lt;/a&gt; &lt;/strong&gt; | EMEA | Capital Markets&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002B1QxQQAV"&gt;Prove&lt;/a&gt; &lt;/strong&gt; | NAMER | Banking; Capital Markets; General Financial Services; Insurance; Payments&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001cBFRiAAO"&gt;Guidehouse&lt;/a&gt; &lt;/strong&gt; | NAMER | Citizen Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001d4AV2AAM"&gt;Coder Technologies&lt;/a&gt; &lt;/strong&gt; | NAMER | Defense &amp;amp; National Security&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/health/healthcare-partners/"&gt;AWS Healthcare Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001jBnkNAAS"&gt;ZiMetrics&lt;/a&gt; &lt;/strong&gt; | APAC | Consulting Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002XlY96QAF"&gt;Avaamo&lt;/a&gt; &lt;/strong&gt; | NAMER | Health Administration&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/health/life-sciences-partners/"&gt;AWS Life Sciences Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000vvfeBIAQ"&gt;NDS Corporation&lt;/a&gt; &lt;/strong&gt; | APAC | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/mainframe/partner-solutions/"&gt;AWS Mainframe Modernization Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001jTDt6QAG"&gt;GFT Technologies SE&lt;/a&gt; &lt;/strong&gt; | NAMER | Mainframe Workload&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/manufacturing/partner-solutions/"&gt;AWS Manufacturing and Industrial Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000UfacWIAR"&gt;FPT Software&lt;/a&gt; &lt;/strong&gt; | APAC | Enterprise Solutions; Operational Technology; Smart Manufacturing; Smart Products and Services; Supply Chain Management&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000aSLcPIAW"&gt;Mactores Cognition&lt;/a&gt; &lt;/strong&gt; | NAMER | Engineering and Design; Enterprise Solutions; Operational Technology; Operational Technology Security; Smart Manufacturing; Smart Products and Services; Supply Chain Management; Sustainability&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/media/partners/"&gt;AWS Media &amp;amp; Entertainment Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000008qn88AAA"&gt;EngineLab&lt;/a&gt; &lt;/strong&gt; | EMEA | Content Production&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001pCUs9QAG"&gt;FINCONS GROUP AG&lt;/a&gt; &lt;/strong&gt; | EMEA | Direct to Consumer; Media Supply Chain and Archive&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001v20EbQAI"&gt;WORKMATES CORE2CLOUD SOLUTION&lt;/a&gt; &lt;/strong&gt; | APAC | Direct to Consumer&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/migration/partner-solutions/"&gt;AWS Migration and Modernization Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001d4AV2AAM"&gt;Coder Technologies&lt;/a&gt; &lt;/strong&gt; | NAMER | Infrastructure Automation&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000UfZgAIAV"&gt;Alithya&lt;/a&gt; &lt;/strong&gt; | NAMER | Migration Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E0000015P2UKIA0"&gt;CBTS Technology Solutions&lt;/a&gt; &lt;/strong&gt; | NAMER | Migration Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001oCA1xQAG"&gt;fourTheorem&lt;/a&gt; &lt;/strong&gt; | EMEA | Migration Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/migration/partner-solutions/"&gt;AWS Migration and Modernization Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018a00001qnDLdAAM"&gt;Sublimation Health&lt;/a&gt; &lt;/strong&gt; | NAMER | Migration Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001LgSi5IAF"&gt;Synechron&lt;/a&gt; &lt;/strong&gt; | NAMER | Migration Services&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001qJAJ3QAO"&gt;Xpertech Solutions&lt;/a&gt; &lt;/strong&gt; | NAMER | Migration Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/networking/partner-solutions/"&gt;AWS Networking Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001HQkmeIAD"&gt;Advanced Wireless Network (AWN)&lt;/a&gt; &lt;/strong&gt; | APAC | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/government-education/nonprofits/partner-solutions/"&gt;AWS Nonprofit Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001QLUK4IAP"&gt;BeCloud&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/resilience/partners/"&gt;AWS Resilience Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001eAkNrAAK"&gt;Welastic&lt;/a&gt; &lt;/strong&gt; | EMEA | Resilience Design&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/security/partner-solutions/"&gt;AWS Security Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E0000011c6LiIAI"&gt;Bytes&lt;/a&gt; &lt;/strong&gt; | EMEA | Identity and Access Management; Infrastructure Protection; Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002HCNr8QAH"&gt;CloudSoftway&lt;/a&gt; &lt;/strong&gt; | EMEA | Infrastructure Protection&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000pcMi9IAE"&gt;Rapyder Cloud Solution&lt;/a&gt; &lt;/strong&gt; | APAC | AI Security&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002YkvBcQAJ"&gt;autobotAI&lt;/a&gt; &lt;/strong&gt; | NAMER | Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001eLFHZIA4"&gt;Cato Networks&lt;/a&gt; &lt;/strong&gt; | EMEA | Infrastructure Protection; Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq00000EabgwAAB"&gt;Exaforce&lt;/a&gt; &lt;/strong&gt; | NAMER | Identity and Access Management; Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001kYnmgQAC"&gt;Wallarm&lt;/a&gt; &lt;/strong&gt; | NAMER | Application Security&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/smb-partner-solutions/"&gt;AWS Small and Medium Business (SMB) Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002eg43dQAA"&gt;Arthurite Integrated Solutions&lt;/a&gt; &lt;/strong&gt; | EMEA | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000025sBcYQAU"&gt;Chengdu Yiding Cloud Technology Co.&lt;/a&gt; &lt;/strong&gt; | China | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001aCIt6AAG"&gt;Devops TechLab&lt;/a&gt; &lt;/strong&gt; | APAC | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002YlROlQAN"&gt;Elevata&lt;/a&gt; &lt;/strong&gt; | NAMER | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002MKI6aQAH"&gt;Jump Cube&lt;/a&gt; &lt;/strong&gt; | NAMER | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq000008hV5kAAE"&gt;SkyGRID Global Technologies&lt;/a&gt; &lt;/strong&gt; | EMEA | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002M2LM9QAN"&gt;Valere&lt;/a&gt; &lt;/strong&gt; | NAMER | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002bVfwfQAC"&gt;Vcloudmaster&lt;/a&gt; &lt;/strong&gt; | EMEA | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001d5BJOAA2"&gt;Cognetiks Consulting&lt;/a&gt; &lt;/strong&gt; | EMEA | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002Klja6QAB"&gt;Krikey AI&lt;/a&gt; &lt;/strong&gt; | NAMER | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E0000011aZcXIAU"&gt;Zendesk&lt;/a&gt; &lt;/strong&gt; | NAMER | Small and Medium Business&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/migration/partner-solutions/"&gt;AWS Migration and Modernization Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001qJAJ3QAO"&gt;Xpertech Solutions&lt;/a&gt; &lt;/strong&gt; | NAMER | Migration Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/networking/partner-solutions/"&gt;AWS Networking Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001HQkmeIAD"&gt;Advanced Wireless Network (AWN)&lt;/a&gt; &lt;/strong&gt; | APAC | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/government-education/nonprofits/partner-solutions/"&gt;AWS Nonprofit Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001QLUK4IAP"&gt;BeCloud&lt;/a&gt; &lt;/strong&gt; | NAMER | Consulting Services&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/resilience/partners/"&gt;AWS Resilience Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001eAkNrAAK"&gt;Welastic&lt;/a&gt; &lt;/strong&gt; | EMEA | Resilience Design&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/security/partner-solutions/"&gt;AWS Security Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E0000011c6LiIAI"&gt;Bytes&lt;/a&gt; &lt;/strong&gt; | EMEA | Identity and Access Management; Infrastructure Protection; Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002HCNr8QAH"&gt;CloudSoftway&lt;/a&gt; &lt;/strong&gt; | EMEA | Infrastructure Protection&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000000pcMi9IAE"&gt;Rapyder Cloud Solution&lt;/a&gt; &lt;/strong&gt; | APAC | AI Security&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002YkvBcQAJ"&gt;autobotAI&lt;/a&gt; &lt;/strong&gt; | NAMER | Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E000001eLFHZIA5"&gt;Cato Networks&lt;/a&gt; &lt;/strong&gt; | EMEA | Infrastructure Protection; Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001aq00000EabgwAAB"&gt;Exaforce&lt;/a&gt; &lt;/strong&gt; | NAMER | Identity and Access Management; Threat Detection and Response&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010L00001kYnmgQAC"&gt;Wallarm&lt;/a&gt; &lt;/strong&gt; | NAMER | Application Security&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/smb-partner-solutions/"&gt;AWS Small and Medium Business (SMB) Competency&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002eg43dQAA"&gt;Arthurite Integrated Solutions&lt;/a&gt; &lt;/strong&gt; | EMEA | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W000025sBcYQAU"&gt;Chengdu Yiding Cloud Technology Co.&lt;/a&gt; &lt;/strong&gt; | China | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0010h00001aCIt6AAG"&gt;Devops TechLab&lt;/a&gt; &lt;/strong&gt; | APAC | Small and Medium Business&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href="https://aws.amazon.com/partners/find/partnerdetails/?id=0018W00002YlROlQAN"&gt;Elevata&lt;/a&gt; &lt;/strong&gt; | NAMER | Small and Medium Business&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr&gt; 
&lt;h2&gt;More Value, Greater Profitability for AWS Partners&lt;/h2&gt; 
&lt;p&gt;&lt;img loading="lazy" class="alignright size-full wp-image-46244" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2023/12/01/1158_BlogPostGIF_300x169_vF.gif" alt="1158_BlogPostGIF_300x169_vF" width="300" height="168"&gt;&lt;/p&gt; 
&lt;p&gt;Our mission is to&amp;nbsp;make the&amp;nbsp;&lt;a href="https://aws.amazon.com/partners/"&gt;AWS Partner Network&lt;/a&gt; (APN)&amp;nbsp;with&amp;nbsp;&lt;a href="https://aws.amazon.com/marketplace"&gt;AWS Marketplace&lt;/a&gt; your preferred route to market and empower partners to deliver differentiated value to millions of AWS customers, helping you to win more, win bigger, and win faster.&lt;/p&gt; 
&lt;p&gt;We’re aligning the AWS Partner experience—including programs, incentives, and enablement—around AWS services and the partner business models: business outcome solutions, technology solutions, managed services, services, and resell.&lt;/p&gt; 
&lt;p&gt;These enhancements provide you with more relevant and prescriptive guidance, where you need it, and in a consistent and predictable manner.&amp;nbsp;Your profitability, along with helping you drive new business, is our number one goal.&lt;/p&gt; 
&lt;p&gt;In 2026, we’ll continue to ensure that AWS Marketplace and our AWS Partner programs provide demonstrated pathways to success—helping you drive greater customer value and profitability. There’s an exciting journey ahead, and we’re thrilled to be on it together!&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/blogs/apn/tag/aws-partner-experience-transformation/"&gt;&lt;strong&gt;Learn how AWS is transforming the partner experience &amp;gt;&amp;gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Simplify multi-account log ingestion to Splunk</title>
		<link>https://aws.amazon.com/blogs/apn/simplify-multi-account-log-ingestion-to-splunk/</link>
					
		
		<dc:creator><![CDATA[Jan Klotter]]></dc:creator>
		<pubDate>Mon, 04 May 2026 15:11:48 +0000</pubDate>
				<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon Data Firehose]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Monitoring and observability]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[Amazon Kinesis Data Firehose]]></category>
		<category><![CDATA[Splunk]]></category>
		<guid isPermaLink="false">c3d0dbaf4c5813b56302eee57db0bf8201d852ac</guid>

					<description>Amazon CloudWatch Logs centralization offers AWS partners and customers a streamlined alternative to complex, per-account log aggregation pipelines — consolidating logs from across multiple AWS accounts and regions into a single ingestion point for Splunk. By integrating natively with AWS Organizations, the solution automatically onboards new accounts and log groups, reducing operational overhead and total cost of ownership while preserving security boundaries and full data lineage.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Jan Klotter, Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Ranjit Kalidasan, Principal Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Paul Frederiksen, Global AWS Partner Technical Leader – Splunk&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000Rl139IAB/Splunk" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-61772 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2025/03/06/Splunk-APN-Blog-Logo-Tile-2025-1-300x150.png" alt="Splunk Logo" width="300" height="150"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;Splunk&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000Rl139IAB&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-61745 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2025/03/05/Splunk-APN-Blog-CTA-Button-2025-300x107.png" alt="Splunk Logo" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Managing logs across multiple AWS accounts and forwarding them to Splunk has traditionally required high-maintenance, custom-built aggregation pipelines. With &lt;a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html" target="_blank" rel="noopener noreferrer"&gt;Amazon CloudWatch Logs&lt;/a&gt; centralization, you can consolidate log data from across your organization into a single account and then forward it to Splunk through one integration point.&lt;/p&gt; 
&lt;p&gt;This post describes how CloudWatch Logs centralization works, how to architect your Splunk integration around it, and what cost and operational benefits you can expect.&lt;/p&gt; 
&lt;h2&gt;How CloudWatch Logs centralization works&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://aws.amazon.com/de/blogs/mt/simplifying-log-management-using-amazon-cloudwatch-logs-centralization/" target="_blank" rel="noopener noreferrer"&gt;CloudWatch Logs centralization&lt;/a&gt; replicates log data from multiple accounts and AWS Regions into a central account. It integrates with &lt;a href="https://aws.amazon.com/organizations" target="_blank" rel="noopener noreferrer"&gt;AWS Organizations&lt;/a&gt;, so you can define rules that automatically scope centralization to your entire organization, specific organizational units, or individual accounts.&lt;/p&gt; 
&lt;p&gt;Key capabilities include:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Selective log group copying based on your requirements&lt;/li&gt; 
 &lt;li&gt;Automatic merging of same-named log groups in the destination account&lt;/li&gt; 
 &lt;li&gt;Source context enrichment through &lt;code&gt;@aws.account&lt;/code&gt; and &lt;code&gt;@aws.region&lt;/code&gt; system fields&lt;/li&gt; 
 &lt;li&gt;Optional backup Region setup for resilience&lt;/li&gt; 
 &lt;li&gt;Encryption control for log groups copied from source accounts, including data originally encrypted with customer-managed &lt;a href="https://aws.amazon.com/kms" target="_blank" rel="noopener noreferrer"&gt;AWS Key Management Server (AWS KMS)&lt;/a&gt; keys&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;The CloudWatch Log centralization feature is available in &lt;a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs_Centralization.html" target="_blank" rel="noopener noreferrer"&gt;17 AWS Regions&lt;/a&gt; at the time this post was published.&lt;/p&gt; 
&lt;h2&gt;What this means for your Splunk integration&lt;/h2&gt; 
&lt;p&gt;The following section describes the architectural design pattern, which will benefit from the architecture pattern with CloudWatch Logs centralization.&lt;/p&gt; 
&lt;h3&gt;Simplify custom solutions&lt;/h3&gt; 
&lt;p&gt;Previously, organizations had to build complex custom-built aggregation solutions to consolidate logs from multiple accounts before forwarding them to Splunk. Previous built solutions can be found &lt;a href="https://aws.amazon.com/%20blogs/architecture/stream-amazon-cloudwatch-logs-to-a-centralized-account-for-audit-and-analysis/"&gt;here&lt;/a&gt;. For example, the traditional approach required creating CloudWatch Logs destinations and &lt;a href="https://aws.amazon.com/iam" target="_blank" rel="noopener noreferrer"&gt;AWS Identity and Access Management (IAM)&lt;/a&gt; roles in the central account, configuring access policies to allow sender accounts to write log data, and setting up separate subscription filters in each source account—all forwarding through multiple &lt;a href="https://aws.amazon.com/firehose/" target="_blank" rel="noopener noreferrer"&gt;Amazon Data Firehose&lt;/a&gt; streams or &lt;a href="https://aws.amazon.com/kinesis/data-streams/" target="_blank" rel="noopener noreferrer"&gt;Amazon Kinesis Data Streams&lt;/a&gt;. CloudWatch Logs centralization helps by removing the need for per-account pipeline setup by using centralization rules that automatically replicate log data from source accounts into the destination account, including automatic onboarding of new accounts and log groups based on your organizational scope.&lt;/p&gt; 
&lt;p&gt;CloudWatch Logs can be forwarded to other destinations using &lt;a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/SubscriptionFilters.html" target="_blank" rel="noopener noreferrer"&gt;CloudWatch subscription filters&lt;/a&gt;, enabling integration with third-party tools like Splunk. The centralization feature works in conjunction with subscription filters to provide a near real-time feed of log events that can be delivered to services such as Kinesis Data Streams, Data Firehose streams, or &lt;a href="https://aws.amazon.com/lambda" target="_blank" rel="noopener noreferrer"&gt;AWS Lambda&lt;/a&gt; for custom processing and forwarding to Splunk.&lt;/p&gt; 
&lt;h2&gt;Recommended architecture for Splunk&lt;/h2&gt; 
&lt;p&gt;The recommended architecture for Splunk includes consolidating the CloudWatch logs by Splunk sources. For example, if you plan to consolidate &lt;a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html" target="_blank" rel="noopener noreferrer"&gt;Amazon Virtual Private Cloud (Amazon VPC) Flow Logs&lt;/a&gt; and &lt;a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-incident-response.html" target="_blank" rel="noopener noreferrer"&gt;AWS WAF logs&lt;/a&gt; across multiple accounts, consolidate VPC Flow Logs into one log group and AWS WAF logs into another log group in the destination account. This grouping of logs of same data types helps to stream the logs with a Data Firehose subscription filter with the &lt;a href="https://aws.amazon.com/blogs/big-data/deliver-decompressed-amazon-cloudwatch-logs-to-amazon-s3-and-splunk-using-amazon-data-firehose/" target="_blank" rel="noopener noreferrer"&gt;CloudWatch Logs decompression feature along with message extraction&lt;/a&gt;, without requiring any additional data transformation using Lambda.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/22/splunk-multi-account-architecture-1.jpeg" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70253 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/22/splunk-multi-account-architecture-1.jpeg" alt="Figure 1: Example architecture for Splunk ingestion" width="1021" height="461"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1: Example architecture for Splunk ingestion&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;TCO considerations&lt;/h2&gt; 
&lt;p&gt;CloudWatch Logs centralization offers a straightforward pricing model:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Primary destination Region&lt;/strong&gt;: No additional charge for centralizing logs from source accounts. Standard CloudWatch Logs ingestion and storage pricing applies in the destination account.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Optional backup Region&lt;/strong&gt;: $0.05 per GB for replicating centralized logs to a second Region for resilience.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;The AWS costs of the centralized approach are comparable to a per-account forwarding pipeline. In both cases, you pay for CloudWatch Logs ingestion in the source accounts and Data Firehose delivery to Splunk. Each subscription filter and IAM role requires configuration, monitoring, and error handling. At scale, the engineering time spent maintaining per-account pipelines, troubleshooting failed deliveries, and onboarding new accounts can result in a higher TCO. Centralization helps reduce this to a single pipeline to manage.&lt;/p&gt; 
&lt;h2&gt;Implementation considerations&lt;/h2&gt; 
&lt;p&gt;While the described architecture reduces the operational heavy lifting, the following guidelines should be still followed in a multi-account architecture.&lt;/p&gt; 
&lt;h3&gt;Security and compliance&lt;/h3&gt; 
&lt;p&gt;Centralized logging makes log data readily accessible to investigation teams by aggregating and standardizing logs in one location. You maintain complete control over encryption behavior for copied log groups, and you should verify that centralized data is accessible only to authorized personnel with appropriate access controls in place. When configuring IAM roles and policies for the centralization pipeline and Splunk integration, apply the principle of least privilege by granting only the minimum permissions required for each component to function. For example, the IAM role used by Data Firehose should have permissions limited to reading from specific CloudWatch Logs groups and writing to the designated Splunk endpoint, without broader access to other AWS resources. To detect unauthorized changes to IAM policies or roles used in your centralization pipeline (this solution is described &lt;a href="https://aws.amazon.com/blogs/security/how-to-receive-alerts-when-your-iam-%20configuration-changes/"&gt;here&lt;/a&gt;), you can configure &lt;a href="https://aws.amazon.com/eventbridge" target="_blank" rel="noopener noreferrer"&gt;Amazon EventBridge&lt;/a&gt; rules that match IAM API calls recorded by &lt;a href="https://aws.amazon.com/cloudtrail" target="_blank" rel="noopener noreferrer"&gt;AWS CloudTrail&lt;/a&gt; and send notifications through &lt;a href="https://aws.amazon.com/sns" target="_blank" rel="noopener noreferrer"&gt;Amazon Simple Notification Service (Amazon SNS)&lt;/a&gt;.&lt;/p&gt; 
&lt;h3&gt;Hybrid approach considerations&lt;/h3&gt; 
&lt;p&gt;Consider whether a purely centralized approach or a hybrid model fits your organization. Application logs and metrics are often best kept in the workload account for day-to-day troubleshooting, while a separate logging account aggregates all workload logs for centralized analysis and operations.&lt;/p&gt; 
&lt;h3&gt;Scaling with your organization&lt;/h3&gt; 
&lt;p&gt;The centralization feature is designed to automatically handle new accounts and log groups without manual configuration updates. If you use &lt;a href="https://aws.amazon.com/controltower" target="_blank" rel="noopener noreferrer"&gt;AWS Control Tower&lt;/a&gt; or other multi-account management solutions, new accounts are automatically included in centralization rules based on your organizational scope. Enable CloudWatch Logs deletion protection on centralized log groups to prevent accidental deletion, and consider using AWS Organizations service control policies (SCPs) to enforce broader logging requirements across member accounts. Define log retention policies in the destination account based on your compliance requirements, and use CloudWatch Logs centralization rule health metrics to monitor replication status across accounts. For organizations with multiple business units, you can create separate centralization rules with different scopes and destination log group naming patterns to maintain logical separation of log data.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;You can use Amazon CloudWatch Logs centralization to consolidate logs from across your organization in AWS into a single ingestion point for Splunk. It reduces the operational overhead of custom aggregation architectures while maintaining security boundaries and data lineage.&lt;/p&gt; 
&lt;hr style="width: 80%"&gt; 
&lt;h2&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000Rl139IAB&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-61750 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2025/03/05/Splunk-APN-Blog-Connect-With-2025-1024x170.png" alt="" width="1024" height="170"&gt;&lt;/a&gt;&lt;/h2&gt; 
&lt;p&gt;&lt;span style="color: #ffffff"&gt;.&lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;Splunk – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;Splunk&lt;/strong&gt; &lt;strong&gt;is an AWS Specialization Partner&lt;/strong&gt; with Competencies in Cloud Operations, Data and Analytics, DevOps, and more. Leading organizations use Splunk’s unified security and observability platform to keep their digital systems secure and reliable.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000Rl139IAB&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact Splunk&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000Rl139IAB/Splunk"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=6a766d61-5a6a-4c97-83f4-8bfe02b74914"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Architecting agentic AI for scale and trust from the start</title>
		<link>https://aws.amazon.com/blogs/apn/architecting-agentic-ai-for-scale-and-trust-from-the-start/</link>
					
		
		<dc:creator><![CDATA[Jerry Chen]]></dc:creator>
		<pubDate>Mon, 04 May 2026 15:09:34 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Bedrock Guardrails]]></category>
		<category><![CDATA[Amazon Bedrock Knowledge Bases]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[AWS Partner Solution]]></category>
		<guid isPermaLink="false">00ecbcf7a6ae82065fcb43d8d7c517707059edfa</guid>

					<description>The race to deploy AI agents is accelerating — and the organizations pulling ahead are those that build trust from day one. In this joint blog, PwC Australia and AWS deliver a practical blueprint for deploying AI agents safely at scale, answering the three critical questions your board will ask. Governance, observability, and auditability aren't constraints on speed — they're your competitive advantage.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Noel Williams, Banking and Capital Markets Leader — PwC Australia&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Sanya Mediratta, Senior Manager, Digital Trust – PwC Australia&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Jerry Chen, Senior Solutions Architect – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt; 
    &lt;div style="width: 300px;margin-left: auto"&gt;
     &lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E0000012d430IAA&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignnone" style="width: 100%" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/29/PwC_logo_20260429.png" alt="PWC Logo" width="916" height="452"&gt;&lt;/a&gt;
    &lt;/div&gt; 
    &lt;div&gt;
     &lt;span style="font-family: inherit;font-size: inherit"&gt;&amp;nbsp;&lt;/span&gt;
    &lt;/div&gt; 
    &lt;div style="width: 300px;margin-left: auto"&gt; 
     &lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E0000012d430IAA&amp;amp;source=Blog&amp;amp;campaign="&gt;&lt;img loading="lazy" class="alignnone wp-image-20146" style="width: 100%" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2020/10/08/Connect-with-PwC-2.jpg" alt="Connect with PwC-2" width="1972" height="812"&gt;&lt;/a&gt;&lt;/p&gt; 
    &lt;/div&gt; &lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;The race to deploy AI agents is accelerating—and so is the cost of getting it wrong.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.pwc.com/gx/en/issues/technology/measuring-responsible-ai-value.html"&gt;Recent research&lt;/a&gt; from &lt;a href="https://www.pwc.com/gx/en.html"&gt;PwC&lt;/a&gt; shows companies with a mature &lt;a href="https://aws.amazon.com/ai/responsible-ai/"&gt;responsible AI&lt;/a&gt; program recover faster from incidents. Those without one take more than three times as long—and might never fully recover value.&lt;/p&gt; 
&lt;p&gt;AI introduces new risks. But many existing controls, such as data governance, access controls, and operational processes, remain essential. In fact, AI can amplify any weaknesses in those controls at speed and scale.&lt;/p&gt; 
&lt;p&gt;Responsible AI works when organizations integrate AI-specific safeguards into existing risk frameworks and controls are engineered into the agentic platform infrastructure. Controls must be designed upfront that continue to run as core functionality of the agent, throughout the agent’s lifecycle. This is what moves organizations from pilot to scaled value.&lt;/p&gt; 
&lt;p&gt;You don’t need to start from scratch. But you do need to design trust from day one. This post brings together PwC’s risk and governance experience with &lt;a href="https://aws.amazon.com/"&gt;Amazon Web Services (AWS)&lt;/a&gt; technical architecture and tooling. It sets out a practical blueprint for deploying AI agents safely—and at scale.&lt;/p&gt; 
&lt;h2&gt;Three questions your board will ask&lt;/h2&gt; 
&lt;p&gt;Let’s examine a common use case where your organization deploys an AI agent to handle customer support for triaging inquiries, resolving issues, and escalating complex cases. Within months, it’s successfully handling thousands of interactions daily at impressive speed, cost, and scale.&lt;/p&gt; 
&lt;p&gt;Before that happens, three questions will determine whether the solution scales and whether it remains trusted:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;Can we explain how this solution makes decisions before we deploy it?&lt;/li&gt; 
 &lt;li&gt;Who owns, monitors, and evaluates the overall solution performance, and when should they intervene?&lt;/li&gt; 
 &lt;li&gt;Can we demonstrate sustained and trusted performance, and do we have evidence to prove it?&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;The following graphic illustrates these questions and how one naturally leads to the next.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/structure.png"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70052 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/structure-1024x283.png" alt="Figure 1 - Illustration of the question sequence" width="1024" height="283"&gt;&lt;/a&gt;&lt;em&gt;Figure 1 – Illustration of the question sequence&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;The following sections go into each of these questions in detail.&lt;/p&gt; 
&lt;h3&gt;Can we explain how this solution makes decisions before we deploy it?&lt;/h3&gt; 
&lt;p&gt;Your customer support agent will triage thousands of inquiries daily. Before it touches a single customer interaction, your board needs confidence that they understand why it makes those decisions. Explainability isn’t an afterthought—it needs to be architected in from day one.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://docs.aws.amazon.com/prescriptive-guidance/latest/strategy-operationalizing-agentic-ai/introduction.html"&gt;Operationalizing agentic AI on AWS&lt;/a&gt; in the AWS Prescriptive Guidance documentation provides practical frameworks across three dimensions:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Strategy&lt;/strong&gt; — AI roadmap development with clear linkage to business outcomes, establishing governance frameworks that prioritize explainability from the outset&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;People&lt;/strong&gt; — Structured skills development so relevant teams can interpret and communicate AI decisions&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology&lt;/strong&gt; — Agentic workflow design and system integration patterns that build observability and explainability into the architecture&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;AWS also has services and features that are particularly useful for you in this context:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-automated-reasoning-checks.html"&gt;Amazon Bedrock Guardrails Automated Reasoning checks&lt;/a&gt;&amp;nbsp;can detect hallucinations, suggest corrections, and highlight unstated assumptions in the response of your &lt;a href="https://aws.amazon.com/generative-ai/"&gt;generative AI&lt;/a&gt; application. More importantly, Automated Reasoning checks can explain why a statement is accurate using mathematically verifiable, deterministic formal logic.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/sagemaker/ai/clarify/"&gt;Amazon SageMaker Clarify&lt;/a&gt; helps organizations detect bias in their AI models and explain why a model made a specific decision in plain terms that regulators, auditors, and boards can understand.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability.html#:~:text=AgentCore%20Observability%20helps%20you%20trace,debug%20performance%20bottlenecks%20and%20failures."&gt;Amazon Bedrock AgentCore Observability&lt;/a&gt;&amp;nbsp;helps you trace, debug, and monitor agent performance in production environments. It offers detailed visualizations of each step in the agent workflow, so you can inspect an agent’s execution path, audit intermediate outputs, and debug performance bottlenecks and failures.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h4&gt;Illustrative PwC governance checkpoints&lt;/h4&gt; 
&lt;p&gt;Ask the following questions before deployment:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Has the board aligned on commercial rationale, values, and risk appetite?&lt;/li&gt; 
 &lt;li&gt;Does this AI use case comply with applicable legal and regulatory requirements?&lt;/li&gt; 
 &lt;li&gt;How does this agent use personal, third-party, and confidential information—in both training data and at inference?&lt;/li&gt; 
 &lt;li&gt;Does the training data reflect all customer segments? Have potential blind spots been identified?&lt;/li&gt; 
 &lt;li&gt;Can individual decisions be explained—not only model performance?&lt;/li&gt; 
 &lt;li&gt;Do outputs make intuitive sense to domain experts?&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;Who owns, monitors, and evaluates this solution’s performance, and when should they intervene?&lt;/h3&gt; 
&lt;p&gt;Your agent is live. It’s handling 5,000 customer inquiries daily. Performance looks strong initially, but in week three, escalation volumes rise and resolution rates drop.&lt;/p&gt; 
&lt;p&gt;Without end-to-end observability across the agent’s reasoning chain, your operations team sees only the surface symptoms and can’t isolate the root cause.&lt;/p&gt; 
&lt;p&gt;Without clear technical thresholds and defined governance ownership, teams start pointing fingers. Nobody knows whether to pause the agent, restrict it to lower-risk interactions, or keep watching.&lt;/p&gt; 
&lt;p&gt;The &lt;a href="https://docs.aws.amazon.com/wellarchitected/latest/generative-ai-lens/welcome.html"&gt;AWS Well-Architected Generative AI Lens&lt;/a&gt; outlines design principles that help organizations track, control, and intervene in AI agent performance:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Observability and reporting&lt;/strong&gt; — Comprehensive monitoring of performance, cost, and security across &lt;a href="https://aws.amazon.com/what-is/foundation-models/"&gt;foundation models (FMs)&lt;/a&gt;—giving teams a single view of system health&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Overload mitigation&lt;/strong&gt; — Rate limits, workflow tracing, and circuit-breaker patterns to understand how the system behaves under stress and prevent cascading failures&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Operational controls&lt;/strong&gt; — Timeout mechanisms on agentic workflows and automated conditions to halt long-running or anomalous processes before they cause harm&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;PwC teams have helped customers adopt AWS generative AI solutions to optimize application performance. For example, they used the &lt;a href="https://github.com/aws-samples/well-architected-iac-analyzer"&gt;Well-Architected IaC Analyzer&lt;/a&gt; to provide prescriptive recommendations by automatically analyzing &lt;a href="https://aws.amazon.com/what-is/iac/"&gt;infrastructure as code (IaC)&lt;/a&gt; artifacts, shortening performance evaluation time from hours to minutes.&lt;/p&gt; 
&lt;h4&gt;Illustrative PwC governance checkpoints&lt;/h4&gt; 
&lt;p&gt;Operational accountability requires clear answers to the following questions:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Is there a designated product owner with well-defined roles and responsibilities across enabling teams?&lt;/li&gt; 
 &lt;li&gt;Have evaluation metrics been defined &lt;em&gt;before&lt;/em&gt; deployment—not after the first incident?&lt;/li&gt; 
 &lt;li&gt;Are change and release management controls applied consistently to all AI models?&lt;/li&gt; 
 &lt;li&gt;Does the organization have observability across the agent’s full reasoning chain—not only surface-level performance metrics?&lt;/li&gt; 
 &lt;li&gt;Is there a documented change management process capturing what changed, why, and what was retested?&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;Can we demonstrate sustained and trusted performance, and do we have evidence to prove it?&lt;/h3&gt; 
&lt;p&gt;The agent has been live for 12 months. A customer disputes a refund denial and lodges a complaint with a financial conduct regulator. The regulator asks, “Show us how you handled this customer’s inquiry. Was the decision fair? How do you know?”&lt;/p&gt; 
&lt;p&gt;You have 48 hours to respond.&lt;/p&gt; 
&lt;p&gt;Observability and auditability need to be built into the architecture from the start—not retrofitted under pressure. Three AWS capabilities are foundational here:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-telemetry.html"&gt;Amazon Bedrock AgentCore Observability&lt;/a&gt; — AgentCore Observability enables real-time monitoring of agentic systems through &lt;a href="https://aws.amazon.com/cloudwatch/"&gt;Amazon CloudWatch&lt;/a&gt; powered dashboards tracking latency, token usage, and error rates, with OpenTelemetry-compatible trace visualizations for debugging performance bottlenecks.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/aws-generative-ai-best-practices.html"&gt;AWS Audit Manager AI best practice framework v2&lt;/a&gt; — AWS Audit Manager provides a prebuilt standard framework to help you gain visibility into how your generative AI implementation on &lt;a href="https://aws.amazon.com/bedrock/"&gt;Amazon Bedrock&lt;/a&gt; and &lt;a href="https://aws.amazon.com/sagemaker/ai/"&gt;Amazon SageMaker AI&lt;/a&gt; is working compared to AWS recommended best practices.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/cloudtrail/"&gt;AWS CloudTrail&lt;/a&gt; — Captures API calls for generative AI workloads, including &lt;a href="https://aws.amazon.com/bedrock/agents/"&gt;Amazon Bedrock Agents&lt;/a&gt; and &lt;a href="https://aws.amazon.com/bedrock/knowledge-bases/"&gt;Amazon Bedrock Knowledge Bases&lt;/a&gt;. &lt;a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake.html"&gt;AWS CloudTrail Lake&lt;/a&gt; enables SQL-based querying to reconstruct decision chains.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h4&gt;Illustrative PwC governance checkpoints&lt;/h4&gt; 
&lt;p&gt;Auditability and fairness require ongoing discipline:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Does the organization maintain a complete log of all agent decisions, including the rationale for each?&lt;/li&gt; 
 &lt;li&gt;Are quarterly fairness audits conducted comparing agent performance across customer segments?&lt;/li&gt; 
 &lt;li&gt;How does the organization use continuous monitoring and automated testing to detect model drift?&lt;/li&gt; 
 &lt;li&gt;Is there a documented response protocol for disputes and can the agent’s compliance with that protocol be measured?&lt;/li&gt; 
 &lt;li&gt;Can the organization demonstrate that corrective action has been taken to prevent recurrence?&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Building trust at scale&lt;/h2&gt; 
&lt;p&gt;Here’s the competitive reality: organizations that move fastest aren’t the ones that skip governance—they’re the ones that embed it from the start. Transparent decision-making, clear observability and audit trails, and rigorous review processes aren’t constraints on speed. Done right, they’re a competitive advantage, demonstrated to customers through fair outcomes, to boards through measurable controls, and to regulators through auditable evidence.&lt;/p&gt; 
&lt;p&gt;Australia’s &lt;a href="https://www.industry.gov.au/publications/voluntary-ai-safety-standard"&gt;Voluntary AI Safety Standards&lt;/a&gt;, published in October 2025, reinforce this approach. The ten guardrails—spanning transparency, human oversight, contestability, and accountability—are principle-based by design, giving organizations latitude to tailor implementation to their specific risk profile. But that flexibility comes with responsibility. In the absence of prescriptive rules, the onus falls on organizations to demonstrate that their governance is fit for purpose.&lt;/p&gt; 
&lt;p&gt;PwC and AWS bring complementary strengths to this challenge. PwC’s deep experience in governance, risk, and responsible AI frameworks, paired with the technical architecture, tooling, and operational guidance of AWS provides not merely a strategy but a deployable path to AI agents that are trusted and trustworthy.&lt;/p&gt; 
&lt;p&gt;Ready to get started? Explore the &lt;a href="https://docs.aws.amazon.com/wellarchitected/latest/generative-ai-lens/welcome.html"&gt;AWS Well-Architected Generative AI Lens&lt;/a&gt;&amp;nbsp;and reach out to your &lt;a href="https://aws.amazon.com/contact-us/sales-support-partners/"&gt;AWS&lt;/a&gt; and &lt;a href="https://www.pwc.com.au/services/artificial-intelligence.html"&gt;PwC teams&lt;/a&gt; to discuss how to safely implement a deployable path to AI agents within your organization.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E0000012d430IAA&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-57741 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2024/11/04/PwC-APN-Blog-Connect-2.png" alt="Connect with PwC" width="792" height="132"&gt;&lt;/a&gt;&lt;span style="color: #ffffff"&gt;.&lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;PwC – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;PwC&lt;/strong&gt; &lt;strong&gt;is an AWS Premier Tier Services Partner&lt;/strong&gt; that helps you drive innovation throughout IT and the business to compete in today’s service economy.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E0000012d430IAA&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact PwC&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E0000012d430IAA/PricewaterhouseCoopers"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=b88e3d2c-6b46-4b43-b16c-96b99ab626f6"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Orchestrating Intelligent Agents at Scale: How AgentCore and Temporal Create Robust AI Systems</title>
		<link>https://aws.amazon.com/blogs/apn/how-temporal-uses-amazon-bedrock-agentcore-to-create-robust-ai-systems/</link>
					
		
		<dc:creator><![CDATA[Ruskin Dantra]]></dc:creator>
		<pubDate>Mon, 27 Apr 2026 20:42:58 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Resilience]]></category>
		<category><![CDATA[AWS Partner Solution]]></category>
		<guid isPermaLink="false">069b36fa0a96647069b5ad12aa9fedfc6b947b14</guid>

					<description>Discover how Amazon Bedrock AgentCore and Temporal work together to transform experimental AI agents into mission-critical, production-grade infrastructure. Delivering enterprise durability, automatic error handling, and seamless multi-agent coordination at scale. Whether you're managing long-running human-in-the-loop workflows or orchestrating complex financial advisory systems, this powerful combination bridges the gap between AI reasoning and reliable production systems.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Ruskin Dantra, Sr. Solutions Architect – AWS&lt;br&gt; &lt;/em&gt;&lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Shun Mao, Sr. Solutions Architect – AWS&lt;br&gt; &lt;/em&gt;&lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Justin Lim, Sr. Solutions Architect – AWS&lt;br&gt; &lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; &lt;/em&gt;&lt;em&gt;Cornelia Davis, Sr. Staff Developer Advocate – Temporal&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/0018W00002B0riGQAR/Temporal%20Technologies%20Inc." target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-62239 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2025/03/20/Temporal-APN-Blog-Logo-Tile-2024-300x150.png" alt="Temporal Technologies Logo" width="300" height="150"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;Temporal Technologies&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018W00002B0riGQAR&amp;amp;source=Blog&amp;amp;campaign" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-70224 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/21/Temporal-Connect-Button-2026-1-300x107.png" alt="Want to work with Temporal" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Building durable, resilient, distributed systems has always been a challenge. When building traditional distributed systems, you must implement retry logic, circuit breakers, timeout handlers, and complex state machines to handle network failures and service outages gracefully. You often need to write more lines of code to handle these error conditions than for business logic.Agentic AI amplifies these challenges dramatically. Modern AI applications are increasingly running for extended periods of time, coordinating multiple specialized agents, each calling external systems and producing non-deterministic outputs. Where internet-based applications might have historically depended on dozens or hundreds of downstream service invocations, agents serving a user need today regularly involve an order of magnitude more calls over the network. Add human in the loop (HITL) approvals, extended reasoning chains spanning hours or days, and the need to preserve conversation history across failures, and traditional error handling approaches become unmaintainable.&lt;/p&gt; 
&lt;p&gt;In a &lt;a href="https://aws.amazon.com/blogs/apn/building-resilient-distributed-systems-with-temporal-and-aws/" target="_blank" rel="noopener noreferrer"&gt;previous blog post&lt;/a&gt; we covered how &lt;a href="https://temporal.io/" target="_blank" rel="noopener noreferrer"&gt;Temporal&lt;/a&gt; offers &lt;a href="https://temporal.io/blog/durable-execution-in-distributed-systems-increasing-observability" target="_blank" rel="noopener noreferrer"&gt;durable execution&lt;/a&gt; for distributed architectures. In this post, we demonstrate how Temporal integrates with &lt;a href="https://aws.amazon.com/bedrock/agentcore/" target="_blank" rel="noopener noreferrer"&gt;Amazon Bedrock AgentCore&lt;/a&gt; to make your agentic workflows durable, resilient, and production ready.&lt;/p&gt; 
&lt;h2&gt;Agentic AI and the durability challenge&lt;/h2&gt; 
&lt;p&gt;Agentic workflows follow a common architecture practice centered around an &lt;a href="https://aws.amazon.com/blogs/opensource/introducing-strands-agents-an-open-source-ai-agents-sdk/" target="_blank" rel="noopener noreferrer"&gt;agentic loop&lt;/a&gt;. Each of these agents requires many external calls to different services and systems, and like any distributed system, you need to implement robust error handling and retry mechanisms for these interactions. Your developers must manage dozens of potential failure points when implementing an agent. Moreover, modern AI applications rarely rely on a single agent for a complex business problem. For instance, a financial advisory system might orchestrate a budget analyzer, investment strategist, tax optimizer, and risk assessor. A supply chain application could coordinate demand forecasters, inventory managers, supplier negotiators, and logistics planners. This further increases the likelihood that there will be some failure that needs to be handled during a single customer interaction.&lt;/p&gt; 
&lt;p&gt;Traditional solutions require developers to write thousands of lines of defensive code: retry logic with exponential backoff, state management to track progress, timeout handlers, circuit breakers, and recovery mechanisms. In this post, we look at how &lt;a href="https://temporal.io/" target="_blank" rel="noopener noreferrer"&gt;Temporal&lt;/a&gt; helps by improving developer velocity and providing production-grade reliability to complex agentic workflow development.&lt;/p&gt; 
&lt;h2&gt;Durable agentic workflows with Temporal&lt;/h2&gt; 
&lt;p&gt;AgentCore is an agentic platform where developers can build, scale and operate AI agents without the need for infrastructure management. Let’s consider the following agentic use case without Temporal where you have created a &lt;a href="https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/02-use-cases/finance-personal-assistant" target="_blank" rel="noopener noreferrer"&gt;multi-agent financial advisory system&lt;/a&gt; as shown in the following figure:&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/21/temporal_blog_strands.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70226 size-large" style="margin: 10px 0px 10px 0px;border: 1px solid #CCCCCC" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/21/temporal_blog_strands-1024x539.png" alt="Figure 1: Diagram of user interacting with an orchestrator agent that calls two other agents, that then invoke tools using Strands, Amazon Bedrock foundation models, and AgentCore" width="1024" height="539"&gt;&lt;/a&gt;&lt;em&gt;Figure 1: Multi-agent financial advisory system architecture&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;In the preceding diagram, each of the agents – the budget, financial analysis and the orchestrator agents – operate in a continuous cycle in which they reason, select tools, execute actions, and respond. Each consists of three core components: the model (reasoning engine), the tools (external capabilities) and the agent (agentic loop). AgentCore provides built-in resilience for agent execution. For complex multi-agent workflows involving multiple coordination points, HITL, approvals, and long-running processes, you can use workflow orchestration tools like Temporal to simplify state management and coordination. Let’s consider the same workload, now with Temporal. Your agentic orchestration logic can be managed by a Temporal workflow&lt;strong&gt;.&lt;/strong&gt; In a multi-agent financial advisory system, the orchestrator agent’s workflow might look like this:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Receive user request&lt;/strong&gt;: “Help me plan for retirement”&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Invoke&lt;/strong&gt; the model to reason about the request&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Delegate&lt;/strong&gt; to the budget agent (activity: analyze current finances)&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Interact&lt;/strong&gt; with the user to take in additional input&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Delegate&lt;/strong&gt; to the investment agent (activity: evaluate portfolio options)&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Delegate&lt;/strong&gt; to the tax optimizer agent (activity: identify tax-advantaged strategies)&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Synthesize&lt;/strong&gt; &lt;strong&gt;the results and return&lt;/strong&gt; a comprehensive recommendation&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/21/temporal_blog_strands_with_temporal.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70229 size-large" style="margin: 10px 0px 10px 0px;border: 1px solid #CCCCCC" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/21/temporal_blog_strands_with_temporal-1024x778.png" alt="Figure 2: Diagram of a workflow showing agents used. Temporal workflow invokes each agent as a Temporal Activity making them durable." width="1024" height="778"&gt;&lt;/a&gt;&lt;em&gt;Figure 2: Multi-agent financial advisory system architecture with Temporal&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;The workflow coordinates the agent’s reasoning cycle: invoke the model to analyze the user’s request, determine which tools (or agents) to call, execute those tools (or agents), feed results back to the model for continued reasoning, and ultimately return a response. Temporal orchestrates the workflow—managing retries, pauses, human interactions, and state persistence—while AgentCore makes sure the agents themselves are trustworthy, compliance-aligned, and consistently available. Temporal activities facilitate durability through event sourcing, persisting each workflow step as an immutable event so that completed actions aren’t re-executed. Large language model (LLM) invocations, in addition to the budget and financial analysis agents, are wrapped in Temporal activities. If the LLM is being rate limited, for example, Temporal will manage retries, even taking hints from the model API response to control the retry cycle. As the workflow executes, Temporal tracks progress and automatically preserves results from the LLM and the agent invocations, allowing the workflow to pick up where it left off in the event the process is halted. Resulting in no reissuing of tokens or unexpectedly different outcomes from the LLM in these recovery scenarios. When HITL approval is needed, the combination of Temporal and AgentCore will optimize resource utilization (including freeing compute resources entirely) while waiting as long as necessary for a response from the human. When approval arrives, the workflow state is restored, and the process resumes exactly where it paused. The combination of AI optimized infrastructure management from AgentCore and application management from Temporal means companies can handle millions of complex, high-stakes, long-running workflows with confidence, knowing that failures won’t compromise security, compliance, or user experience.&lt;/p&gt; 
&lt;h2&gt;Customer story&lt;/h2&gt; 
&lt;p&gt;A leading global consumer packaged goods company adopted AgentCore and Temporal to modernize its AI-powered marketing and supply chain workflows. Previously, the company faced challenges with unreliable custom-built state machines and queue-based architectures that struggled to handle millions of transactions and asynchronous interactions. By integrating AgentCore secure runtime with Temporal’s workflow orchestration, the company standardized processes like real-time promotions, loyalty program management, and supply chain automation. This resulted in a 66% reduction in backend costs compared to third-party solutions, improved operational resilience, and the ability to process millions of events monthly with full auditability and observability. The architecture now supports rapid onboarding of new use cases and global scalability while also supporting compliance and governance.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;Amazon Bedrock AgentCore powers intelligent agents at scale. Temporal makes it more straightforward to make sure those agents deliver results with enterprise-grade durability. Together, they bridge the gap between AI reasoning and reliable production systems—transforming experimental agents into mission-critical infrastructure. Get started by exploring &lt;a href="https://github.com/temporal-community/amazon-bedrock-temporal-samples/tree/main/finance-personal-assistant" target="_blank" rel="noopener noreferrer"&gt;AgentCore plus Temporal samples&lt;/a&gt;. You can also check out &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=47ce1cf7-f9b1-4907-99f1-99ec0870677f" target="_blank" rel="noopener noreferrer"&gt;Temporal on&amp;nbsp;AWS Marketplace&lt;/a&gt;&amp;nbsp;and deepen your understanding through other&amp;nbsp;tutorials and demos.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018W00002B0riGQAR&amp;amp;source=Blog&amp;amp;campaign" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-62236 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2025/03/20/Temporal-APN-Blog-Connect-2-1024x171.png" alt="Connect with Temporal" width="1024" height="171"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Temporal – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;Temporal is an AWS Advanced Technology Partner &lt;/strong&gt;that offers a robust workflow orchestration solution. The platform delivers increased value to customers through its durable execution framework, which ensures consistency and automatically recovers from system failures.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018W00002B0riGQAR&amp;amp;source=Blog&amp;amp;campaign" target="_blank" rel="noopener noreferrer"&gt;Contact Temporal&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/0018W00002B0riGQAR/Temporal%20Technologies%20Inc." target="_blank" rel="noopener noreferrer"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-xx2x66m6fp2lo" target="_blank" rel="noopener noreferrer"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Announcing the Regional 2026 AWS Partners of the Year for Asia Pacific and Japan</title>
		<link>https://aws.amazon.com/blogs/apn/announcing-the-regional-2026-aws-partners-of-the-year-for-asia-pacific-and-japan/</link>
					
		
		<dc:creator><![CDATA[Andrew Somera]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 14:58:01 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Foundational (100)]]></category>
		<category><![CDATA[Accenture]]></category>
		<category><![CDATA[Auvaria]]></category>
		<category><![CDATA[Benjamin Inc.]]></category>
		<category><![CDATA[Bosicloud]]></category>
		<category><![CDATA[Camunda]]></category>
		<category><![CDATA[Capgemini]]></category>
		<category><![CDATA[Classmethod]]></category>
		<category><![CDATA[DailiTech Co.]]></category>
		<category><![CDATA[Datadog]]></category>
		<category><![CDATA[Doosan Corporation Digital Innovation BU]]></category>
		<category><![CDATA[G-Asiapacific Sdn Bhd]]></category>
		<category><![CDATA[i2k2 Networks]]></category>
		<category><![CDATA[IBM Software and Technology]]></category>
		<category><![CDATA[Inc]]></category>
		<category><![CDATA[KnowBe4]]></category>
		<category><![CDATA[Ltd]]></category>
		<category><![CDATA[Mantel Group]]></category>
		<category><![CDATA[MegazoneCloud]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[OceanBase]]></category>
		<category><![CDATA[OneByZero Pte Ltd]]></category>
		<category><![CDATA[PingCAP]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[PT Central Data Technology]]></category>
		<category><![CDATA[Renova Cloud Company Limited]]></category>
		<category><![CDATA[Sendbird]]></category>
		<category><![CDATA[SentinelOne Inc.]]></category>
		<category><![CDATA[Shenzhen Bosicloud Tech]]></category>
		<category><![CDATA[Snowflake]]></category>
		<category><![CDATA[Stratpoint Technologies Inc.]]></category>
		<category><![CDATA[Tata Consultancy Services (TCS)]]></category>
		<category><![CDATA[Trend Micro Incorporated]]></category>
		<category><![CDATA[Verycloud]]></category>
		<guid isPermaLink="false">9ee6d29b09c65ead6c2e3e8aa0aec1266e9117c0</guid>

					<description>We're excited to announce the regional 2026 AWS Partners of the Year from Asia Pacific and Japan (APJ). This year's award winners have demonstrated exceptional innovation and commitment to customer success. Working side by side with AWS Partners has yielded remarkable results, and we're excited to build upon these successes as we strengthen our partnerships throughout 2026.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Andrew Somera, Head of Partner Experiences&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;We are excited to announce the regional 2026 AWS Partners of the Year for Asia Pacific and Japan (APJ). These annual awards recognize AWS Partner Network (APN) members who consistently deliver exceptional results and drive innovation for our customers.&lt;/p&gt; 
&lt;p&gt;Throughout 2026, our winning partners have demonstrated their expertise by delivering transformative cloud solutions and creating measurable business value through AWS technologies. They’ve successfully guided customers through complex migrations and helped organizations optimize their AWS environments for maximum impact.&lt;/p&gt; 
&lt;p&gt;The collaboration between AWS and our partners continues to be fundamental to customer success. These partnerships drive innovation and help customers take full advantage of AWS services to accelerate their growth.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Regional Awards are comprised of the following four awards:&lt;/strong&gt;&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year:&lt;/strong&gt; Recognizes our top AWS Consulting Partners that have provided significant contributions related to revenue, launched opportunities, net new certified individuals, and AWS designations earned.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year:&lt;/strong&gt; Recognizes AWS Consulting Partners that have seen significant YoY growth in their business.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year:&lt;/strong&gt; Recognizes our top AWS Technology Partners that are using AWS to lower costs, increase agility, and innovate faster.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year:&lt;/strong&gt; Recognizes AWS Technology Partners that have seen significant YoY growth in their business.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;Please join us in congratulating our 2026 AWS Partner of the Year award winners!&lt;/p&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;India Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rp5HiIAJ/Tata%20Consultancy%20Services%20(TCS)"&gt;Tata Consultancy Services (TCS)&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000nxa7mIAA/i2k2%20Networks"&gt;i2k2 Networks&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000U0VKNIA3/MongoDB"&gt;MongoDB&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001tA9EiQAK/SentinelOne%20Inc."&gt;SentinelOne Inc.&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;China Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000001VAHqDIAX/SHENZHEN%20BOSICLOUD%20TECH%20CO%20LTD"&gt;Bosicloud&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001kMspjAAC/Verycloud"&gt;Verycloud&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001aBtIxAAK/PingCAP"&gt;PingCAP&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001jEb8wAAC/OceanBase"&gt;OceanBase&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;Australia &amp;amp; New Zealand Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000001JX9HmIAL/Mantel%20Group"&gt;Mantel Group&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001jElLDAA0/Portable"&gt;Portable&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000UfakGIAR/IBM%20Software%20and%20Technology"&gt;IBM Software and Technology&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000d8qQcIAI/Snowflake"&gt;Snowflake&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;ASEAN Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000VHBQIIA5/Accenture"&gt;Accenture&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002094IqQAI/OneByZero%20Pte%20Ltd"&gt;OneByZero Pte Ltd&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000U0VKNIA3/MongoDB"&gt;MongoDB&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year: Indonesia – &lt;a href="https://partners.amazonaws.com/partners/001E0000010iPQBIA2/PT%20Central%20Data%20Technology"&gt;PT Central Data Technology&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year: Malaysia – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rp58cIAB/G-Asiapacific%20Sdn%20Bhd"&gt;G-Asiapacific Sdn Bhd&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year: Philippines – &lt;a href="https://partners.amazonaws.com/partners/001E000001Alx5gIAB/Stratpoint%20Technologies%20Inc."&gt;Stratpoint Technologies Inc.&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year: Singapore – &lt;a href="https://partners.amazonaws.com/partners/001E000000VHBQIIA5/Accenture"&gt;Accenture&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year: Thailand – &lt;a href="https://partners.amazonaws.com/partners/001E000000xF4oHIAS/DailiTech%20Co.,%20Ltd."&gt;DailiTech Co., Ltd.&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year: Vietnam – &lt;a href="https://partners.amazonaws.com/partners/0010L00001oCHJVQA4/Renova%20Cloud%20Company%20Limited"&gt;Renova Cloud Company Limited&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline;color: #000000"&gt;&lt;strong&gt;Japan Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rl0wJIAR/Classmethod,%20inc."&gt;Classmethod&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001v0ffLQAQ/Benjamin%20Inc."&gt;Benjamin Inc.&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rl0yAIAR/Trend%20Micro%20Incorporated"&gt;Trend Micro Incorporated&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001e7uLjAAI/KnowBe4,%20Inc."&gt;KnowBe4, Inc.&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Korea Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rp5GDIAZ/MegazoneCloud"&gt;MegazoneCloud&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001v0mPiQAI/Doosan%20Corporation%20Digital%20Innovation"&gt;Doosan Corporation Digital Innovation BU&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rp57sIAB/Datadog%20Inc"&gt;Datadog&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001jQlavQAC/SendBird"&gt;Sendbird&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Announcing the Regional 2026 AWS Partners of the Year for Europe, Middle East, and Africa</title>
		<link>https://aws.amazon.com/blogs/apn/announcing-the-regional-2026-aws-partners-of-the-year-for-europe-middle-east-and-africa/</link>
					
		
		<dc:creator><![CDATA[Andrew Somera]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 14:57:10 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Foundational (100)]]></category>
		<category><![CDATA[Advascale]]></category>
		<category><![CDATA[Aikido Security]]></category>
		<category><![CDATA[APRÓ]]></category>
		<category><![CDATA[AWS Partner Awards]]></category>
		<category><![CDATA[Capgemini]]></category>
		<category><![CDATA[Cloudar]]></category>
		<category><![CDATA[Databricks]]></category>
		<category><![CDATA[Deltatre]]></category>
		<category><![CDATA[Devoteam]]></category>
		<category><![CDATA[GOStack]]></category>
		<category><![CDATA[KIIRO]]></category>
		<category><![CDATA[Mistral AI]]></category>
		<category><![CDATA[Polarity]]></category>
		<category><![CDATA[PricewaterhouseCoopers (PwC)]]></category>
		<category><![CDATA[Redgate Software]]></category>
		<category><![CDATA[Reply]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[SnapSoft Ltd.]]></category>
		<category><![CDATA[Snowflake]]></category>
		<category><![CDATA[SoftwareONE]]></category>
		<category><![CDATA[SonarSource SA]]></category>
		<category><![CDATA[Unleash]]></category>
		<guid isPermaLink="false">af33cba54a789b084bfdf135dc893c10259cef08</guid>

					<description>We're excited to announce the regional 2026 AWS Partners of the Year from Europe, Middle East, and Africa (EMEA). This year's award winners have demonstrated exceptional innovation and commitment to customer success. Working side by side with AWS Partners has yielded remarkable results, and we're excited to build upon these successes as we strengthen our partnerships throughout 2026.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Andrew Somera, Head of Partner Experiences&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;We are excited to announce the regional 2026 AWS Partners of the Year for Europe, Middle East, and Africa (EMEA). These annual awards recognize AWS Partner Network (APN) members who consistently deliver exceptional results and drive innovation for our customers.&lt;/p&gt; 
&lt;p&gt;Throughout 2026, our winning partners have demonstrated their expertise by delivering transformative cloud solutions and creating measurable business value through AWS technologies. They’ve successfully guided customers through complex migrations and helped organizations optimize their AWS environments for maximum impact.&lt;/p&gt; 
&lt;p&gt;The collaboration between AWS and our partners continues to be fundamental to customer success. These partnerships drive innovation and help customers take full advantage of AWS services to accelerate their growth.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Regional Awards are comprised of the following four awards:&lt;/strong&gt;&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year:&lt;/strong&gt; Recognizes our top AWS Consulting Partners that have provided significant contributions related to revenue, launched opportunities, net new certified individuals, and AWS designations earned.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year:&lt;/strong&gt; Recognizes AWS Consulting Partners that have seen significant YoY growth in their business.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year:&lt;/strong&gt; Recognizes our top AWS Technology Partners that are using AWS to lower costs, increase agility, and innovate faster.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year:&lt;/strong&gt; Recognizes AWS Technology Partners that have seen significant YoY growth in their business.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;Please join us in congratulating our 2026 AWS Partner of the Year award winners!&lt;/p&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Italy Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000NaBI4IAN/Reply"&gt;Reply&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000001ErCB9IAN/Polarity"&gt;Polarity&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000001A16lmIAB/Salesforce"&gt;Salesforce&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000UfaaHIAR/Deltatre"&gt;Deltatre&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Benelux Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000pdUZHIA2/Cloudar"&gt;Cloudar&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001d44jXAAQ/Advascale"&gt;Advascale&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000d8qQcIAI/Snowflake"&gt;Snowflake&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002ULyrJQAT/Aikido%20Security"&gt;Aikido Security&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Germany Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Qcj4uIAB/Capgemini"&gt;Capgemini&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001kMQZrAAO/Auvaria"&gt;Auvaria&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rl0yAIAR/Trend%20Micro%20Incorporated"&gt;Trend Micro Incorporated&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001eAnC0AAK/Camunda%20Services%20GmbH"&gt;Camunda&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;Nordics Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010L00001kWVp3QAG/SoftwareOne"&gt;SoftwareOne&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/search/partners/?keyword=APR%C3%93"&gt;APRÓ&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000d8qQcIAI/Snowflake"&gt;Snowflake&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001aq00000EAv1lAAD/Bricks%20Software%20AS"&gt;Unleash&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;Central and Eastern Europe Winners&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0010h00001h5Cc1AAE/SnapSoft%20Ltd."&gt;SnapSoft Ltd.&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W0000208BMUQA2/GOStack"&gt;GOStack&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E0000016WxP5IAK/Databricks"&gt;Databricks&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W000024MnmpQAC/SonarSource%20Sarl"&gt;SonarSource SA&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline;color: #000000"&gt;&lt;strong&gt;United Kingdom and Ireland Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000aTCdxIAG/Devoteam"&gt;Devoteam&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E0000012d430IAA/PricewaterhouseCoopers"&gt;PricewaterhouseCoopers (PwC)&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000d8qQcIAI/Snowflake"&gt;Snowflake&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;span style="color: #000000"&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Rp5YdIAJ/Redgate%20Software"&gt;Redgate Software&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;France Winners&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000000Qcj4uIAB/Capgemini"&gt;Capgemini&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Consulting Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002bXsiZQAS/KIIRO"&gt;KIIRO&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/001E000001A16lmIAB/Salesforce"&gt;Salesforce&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Rising Star Technology Partner of the Year – &lt;a href="https://partners.amazonaws.com/partners/0018W00002XlL76QAF/Mistral%20AI"&gt;Mistral AI&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;/ul&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>How ClickHouse powers real-time AI Agents on Amazon Quick</title>
		<link>https://aws.amazon.com/blogs/apn/how-clickhouse-powers-real-time-ai-agents-on-amazon-quick/</link>
					
		
		<dc:creator><![CDATA[Stanley Chukwuemeke]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 15:21:56 +0000</pubDate>
				<category><![CDATA[Amazon Quick Suite]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[AWS Competency Partners]]></category>
		<category><![CDATA[AWS Marketplace]]></category>
		<category><![CDATA[AWS Services Partners]]></category>
		<category><![CDATA[ClickHouse]]></category>
		<guid isPermaLink="false">d7a4baabcbd80da82a765ceb3f6f0524af5fdce7</guid>

					<description>Real-time AI agents are transforming how businesses make decisions—but only when they can access analytical data at conversational speed. This post shows you how to integrate ClickHouse Cloud with Amazon Quick using Model Context Protocol (MCP), delivering sub-second query responses across billions of data points. Learn how to empower your teams with natural language access to live operational data, enabling instant insights and actions without writing a single line of SQL.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Stanley Chukwuemeke, Senior Partner Solutions Architect – AWS&lt;br&gt; &lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Nakul Mishra, Senior Solutions Architect – AWS&lt;br&gt; &lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Luke Gannon, Principal Product Manager – ClickHouse&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/0018a00001mU61yAAC/ClickHouse" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-70071 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-logo-300x119.png" alt="ClickHouse Logo" width="300" height="119"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style="text-align: center"&gt;&lt;span style="color: #ffffff"&gt;ClickHouse&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018a00001mU61yAAC&amp;amp;source=Blog&amp;amp;campaign="&gt;&lt;img loading="lazy" class="alignright wp-image-70115 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/15/ClickHouse-APN-Blog-CTA-Button-2024-1-300x107.png" alt="Connect with ClickHouse" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Building real-time AI agents requires instant access to analytical data at conversational speed, and integrating &lt;a href="https://clickhouse.com/" target="_blank" rel="noopener noreferrer"&gt;ClickHouse&lt;/a&gt; with &lt;a href="https://aws.amazon.com/quick/" target="_blank" rel="noopener noreferrer"&gt;Amazon Quick&lt;/a&gt; can deliver the sub-second query performance needed for conversational analytics to customers. When you build AI agents for customer behavior analysis, anomaly detection, or recommendation systems, database queries that take minutes instead of milliseconds degrade the user experience customers expect.&lt;/p&gt; 
&lt;p&gt;By integrating ClickHouse with Amazon Quick through &lt;a href="https://modelcontextprotocol.io/docs/getting-started/intro" target="_blank" rel="noopener noreferrer"&gt;Model Context Protocol (MCP)&lt;/a&gt;, you can build AI agents that deliver sub-second query responses across billions of data points, maintaining natural dialogue flow while providing actionable insights instantly. ClickHouse’s millisecond query performance at scale, combined with Amazon Quick enterprise AI capabilities, gives you the tools to build conversational AI agents quickly and improve your interactive experience.&lt;/p&gt; 
&lt;p&gt;This post walks you through integrating ClickHouse Cloud with Amazon Quick for conversational analytics. We’ll cover the integration benefits, Amazon Quick MCP server architecture, setup steps, authentication configuration, and AI agent creation for real-time data queries&lt;span style="color: black"&gt;. &lt;/span&gt;&lt;br&gt; &lt;span style="color: black"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; 
&lt;h2&gt;Solution overview&lt;/h2&gt; 
&lt;p&gt;Amazon Quick comes with a built-in MCP client that you activate through an integration. After it’s configured, it connects to a remote MCP server, automatically discovers the tools and data sources that server exposes, and makes them immediately available to your AI agents and automations with no custom &lt;a href="https://aws.amazon.com/what-is/middleware/" target="_blank" rel="noopener noreferrer"&gt;middleware&lt;/a&gt; required. This means you can extend Amazon Quick with action execution, real-time data access, and knowledge base creation through a single integration point.&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: black"&gt;The following f&lt;/span&gt;igure shows how customers use Amazon Quick to invoke application capabilities, exposed as MCP tools by independent software vendors (ISVs) such as ClickHouse, enterprise systems, or custom solutions through an MCP integration.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-Figure1.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70073 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-Figure1.png" alt="Diagram of the solution architecture, which is explained in the text" width="936" height="512"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p class="ql-align-justify" style="text-align: center"&gt;&lt;em&gt;Figure 1: Amazon Quick MCP integration with an external MCP server that exposes application capabilities as MCP tools&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;Amazon Quick and ClickHouse integration architecture&lt;/h2&gt; 
&lt;p class="ql-align-justify"&gt;&lt;span style="color: black"&gt;This integration uses ClickHouse&lt;/span&gt; &lt;a style="color: #1155cc" href="https://clickhouse.com/docs/use-cases/AI/MCP/remote_mcp" target="_blank" rel="noopener noreferrer"&gt;remote MCP server&lt;/a&gt;&lt;span style="color: black"&gt;, which acts as the bridge between Amazon Quick AI agent and your ClickHouse Cloud service. Amazon Quick supports integrations with various third-party applications and services, with each integration supporting different combinations of&lt;/span&gt; &lt;a style="color: #1155cc" href="https://docs.aws.amazon.com/quicksuite/latest/userguide/action-connector-apis.html" target="_blank" rel="noopener noreferrer"&gt;actions&lt;/a&gt;&lt;span style="color: black"&gt; and&lt;/span&gt; &lt;a style="color: #1155cc" href="https://docs.aws.amazon.com/quicksuite/latest/userguide/knowledge-base-integrations.html" target="_blank" rel="noopener noreferrer"&gt;knowledge base&lt;/a&gt;&lt;span style="color: black"&gt; creation capabilities. The following figure shows a reference architecture for integrating ClickHouse Cloud on AWS to Amazon Quick using ClickHouse remote MCP server. For more information, refer to Amazon Quick&lt;/span&gt; &lt;a style="color: #1155cc" href="https://docs.aws.amazon.com/quicksuite/latest/userguide/supported-integrations.html" target="_blank" rel="noopener noreferrer"&gt;supported integrations&lt;/a&gt;&lt;span style="color: black"&gt;.&lt;/span&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-Figure2.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70082 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-Figure2.png" alt="Figure 2: Amazon Quick and ClickHouse integration through ClickHouse remote MCP server" width="685" height="355"&gt;&lt;/a&gt;&lt;br&gt; &lt;em style="color: black"&gt;Figure 2: Amazon Quick and ClickHouse integration through ClickHouse remote MCP server&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;Integration benefits&lt;/h2&gt; 
&lt;p class="ql-align-justify"&gt;When AI agents need to make real-time decisions, waiting minutes for database queries fundamentally breaks the conversational experience and limits agent autonomy. ClickHouse columnar storage architecture delivers query results in milliseconds across billions of rows, ensuring AI agents rarely wait on data. With built-in support for streaming inserts and integrations with &lt;a href="https://aws.amazon.com/msk/" target="_blank" rel="noopener noreferrer"&gt;Amazon Managed Streaming for Apache Kafka (Amazon MSK)&lt;/a&gt;, &lt;a href="https://aws.amazon.com/kinesis/" target="_blank" rel="noopener noreferrer"&gt;Amazon Kinesis&lt;/a&gt;, and other event pipelines, ClickHouse ensures that the data your agents reason over is always current. High-volume event and telemetry data that AI agents depend on can quickly become very expensive to store. ClickHouse’s ability to compress data on disk reduces the cost of storing information and the amount of resources needed to query, boosting query performance. ClickHouse speaks standard &lt;a href="https://blog.ansi.org/ansi/sql-standard-iso-iec-9075-2023-ansi-x3-135/" target="_blank" rel="noopener noreferrer"&gt;ANSI SQL&lt;/a&gt; with extensions to the language, making it straightforward to connect to existing &lt;a href="https://aws.amazon.com/what-is/business-intelligence/" target="_blank" rel="noopener noreferrer"&gt;business intelligence (BI)&lt;/a&gt; tools and orchestration layers without specialized adapters. ClickHouse Cloud separates compute from storage, helping organizations to scale query capacity on demand during peak AI workloads without over-provisioning and incurring idle infrastructure costs.&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: black"&gt;The combination of ClickHouse Cloud and Amazon Quick solves three fundamental business challenges: &lt;/span&gt;moving from insight to action in real time, giving nontechnical teams access to complex datasets, and the ability to scale volume without increasing cost.&lt;/p&gt; 
&lt;p class="ql-align-justify"&gt;&lt;span style="color: black"&gt;Amazon Quick AI agents can now query live operational data and act on it. Agents can provide recommendations and trigger workflows or flag anomalies the moment they emerge, rather than after a reporting cycle has completed.&lt;/span&gt;&lt;/p&gt; 
&lt;p class="ql-align-justify"&gt;&lt;span style="color: black"&gt;Using&lt;/span&gt; &lt;span style="color: black"&gt;Amazon Quick, business users can query complex datasets without writing SQL. Paired with ClickHouse, those natural language queries now run against a database engineered for speed at scale, providing nontechnical teams with accurate, real-time answers without being blocked by data engineering backlogs.&lt;/span&gt;&lt;/p&gt; 
&lt;p class="ql-align-justify"&gt;&lt;span style="color: black"&gt;As data volumes grow, most integrations degrade, producing slower queries, higher costs, and more infrastructure to manage. This integration scales with your business. ClickHouse Cloud handles large-scale data while Amazon Quick agents remain responsive, keeping the experience consistent for you regardless of data volume.&lt;/span&gt;&lt;/p&gt; 
&lt;h2&gt;Integrating ClickHouse with Amazon Quick&lt;/h2&gt; 
&lt;p&gt;Before you start this integration, check with your security and compliance team to understand your organization’s requirements when integrating tools.&lt;/p&gt; 
&lt;p&gt;To set up the integration, connect to &lt;span style="color: black"&gt;your &lt;/span&gt;&lt;a style="color: #1155cc" href="https://clickhouse.com/cloud" target="_blank" rel="noopener noreferrer"&gt;ClickHouse Cloud&lt;/a&gt; service&lt;span style="color: black"&gt; to retrieve the &lt;/span&gt;&lt;a style="color: #1155cc" href="https://clickhouse.com/docs/use-cases/AI/MCP/remote_mcp" target="_blank" rel="noopener noreferrer"&gt;ClickHouse remote MCP &lt;/a&gt;&lt;span style="color: black"&gt;server endpoint. &lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;Currently, the Amazon Quick client MCP can only connect to remote MCP servers that are accessible publicly. Refer to &lt;a href="https://clickhouse.com/blog/clickhouse-cloud-joins-aws-ai-agents-and-tools-mcp#security-and-mcp" target="_blank" rel="noopener noreferrer"&gt;Security and MCP&lt;/a&gt; for ClickHouse guidance on exposing their MCP publicly.&lt;/p&gt; 
&lt;p&gt;To create an MCP integration in Amazon Quick:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;Sign in to the &lt;a href="https://quicksight.aws.amazon.com/" target="_blank" rel="noopener noreferrer"&gt;Amazon Quick console&lt;/a&gt; with a user that has Author permissions or higher.&lt;/li&gt; 
 &lt;li&gt;From the integration grid, choose &lt;strong style="color: black"&gt;Model Context Protocol (MCP)&lt;/strong&gt;&lt;span style="color: black"&gt;.&lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;Choose&lt;span style="color: black"&gt; the plus sign ( &lt;/span&gt;&lt;strong style="color: black"&gt;+&lt;/strong&gt;&lt;span style="color: black"&gt; ). &lt;/span&gt;&lt;/li&gt; 
 &lt;li&gt;On the &lt;strong&gt;Create integration&lt;/strong&gt; page, enter a &lt;strong&gt;Name&lt;/strong&gt;, &lt;strong&gt;Description&lt;/strong&gt;, and your &lt;strong&gt;MCP server endpoint&lt;/strong&gt; URL. Choose &lt;strong&gt;Next&lt;/strong&gt;, as shown in the following screenshot.&lt;/li&gt; 
 &lt;li&gt;Choose &lt;strong&gt;Create&lt;/strong&gt; and then&lt;strong&gt; Continue&lt;/strong&gt;. Review the discovered tools and data capabilities from your MCP server.&lt;/li&gt; 
 &lt;li&gt;When you’re finished, choose &lt;strong&gt;Done&lt;/strong&gt;.&lt;br&gt; &lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/ClickHouse-Figure3-1.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70138 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/ClickHouse-Figure3-1.png" alt="Figure 3: Amazon Quick MCP Integration page" width="860" height="524"&gt;&lt;/a&gt;&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 3: Amazon Quick MCP Integration page&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;To authenticate to ClickHouse Cloud using OAuth:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;After the integration becomes available, choose &lt;strong&gt;Sign in&lt;/strong&gt; to complete authentication.&lt;/li&gt; 
 &lt;li&gt;Authenticate using your ClickHouse Cloud credentials.&lt;/li&gt; 
 &lt;li&gt;If you want other users to use the integration, share it.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;The following screenshot shows the ClickHouse sign-in page.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-Figure4.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70076 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-Figure4.png" alt="Figure 4: ClickHouse sign-in" width="414" height="396"&gt;&lt;/a&gt;&lt;br&gt; &lt;em&gt;Figure 4: ClickHouse sign-in&lt;/em&gt;&lt;/p&gt; 
&lt;p class="ql-align-justify"&gt;&lt;span style="color: black"&gt;After the integration is complete, you create a &lt;a href="https://docs.aws.amazon.com/quick/latest/userguide/custom-agents.html"&gt;custom chat agent&lt;/a&gt; and add the connector to create a conversational interface that answers specific business questions. Optionally, you can also add this connector to your Amazon Quick &lt;a href="https://docs.aws.amazon.com/quick/latest/userguide/working-with-spaces.html"&gt;space&lt;/a&gt; and share it with your team or other parts of your organization either in isolation or across multiple agents. &lt;/span&gt;&lt;span style="color: black"&gt;This way, you can scale the integration across multiple agents or combine it with other data sources in the space.&lt;/span&gt; Another option is to use this integration with &lt;a style="color: blue" href="https://aws.amazon.com/quick/flows/?trk=406592b4-1dda-4336-b7ce-531a5f2eff58&amp;amp;sc_channel=ps&amp;amp;ef_id=Cj0KCQjwgr_NBhDFARIsAHiUWr70fkD8b_YyleP_Yu1PWiNkIGBNkaXUBr3-Qp0_KmIch9K1rfLcQNMaAo_0EALw_wcB:G:s&amp;amp;s_kwcid=AL!4422!3!795924958295!e!!g!!quick%20flows!23528573981!191423962534&amp;amp;gad_campaignid=23528573981&amp;amp;gclid=Cj0KCQjwgr_NBhDFARIsAHiUWr70fkD8b_YyleP_Yu1PWiNkIGBNkaXUBr3-Qp0_KmIch9K1rfLcQNMaAo_0EALw_wcB" target="_blank" rel="noopener noreferrer"&gt;Amazon Quick Flows&lt;/a&gt; to automate repetitive tasks and &lt;a style="color: blue" href="https://aws.amazon.com/quick/research/?trk=20f5834f-4645-43cf-83d0-0ee37779e187&amp;amp;sc_channel=ps&amp;amp;ef_id=Cj0KCQjwgr_NBhDFARIsAHiUWr4-zZTpqbi-7f_dw3KoorNGwwW40Y91hCmFUlcg0wbV4vS0SU2kqKQaAp6mEALw_wcB:G:s&amp;amp;s_kwcid=AL!4422!3!795924958304!p!!g!!quick%20research!23528573981!191423962774&amp;amp;gad_campaignid=23528573981&amp;amp;gclid=Cj0KCQjwgr_NBhDFARIsAHiUWr4-zZTpqbi-7f_dw3KoorNGwwW40Y91hCmFUlcg0wbV4vS0SU2kqKQaAp6mEALw_wcB" target="_blank" rel="noopener noreferrer"&gt;Amazon Quick Research&lt;/a&gt; to get a deep understanding of a specific topic by using data in ClickHouse in combination with other sources.&lt;/p&gt; 
&lt;h2&gt;Powering real-time AI Agent with ClickHouse&lt;/h2&gt; 
&lt;p class="ql-align-justify"&gt;&lt;span style="color: black"&gt;Through the Amazon Quick AI agent chat interface, business users can query ClickHouse directly using natural language with no SQL knowledge required. Amazon Quick passes the conversation to the ClickHouse MCP server to translate those conversation inputs into SQL actions executed against the ClickHouse database, returning insights at the speed ClickHouse is known for, regardless of data volumes. The &lt;/span&gt;ClickHouse MCP server provides a tool called &lt;span style="color: black"&gt;run_select_query&lt;/span&gt; that can be used to run a SQL &lt;span style="color: black"&gt;SELECT&lt;/span&gt; statement against a ClickHouse database. The MCP server implements all the logic needed to perform that action when the tool is used, for example, for creating a connection or authentication.&lt;/p&gt; 
&lt;p&gt;For example, in the Amazon Quick AI chat agent, you can ask a question that requires real-time data, such as “What were the top 5 products by revenue yesterday?” &lt;span style="color: black"&gt;The agent should invoke the ClickHouse MCP connector, discover the relevant schema, execute the SQL query, and return a synthesized natural language response with the results.&lt;/span&gt;&lt;/p&gt; 
&lt;p class="ql-align-justify"&gt;&lt;span style="color: black"&gt;The following figures show a sample interaction using Amazon Quick AI chat agent.&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/ClickHouse-Figure-5.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70132 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/ClickHouse-Figure-5.png" alt="Figure 5: Sample interaction using Amazon Quick AI chat agent" width="926" height="1282"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em style="color: black"&gt;Figure 5: Sample interaction using Amazon Quick AI chat agent&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p class="ql-align-justify"&gt;The integration of ClickHouse Cloud with Amazon Quick delivers sub-second query responses for AI-powered analytics&lt;span style="color: black"&gt;. By combining ClickHouse analytical performance with Amazon Quick AI agents’ natural language capabilities, organizations can unlock real-time insights that transform how teams interact with their data. Using this integration, you can query complex datasets conversationally and make data-driven decisions faster. Start building your first real-time AI analytics agent today by exploring this integration setup for your own use cases and experience how the combination of ClickHouse speed and Amazon Quick intelligence can accelerate your analytics, workflow, and research journey. &lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: black"&gt;For next steps, review &lt;/span&gt;&lt;a style="color: #1155cc" href="https://docs.aws.amazon.com/quicksuite/latest/userguide/mcp-integration.html" target="_blank" rel="noopener noreferrer"&gt;Model Context Protocol (MCP) integration&lt;/a&gt; and &lt;a style="color: #1155cc" href="https://aws.amazon.com/blogs/machine-learning/integrate-external-tools-with-amazon-quick-agents-using-model-context-protocol-mcp/" target="_blank" rel="noopener noreferrer"&gt;Integrate external tools with Amazon Quick Agents using Model Context Protocol (MCP)&lt;/a&gt; for detailed implementation required by third-party partners to integrate with Amazon Quick using MCP.&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: black"&gt;To&lt;/span&gt; &lt;span style="color: black"&gt;get started, sign up for&lt;/span&gt; &lt;a style="color: #1155cc" href="https://aws.amazon.com/marketplace/pp/prodview-p4gwofrqpkltu?sr=0-1&amp;amp;ref_=beagle&amp;amp;applicationId=AWSMPContessa" target="_blank" rel="noopener noreferrer"&gt;ClickHouse Cloud&lt;/a&gt;&lt;span style="color: black"&gt; and&lt;/span&gt; &lt;a href="https://aws.amazon.com/quick/" target="_blank" rel="noopener noreferrer"&gt;Amazon Quick&lt;/a&gt;&lt;span style="color: black"&gt; to build your first real-time AI analytics agent. &lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partners.amazonaws.com/contactpartner?partnerId=0018W00002B15rfQAB&amp;amp;partnerName=ClickHouse" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70063 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/13/ClickHouse-APN-Blog-Connect-2.png" alt="Connect with ClickHouse" width="2386" height="404"&gt;&lt;/a&gt;&lt;br&gt; &lt;span style="color: #ffffff"&gt;.&lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;ClickHouse – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;ClickHouse, Inc &lt;/strong&gt; &lt;strong&gt; is an AWS Advanced Technology Partner and AWS Competency Partner&lt;/strong&gt; that is behind ClickHouse, a fast, open source columnar database built for real-time analytics at scale. Engineered for high performance, ClickHouse Cloud delivers exceptional query speed and concurrency, and it’s purpose-built for AI agents generating frequent, complex queries. Trusted by leading companies like Sony, Tesla, Anthropic, and Lyft, ClickHouse delivers a high-throughput, low-latency platform for instant insights from massive data volumes.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=0018a00001mU61yAAC&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact ClickHouse&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/0018a00001mU61yAAC/ClickHouse"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=adb43736-8b95-4d49-8009-3693cbee8578"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>How SAS Viya Workbench on AWS accelerated analytics innovation</title>
		<link>https://aws.amazon.com/blogs/apn/how-sas-viya-workbench-on-aws-accelerated-analytics-innovation/</link>
					
		
		<dc:creator><![CDATA[Doug Mbaya]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 20:55:36 +0000</pubDate>
				<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[AWS PrivateLink]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[Amazon EKS]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Amazon VPC]]></category>
		<category><![CDATA[Gateway VPC Endpoints]]></category>
		<guid isPermaLink="false">98ffaf76db0b10dfa12c415e39017d95642e5dc8</guid>

					<description>SAS Viya Workbench on AWS provides a unified cloud environment for Python, R, and SAS, letting teams focus on building models instead of managing infrastructure. Its split-plane architecture keeps your data securely within your AWS account while SAS handles orchestration. With elastic scalability, pre-configured environments, and built-in collaboration, teams can accelerate analytics innovation from day one.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Doug Mbaya, Sr Partner Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Dmitry Frizner, Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Erin McCarthy, Senior Product Marketing Manager – SAS&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000fezWkIAI/SAS"&gt;&lt;img loading="lazy" class="wp-image-69989 size-full alignright" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/02/SAS-AWS-Partners-4.png" alt="" width="186" height="79"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;SAS&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/contactpartner?partnerId=001E000000fezWkIAI&amp;amp;partnerName=SAS"&gt;&lt;img loading="lazy" class="aligncenter wp-image-69976 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/02/sas_connect_buton-300x107.png" alt="SAS Connect" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Data scientists and developers today need to deliver insights faster while managing growing data volumes and meeting compliance requirements.&lt;a href="https://www.sas.com/en_us/software/viya/workbench.html"&gt; SAS Viya Workbench&lt;/a&gt; on &lt;a href="https://aws.amazon.com/"&gt;Amazon Web Services (AWS)&lt;/a&gt; helps accelerate analytics innovation by providing a cloud-centered environment where your team spends less time managing infrastructure and more time building models. If environment configuration, version conflicts, and security approvals are slowing your analytics projects, this solution offers a path forward.&lt;/p&gt; 
&lt;p&gt;In this post, we explore how SAS Viya Workbench on AWS addresses these challenges through its split-plane architecture, examine real-world use cases across industries, and show you how to get started.&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;Meeting developers where they are&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;Working across multiple languages and frameworks such as Python notebooks, R scripts, SAS procedures, and SQL-based workflows creates real obstacles when these tools run on disconnected local machines or legacy infrastructure.&lt;/p&gt; 
&lt;p&gt;Every environment needs its own infrastructure, security controls, software versions, and data access. Spending valuable time on managing these elements means neglecting more important work. Data scientists often spend hours installing software, resolving version conflicts, and configuring machines when they could be exploring data and generating insights.&lt;/p&gt; 
&lt;p&gt;Limited access to tools or environments, incompatible workflows, and slow approval processes create barriers to collaboration. Teams resort to emailing files or manually transferring datasets. The lack of a single, shared workspace leads to version mismatches and broken code.&lt;/p&gt; 
&lt;p&gt;Maintaining robust security and properly complying with regulations is essential, but the process of doing so can slow teams down. They might have to wait days or weeks for IT to approve new tools and infrastructure. But if they bypass controls, they put the organization at risk.&lt;/p&gt; 
&lt;p&gt;Many software professionals use standard laptops for work. But with fixed memory and processing power, such tools can cause crashes or force analysts to work with only a small sample of the data when demands spike.&lt;/p&gt; 
&lt;p&gt;Traditional approaches, including maintaining separate environments for each language, manually provisioning compute resources, or relying on desktop installations, struggle to address these challenges together. They typically solve one problem while creating others, forcing tradeoffs between flexibility, security, and scalability.&lt;/p&gt; 
&lt;h2&gt;How SAS Viya Workbench on AWS addresses these challenges&lt;/h2&gt; 
&lt;p&gt;AWS has partnered with &lt;a href="https://www.sas.com/en_us/home.html"&gt;SAS&lt;/a&gt; to bring SAS Viya Workbench to &lt;a href="https://aws.amazon.com/marketplace/"&gt;AWS Marketplace&lt;/a&gt;. This unified analytics environment reduces these tradeoffs by offering flexibility in programming languages, cloud scalability, and data custody.&lt;/p&gt; 
&lt;p&gt;SAS Viya Workbench offers a choice of languages. Your team can work in Python, R, and SAS within a single cloud-based environment, without having to switch between tools or manage separate installations.&lt;/p&gt; 
&lt;p&gt;By integrating with &lt;a href="https://aws.amazon.com/s3/"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt;, &lt;a href="https://aws.amazon.com/emr/"&gt;Amazon EMR&lt;/a&gt;, and&lt;a href="https://aws.amazon.com/redshift/"&gt; Amazon Redshift&lt;/a&gt;, SAS Viya Workbench provides elastic compute that grows with your workload.&lt;/p&gt; 
&lt;p&gt;You maintain custody of your data within your AWS account. SAS manages only the control plane for orchestration.&lt;/p&gt; 
&lt;p&gt;With a few clicks, your team can provision fully managed development environments that are secure, collaborative, and optimized for modern analytics workloads.&lt;/p&gt; 
&lt;h2&gt;Understanding the split-plane architecture&lt;/h2&gt; 
&lt;p&gt;Traditional analytics solutions often force a choice between security and flexibility. SAS Viya Workbench addresses this tradeoff through a split-plane architecture.&lt;/p&gt; 
&lt;p&gt;Before diving into the benefits, review the functions of the control plane and data plane:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Control plane&lt;/strong&gt; handles management functions such as user authentication, environment configuration, and orchestration.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Data plane&lt;/strong&gt; processes your actual workloads, running queries, training models, and storing results.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;The separation of the control plan and the data plane delivers specific advantages for your organization. Your AWS account contains all compute resources, data storage, and processing engines. Your data doesn’t leave your environment, so you maintain data custody. SAS handles environment orchestration, user management, and service coordination through the SAS-managed control plane, without accessing your data. Your stakeholders in your organization benefits from SAS analytics expertise, while your security team maintains full visibility and control. Connectivity between planes is encrypted with TLS for secure communication without sacrificing performance.&lt;/p&gt; 
&lt;p&gt;By using this design, your organization maintains control over data and compute resources while benefiting from SAS’s advanced analytics and AI capabilities.&lt;/p&gt; 
&lt;p&gt;The solution addresses enterprise security requirements through comprehensive protections. All customer data remains within your AWS account, maintaining data sovereignty. End-to-end encryption protects data in transit and at rest. Granular role-based access controls integrate with&lt;a href="https://aws.amazon.com/iam/"&gt; AWS Identity and Access Management (IAM)&lt;/a&gt; and third-party identity providers. Comprehensive logging and monitoring support compliance requirements, with adherence to industry standards including &lt;a href="https://aws.amazon.com/compliance/soc-faqs/"&gt;AWS System and Organization Controls (SOC)&lt;/a&gt; 2,&lt;a href="https://aws.amazon.com/compliance/gdpr-center/"&gt; General Data Protection Regulation (GDPR)&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/compliance/hipaa-compliance/"&gt;Health Insurance Portability and Accountability Act (HIPAA)&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;The following diagram shows the SAS Viya Workbench split-plane architecture.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/03/23/sas_arch.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-69870 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/03/23/sas_arch.png" alt="Figure 1: SAS Viya Workbench architecture diagram" width="936" height="521"&gt;&lt;/a&gt;&lt;em&gt;Figure 1: SAS Viya Workbench architecture diagram&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;Real-world use cases&lt;/h2&gt; 
&lt;p&gt;Organizations across industries are applying this approach to accelerate their analytics initiatives.&lt;/p&gt; 
&lt;p&gt;In life sciences, cross-functional research teams analyze genomic data at scale using R and SAS in the same environment. One research organization reduced environment configuration time significantly, which freed scientists to focus on analysis rather than infrastructure setup.&lt;/p&gt; 
&lt;p&gt;Financial services firms improve fraud detection pipelines by integrating Python-based &lt;a href="https://aws.amazon.com/ai/machine-learning/"&gt;machine learning (ML)&lt;/a&gt; with SAS regulatory models. Risk teams maintain compliance while accelerating model development cycles.&lt;/p&gt; 
&lt;p&gt;Manufacturing operations teams optimize supply chains through real-time analytics pipelines using Amazon S3 and Amazon EMR. When demand forecasting requires additional compute resources, the environment scales automatically rather than requiring manual intervention.&lt;/p&gt; 
&lt;p&gt;Marketing analytics enhance customer segmentation and campaign effectiveness through integrated multichannel data analysis and predictive modeling.&lt;/p&gt; 
&lt;p&gt;Retail analytics teams create personalized shopping experiences and optimize inventory through advanced demand forecasting and customer behavior analytics, combining multiple data sources in unified workflows.&lt;/p&gt; 
&lt;h2&gt;Enhancing developer productivity with Workbench&lt;/h2&gt; 
&lt;p&gt;Now that you understand the architecture, let’s examine how SAS Viya Workbench improves daily workflows.&lt;/p&gt; 
&lt;p&gt;Built-in Git support means that developers can collaborate with each other, track changes, and maintain quality code without leaving the environment. Prebuilt templates for Python, R, and SAS models and workflows reduce development time from weeks to days because teams start with proven patterns rather than blank screens. The browser-based &lt;a href="https://aws.amazon.com/what-is/ide/"&gt;integrated development environment (IDE)&lt;/a&gt; eliminates local setup and configuration, so developers can launch code, test models, and deploy from their preferred browser. Automatic self-termination shuts down idle sessions after a specified period, helping manage computing costs efficiently.&lt;/p&gt; 
&lt;p&gt;With infrastructure management handled by the environment, your team focuses on building, training, and deploying models, whether using R for statistical modeling, Python for ML, or SAS for regulatory reporting.&lt;/p&gt; 
&lt;p&gt;The following table summarizes the key benefits:&lt;/p&gt; 
&lt;table style="border-color: #030303;height: 2px" border="2" cellspacing="8" cellpadding="2"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Benefit&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Value delivered&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Multi-language support&lt;/td&gt; 
   &lt;td&gt;Flexibility to choose Python, R, or SAS without switching environments&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Enterprise security&lt;/td&gt; 
   &lt;td&gt;Data stays in your AWS account&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Cloud-based scalability&lt;/td&gt; 
   &lt;td&gt;Auto scaling with AWS services&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Faster time to insight&lt;/td&gt; 
   &lt;td&gt;Prebuilt environments and templates&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Reduced overhead&lt;/td&gt; 
   &lt;td&gt;No infrastructure to manage&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Why this matters for your organization:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Democratized analytics access&lt;/strong&gt; – SAS Viya Workbench provides an intuitive, web-based interface for technical users and data scientists who prefer a code-first approach. Teams work with preferred programming languages while maintaining consistency in governance and deployment.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Elastic scalability&lt;/strong&gt; – The environment takes advantage of the elasticity of AWS and automatically scales compute resources based on workload demands, supporting optimal performance during peak usage and minimizing costs during idle periods.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Accelerated time-to-value&lt;/strong&gt; – Teams can start analyzing data immediately because of the pre-configured environments and extensive example libraries. They can use existing Python, R, or SAS code with minimal modifications, start from prebuilt templates, or code from scratch.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Collaborative innovation&lt;/strong&gt; – Built-in collaboration features support project teamwork, insight sharing, and model deployment. Version control, project templates, and shared computing resources foster innovation while maintaining reproducibility.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;SAS Viya Workbench on AWS combines the analytical power of SAS with the scalability and security of AWS infrastructure. The split-plane architecture addresses data security and sovereignty concerns while providing collaboration and scalability benefits of cloud-based solutions.&lt;/p&gt; 
&lt;p&gt;For organizations that want to modernize analytics capabilities, this solution offers a compelling path forward that focuses on generating insights rather than managing infrastructure. At the same time, they maintain the necessary enterprise-grade security and compliance.&lt;/p&gt; 
&lt;p&gt;Get started today&lt;/p&gt; 
&lt;p&gt;Explore SAS Viya Workbench in AWS Marketplace to see how your team can:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Collaborate securely across Python, R, and SAS&lt;/li&gt; 
 &lt;li&gt;Scale analytics workloads on demand&lt;/li&gt; 
 &lt;li&gt;Speed up model development and deployment&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Contact your AWS account team or visit the &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-oyybm2xk34dos"&gt;SAS Viya Workbench listing&lt;/a&gt; in AWS Marketplace to learn more.&lt;/p&gt; 
&lt;p&gt;We’d love to hear about your analytics modernization journey; share your experiences in the comments section.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partners.amazonaws.com/contactpartner?partnerId=001E000000fezWkIAI&amp;amp;amp;partnerName=SAS"&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-69924" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/03/27/SAS-APN-Blog-Connect-2-2.png" alt="" width="2048" height="327"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: #ffffff"&gt;.&lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;SAS – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;SAS&lt;/strong&gt; &amp;nbsp;&lt;strong&gt;is an AWS Advanced Technology Partner and AWS Competency Partner&lt;/strong&gt; and the founder and future of analytics, harnessing the power of data and AI to shorten the path from questions to answers. The result is solutions like SAS® Viya® Workbench and SAS Customer Intelligence 360 that deliver productivity, performance and trust to help our customers make better decisions, faster&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partners.amazonaws.com/contactpartner?partnerId=001E000000fezWkIAI&amp;amp;amp;partnerName=SAS"&gt;Contact SAS&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000fezWkIAI/SAS"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=304bf786-2bd9-4c7c-ae65-8564a4debd6a"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Build a secure, scalable deployment pipeline with CircleCI’s AWS Deployment Pipeline Reference Architecture implementation</title>
		<link>https://aws.amazon.com/blogs/apn/build-a-secure-scalable-deployment-pipeline-with-circlecis-aws-deployment-pipeline-reference-architecture-implementation/</link>
					
		
		<dc:creator><![CDATA[Shalabh Nigam]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 20:43:04 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[CircleCI]]></category>
		<category><![CDATA[CircleCI Orbs]]></category>
		<category><![CDATA[DevSecOps]]></category>
		<guid isPermaLink="false">304a0c92e334ef2c6ca8c19b395bbaf8b7903848</guid>

					<description>Modern software teams no longer need to choose between deployment speed and security. CircleCI's implementation of the AWS Deployment Pipeline Reference Architecture demonstrates how to build enterprise-grade deployment pipelines that deliver 50% faster deployments while reducing security vulnerabilities by 85%. This reference implementation combines the robust cloud infrastructure of AWS with the flexible CI/CD platform of CircleCI, providing a ready-to-fork blueprint that organizations can customize and deploy in an afternoon.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Shalabh Nigam, DevSecOps Solutions Architect – AWS&lt;br&gt; &lt;/em&gt;&lt;span style="color: #000000"&gt;&lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Nitin Kuriakose, Senior Field Engineer – CircleCI&lt;span style="color: #ffffff"&gt;er – CircleCI&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000wLx02IAC/CircleCI" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-14693 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2019/11/27/CircleCI-Logo-1-300x67.png" alt="CircleCI Logo" width="300" height="67"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;CircleCI&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000wLx02IAC&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-70151 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/Conenct-with-CircleCI-300x107.png" alt="CircleCI Connect Button" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Modern software teams face the critical challenge of needing to deploy applications faster while maintaining security and compliance. Organizations in regulated industries spend significant sprint capacity on manual compliance checks. Enterprises managing multi-Region deployments face extended deployment windows with elevated failure risks. Security scanning often becomes a bottleneck rather than an automated safeguard.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://circleci.com/" target="_blank" rel="noopener noreferrer"&gt;CircleCI&lt;/a&gt; addressed these challenges by building a reference implementation of the AWS &lt;a href="https://aws-samples.github.io/aws-deployment-pipeline-reference-architecture/" target="_blank" rel="noopener noreferrer"&gt;Deployment Pipeline Reference Architecture (DPRA)&lt;/a&gt;. This implementation demonstrates how to build enterprise-grade deployment pipelines that are secure by design, scalable across Regions, and integrated with best-in-class DevOps tools. This post explores how CircleCI created this implementation and how organizations can use it as part of CircleCI’s &lt;a href="https://aws.amazon.com/marketplace/pp/prodview-jv26xkjlbaxnu" target="_blank" rel="noopener noreferrer"&gt;Integrated DevOps Toolchain (IDT)&lt;/a&gt;.&lt;/p&gt; 
&lt;h2&gt;Understanding the challenge&lt;/h2&gt; 
&lt;p&gt;Organizations building deployment pipelines face challenges that standard &lt;a href="https://aws.amazon.com/what-is/ci-cd/" target="_blank" rel="noopener noreferrer"&gt;continuous integration and continuous delivery (CI/CD)&lt;/a&gt; tools don’t adequately address. The compliance burden means organizations spend significant sprint capacity on manual security reviews and audit documentation. Multi-Region complexity creates deployment windows extending for hours, with each Region representing a potential failure point. The security scanning gap occurs when organizations struggle to implement comprehensive scanning without creating bottlenecks—requiring integration of multiple tools for container vulnerabilities, secrets detection, static analysis, and infrastructure compliance. The tool integration challenge emerges as enterprises manage 10–20 tools in their DevOps toolchain, with integration maintenance diverting engineering resources from feature development.&lt;/p&gt; 
&lt;p&gt;These challenges create a false choice between speed and safety. CircleCI’s DPRA implementation eliminates this trade-off.&lt;/p&gt; 
&lt;h2&gt;What is the AWS Deployment Pipeline Reference Architecture?&lt;/h2&gt; 
&lt;p&gt;The DPRA provides prescriptive guidance for building secure, automated deployment pipelines on AWS. It defines architectural patterns for progressive deployments, automated testing, security scanning, and multi-environment orchestration. Rather than prescribing specific tools, the DPRA establishes a framework that organizations can implement using their preferred CI/CD platform and DevOps tools. CircleCI’s reference implementation demonstrates how to realize the DPRA vision using CircleCI’s CI/CD platform integrated with AWS services and third-party security tools. This implementation serves as a reference blueprint that organizations can fork, customize, and deploy in their own environments.&lt;/p&gt; 
&lt;h2&gt;Why CircleCI built a DPRA reference implementation&lt;/h2&gt; 
&lt;p&gt;CircleCI built this reference implementation to address a fundamental question their customers and partners ask: “What does great look like in a DevOps pipeline?” Organizations know they need to modernize their deployment practices, but they lack concrete examples of reference architectures demonstrating best practices.&lt;/p&gt; 
&lt;p&gt;The reference implementation serves multiple strategic purposes: accelerate customer adoption by providing a working example that customers can fork and customize; demonstrate AWS integration depth through built-in integration with AWS services including &lt;a href="https://aws.amazon.com/codedeploy/" target="_blank" rel="noopener noreferrer"&gt;AWS CodeDeploy&lt;/a&gt;, &lt;a href="https://aws.amazon.com/cloudwatch/" target="_blank" rel="noopener noreferrer"&gt;Amazon CloudWatch&lt;/a&gt;, &lt;a href="https://aws.amazon.com/ecs/" target="_blank" rel="noopener noreferrer"&gt;Amazon Elastic Container Service (Amazon ECS)&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/aurora/" target="_blank" rel="noopener noreferrer"&gt;Amazon Aurora&lt;/a&gt;; validate CircleCI’s IDT by proving the approach delivers measurable outcomes; and enable partner replication by creating a blueprint that &lt;a href="https://aws.amazon.com/partners/" target="_blank" rel="noopener noreferrer"&gt;AWS Partners&lt;/a&gt; can follow to build their own DPRA implementations.&lt;/p&gt; 
&lt;h2&gt;About CircleCI&lt;/h2&gt; 
&lt;p&gt;CircleCI is a standalone CI/CD platform with deep AWS integrations and more than 3,500 partner integrations across the DevOps toolchain. Teams standardize on CircleCI to accelerate delivery; adopt platform-agnostic &lt;a href="https://aws.amazon.com/what-is/iac/" target="_blank" rel="noopener noreferrer"&gt;infrastructure as code (IaC)&lt;/a&gt; such as &lt;a href="https://aws.amazon.com/cdk/" target="_blank" rel="noopener noreferrer"&gt;AWS Cloud Development Kit (AWS CDK)&lt;/a&gt;, Terraform, or Pulumi; and enforce security by design with OpenID Connect (OIDC), policy controls, and comprehensive testing insights. And they can achieve all this without being tied to a single cloud or version control system. CircleCI’s AI-powered capabilities include automated flaky test remediation that identifies and resolves intermittent test failures without manual intervention.&lt;/p&gt; 
&lt;p&gt;CircleCI’s platform provides enterprise-grade features including reusable configuration, CircleCI Contexts for secure credential management, Test Insights for tracking performance trends, Workspaces for artifact transfer, Matrix Jobs for multi-Region deployments, and the Orb ecosystem with pre-built, reusable configuration packages available at &lt;a href="https://circleci.com/developer/orbs" target="_blank" rel="noopener noreferrer"&gt;Orbs&lt;/a&gt; in the CircleCI Developer documentation.&lt;/p&gt; 
&lt;h2&gt;CircleCI and AWS: A strategic partnership&lt;/h2&gt; 
&lt;p&gt;The collaboration between AWS and CircleCI represents a proven approach to DevOps transformation validated across hundreds of customer implementations. CircleCI holds the AWS DevOps Competency, demonstrating deep expertise in AWS services and best practices. Unlike generic CI/CD tools that treat AWS as merely another deployment target, CircleCI’s AWS integration includes built-in OIDC authentication that eliminates long-lived credentials, optimized AWS service integration with CodeDeploy, CloudWatch, Amazon ECS, and Aurora, first-class AWS CDK support with flexibility for Terraform or Pulumi, and a platform-agnostic approach supporting multi-cloud and hybrid environments. This partnership enables the IDT, a comprehensive solution delivering turnkey excellence through pre-validated tool combinations, personalized solutions from more than 3,500 integrations, fast time to value with pre-built configurations, cost optimization with transparent pricing, and compliance-ready security controls.&lt;/p&gt; 
&lt;h2&gt;Solution architecture&lt;/h2&gt; 
&lt;p&gt;CircleCI’s DPRA reference implementation demonstrates enterprise-grade deployment patterns across three AWS environments: beta, gamma, and production. The implementation deploys a Java Spring Boot API running on Amazon ECS with Aurora database, showcasing real-world architectural patterns.&lt;/p&gt; 
&lt;p&gt;The architecture incorporates progressive deployment with AWS CodeDeploy for blue/green deployments with automated rollback based on CloudWatch alarms; multi-Region orchestration using CircleCI matrix jobs for parallel deployments; comprehensive security scanning with Trivy (container vulnerabilities), GitGuardian (secret detection), SpotBugs (static analysis), and &lt;code&gt;cdk-nag&lt;/code&gt; (infrastructure compliance); automated testing with JUnit, SoapUI, and JMeter integrated with CircleCI Test Insights; and IaC using AWS CDK with reusable constructs.&lt;/p&gt; 
&lt;p&gt;The following diagram illustrates this architecture.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/image-1-8.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70148 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/image-1-8-1024x537.png" alt="Figure 1 - CircleCI DPRA reference implementation architecture" width="1024" height="537"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1: CircleCI DPRA reference implementation architecture&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;CircleCI made several critical architectural decisions. They chose to use OIDC over long-lived credentials for AWS authentication, eliminating security risks and simplifying credential rotation. They implemented security scanning at every stage rather than as an end-of-pipeline gate, catching issues earlier when they’re cheaper to fix. Platform-agnostic tooling supported AWS CDK, Terraform, and Pulumi to avoid vendor lock-in. Progressive deployment patterns using blue/green deployments with automated rollback minimized risk while maintaining rapid release velocity.&lt;/p&gt; 
&lt;h2&gt;Business impact&lt;/h2&gt; 
&lt;p&gt;Organizations implementing CircleCI’s DPRA reference implementation as part of the IDT typically achieve the following improvements:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;50% reduction in deployment time through automated progressive deployments and parallel Region rollouts&lt;/li&gt; 
 &lt;li&gt;85% decrease in security vulnerabilities using integrated scanning&lt;/li&gt; 
 &lt;li&gt;3 times faster incident resolution with comprehensive monitoring using &lt;a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries.html" target="_blank" rel="noopener noreferrer"&gt;CloudWatch Synthetics&lt;/a&gt; and CircleCI Test Insights&lt;/li&gt; 
 &lt;li&gt;40% reduction in configuration errors through reusable CircleCI configurations and pre-commit hooks.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Beyond these metrics, organizations report increased developer confidence in deployments, reduced on-call burden through automated rollbacks, and faster onboarding for new team members using documented reference patterns.&lt;/p&gt; 
&lt;h2&gt;Getting started&lt;/h2&gt; 
&lt;p&gt;Organizations can implement CircleCI’s DPRA reference implementation in an afternoon. Begin by forking the &lt;a href="https://github.com/aws-samples/aws-deployment-pipeline-reference-architecture" target="_blank" rel="noopener noreferrer"&gt;reference implementation&lt;/a&gt; from the GitHub repository, connect the repository to your CircleCI account, configure AWS credentials using OIDC authentication, customize the AWS CDK templates for your application and environments, and deploy the infrastructure to run your first pipeline.&lt;/p&gt; 
&lt;p&gt;The repository includes comprehensive documentation, preconfigured pipeline definitions, and step-by-step setup instructions. For organizations ready to go beyond the reference implementation, CircleCI and AWS offer IDT workshops where solution architects help design complete toolchain strategies. For partners interested in building their own DPRA implementations, the reference implementation serves as a blueprint. The &lt;a href="https://aws-samples.github.io/aws-deployment-pipeline-reference-architecture/application-pipeline/ri-circleci-pipeline/" target="_blank" rel="noopener noreferrer"&gt;AWS DPRA documentation&lt;/a&gt; provides additional guidance.&lt;/p&gt; 
&lt;h2&gt;Building your own IDT and contributing to DPRA&lt;/h2&gt; 
&lt;p&gt;AWS Partners can build their own IDT implementations to extend the DPRA ecosystem with validated, approved reference solutions. To do so, you need to select your core toolchain (CI/CD, security, monitoring, and IaC tools), build the reference implementation by forking DPRA architecture and integrating your tools, validate with pilot customers, and contribute back by publishing to GitHub with documentation.&lt;/p&gt; 
&lt;p&gt;For technical requirements, you need AWS service integration through OIDC, CodeDeploy, CloudWatch, and Amazon ECS or &lt;a href="https://aws.amazon.com/eks/" target="_blank" rel="noopener noreferrer"&gt;Amazon Elastic Kubernetes Service (Amazon EKS)&lt;/a&gt;, multistage security scanning, progressive deployment patterns with automated rollback, and IaC with reusable modules.&lt;/p&gt; 
&lt;p&gt;To contribute to the DPRA ecosystem, submit implementations through the &lt;a href="https://partnercentral.awspartner.com/partnercentral2/s/login" target="_blank" rel="noopener noreferrer"&gt;AWS Partner Network portal&lt;/a&gt; with architecture diagrams and guides. Participate in DPRA working groups and present at AWS events. Benefits include marketplace differentiation, accelerated customer adoption, deeper AWS partnership, and the potential to be featured in AWS case studies and documentation.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;CircleCI’s implementation of the AWS DPRA demonstrates that organizations don’t have to choose between deployment speed and security. By combining the robust cloud infrastructure of AWS with CircleCI’s flexible CI/CD platform and an ecosystem of more than 3,500 integrations, organizations can build deployment pipelines that are secure by design, scalable across Regions, and tailored to their specific requirements. The reference implementation serves as more than merely a technical blueprint—it’s a gateway to comprehensive DevOps transformation through the IDT. Whether you’re starting with the reference implementation or ready to design your complete IDT, CircleCI and AWS provide the expertise, tools, and support to accelerate your DevOps journey.&lt;/p&gt; 
&lt;p&gt;To get started as an AWS Partner, review the &lt;a href="https://aws-samples.github.io/aws-deployment-pipeline-reference-architecture/" target="_blank" rel="noopener noreferrer"&gt;DPRA documentation&lt;/a&gt; and &lt;a href="https://aws-samples.github.io/aws-deployment-pipeline-reference-architecture/application-pipeline/ri-circleci-pipeline/" target="_blank" rel="noopener noreferrer"&gt;CircleCI’s reference implementation&lt;/a&gt;, identify your value proposition, and engage your &lt;a href="https://docs.aws.amazon.com/partner-central/latest/getting-started/ppi-support-pdm.html" target="_blank" rel="noopener noreferrer"&gt;AWS Partner Development Manager&lt;/a&gt;. After &lt;a href="https://docs.aws.amazon.com/partner-central/latest/getting-started/ppi-support-resources.html" target="_blank" rel="noopener noreferrer"&gt;accessing AWS Partner Central resources&lt;/a&gt;, join the DPRA partner community for support. To get started with CircleCI’s Deployment Pipeline Reference implementation, visit the &lt;a href="https://github.com/aws-samples/aws-deployment-pipeline-reference-architecture" target="_blank" rel="noopener noreferrer"&gt;aws-deployment-pipeline-reference-architecture&lt;/a&gt; source code on GitHub. Visit &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=0827b1d5-3d04-4465-90ef-489192128ff8" target="_blank" rel="noopener noreferrer"&gt;CircleCI in AWS Markteplace&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000wLx02IAC&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70154 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/16/CircleCI-APN-Blog-Connect-2.png" alt="Connect with CircleCI" width="2794" height="460"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;CircleCI – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;CircleCI is an AWS DevOps Competency Partner&lt;/strong&gt; and a leading CI/CD platform with deep AWS integrations and more than 3,500 partner integrations across the DevOps toolchain. CircleCI helps organizations accelerate delivery, adopt platform-agnostic infrastructure as code, and enforce security by design—all without being tied to a single cloud or version control system.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000wLx02IAC&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact CircleCI&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000wLx02IAC/CircleCI"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=0827b1d5-3d04-4465-90ef-489192128ff8"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Impetus LeapLogic’s automated path to Amazon SageMaker</title>
		<link>https://aws.amazon.com/blogs/apn/impetus-leaplogics-automated-path-to-amazon-sagemaker/</link>
					
		
		<dc:creator><![CDATA[Sujit Singh]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 18:19:34 +0000</pubDate>
				<category><![CDATA[Amazon Kinesis]]></category>
		<category><![CDATA[Amazon Managed Streaming for Apache Kafka (Amazon MSK)]]></category>
		<category><![CDATA[Amazon SageMaker Unified Studio]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Foundational (100)]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Kinesis Data Streams]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[Amazon SageMaker Studio]]></category>
		<category><![CDATA[Legacy Modernization]]></category>
		<guid isPermaLink="false">f61f8b4a0ebc13c70c0fa0dd5e4f7c7ad61f4891</guid>

					<description>Legacy application migrations can slow innovation and drain resources. Impetus LeapLogic simplifies modernization by automating code, pipeline, and validation workflows—accelerating migration to Amazon SageMaker with unmatched speed and confidence. Discover how LeapLogic and SageMaker empower enterprises to transform legacy workloads on AWS with reduced risk, greater efficiency, and faster business results.</description>
										<content:encoded>&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000r237cIAA/"&gt;&lt;img loading="lazy" class="alignright wp-image-39938 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2023/06/01/Impetus-AWS-Partners-2023-300x150.png" alt="Impetus-AWS-Partners-2023" width="300" height="150"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;Impetus Technologies&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000r237cIAA&amp;amp;source=Blog&amp;amp;campaign="&gt;&lt;img loading="lazy" class="alignright wp-image-60548 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2025/01/14/Impetus-Technology-APN-Blog-CTA-Button-2025-300x107.png" alt="Want to work with Impetus Technologies" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;&lt;em&gt;By: Sujit Singh, Senior Partner Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By&lt;/span&gt; Dayananda Swamy VT, Partner Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By&lt;/span&gt; Ashish Dahiya, Principal Architect, Impetus Technologies&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By&lt;/span&gt; Arpan Bhandari, Technical Architect, Impetus Technologies&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By&lt;/span&gt; Gurvinder Arora, Product Marketing, Impetus Technologies&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;Legacy on premises machine-learning (ML) environments are often constrained by fixed infrastructure, fragmented tooling, and manual deployment processes. As data volumes grow and models become more complex, these limitations slow experimentation, delay production rollouts, and increase operational overhead.&lt;/p&gt; 
&lt;p&gt;By migrating these workloads to &lt;a href="https://aws.amazon.com/sagemaker" target="_blank" rel="noopener noreferrer"&gt;Amazon SageMaker&lt;/a&gt;, enterprises can standardize model development, automate training and deployment, and scale ML workloads on demand without managing underlying infrastructure. SageMaker provides a managed foundation for experimentation, versioning, monitoring, and production grade deployment across the ML lifecycle.&lt;/p&gt; 
&lt;p&gt;Traditional migration approaches often require months of manual refactoring, custom scripting, and repeated validation cycles, introducing delivery risk and slowing business outcomes. Impetus LeapLogic helps reduce this complexity by automating a significant portion of the migration to SageMaker, minimizing manual effort and accelerating time to production.&lt;/p&gt; 
&lt;p&gt;LeapLogic, Impetus’s automation led modernization system, helps enterprises transition legacy data and ML workloads into cloud-centric architectures on &lt;a href="https://aws.amazon.com" target="_blank" rel="noopener noreferrer"&gt;Amazon Web Services (AWS)&lt;/a&gt;. Backed by deep experience in data engineering, analytics, and ML modernization, Impetus guides customers through migration from legacy environments to production-ready SageMaker deployments.&lt;/p&gt; 
&lt;p&gt;Using automated analysis, code and pipeline transformation, and structured validation, LeapLogic enables enterprises to modernize faster while maintaining accuracy, continuity, and operational stability.With Impetus LeapLogic, enterprises can:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Standardize ML development and deployment on SageMaker&lt;/li&gt; 
 &lt;li&gt;Automate large portions of legacy pipeline and workload transformation&lt;/li&gt; 
 &lt;li&gt;Reduce manual refactoring and migration risk&lt;/li&gt; 
 &lt;li&gt;Coexist with existing AWS services while improving ROI on current investments&lt;/li&gt; 
 &lt;li&gt;Move ML workloads to production with greater consistency and governance&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;This blog post describes how SageMaker and Impetus LeapLogic enable a structured, lower risk modernization of legacy workloads on AWS.&lt;/p&gt; 
&lt;h2&gt;AI operationalization with SageMaker: Scaling ML from development to production&lt;/h2&gt; 
&lt;p&gt;SageMaker streamlines the ML journey by combining automation, scalability, and governance into a single managed environment. From intelligent data prep and model selection to distributed training, automatic tuning, collaborative notebooks, and governed model cataloging, SageMaker helps trim the operational clutter and accelerate teams toward production with fast, monitored, versioned deployments and built-in model explainability.&lt;/p&gt; 
&lt;h2&gt;An integrated experience with SageMaker Unified Studio&lt;/h2&gt; 
&lt;p&gt;SageMaker supports the enterprise data management lifecycle, including data ingestion, scalable ML development, secure model deployment, and advanced analytics, enabling continuous improvement from a single, fully managed interface.Let’s see how these services operate cohesively and offer an integrated environment.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/08/Impetus-Leaplogic-SageMaker-1-1.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70021 size-large" style="margin: 10px 0px 10px 0px;border: 1px solid #CCCCCC" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/08/Impetus-Leaplogic-SageMaker-1-1-1024x643.png" alt="Figure 1: SageMaker Unified Studio with complete AWS stack" width="1024" height="643"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1: SageMaker Unified Studio with complete AWS stack&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;The architecture shown in the preceding diagram illustrates how enterprise data flows through a unified SageMaker environment, beginning with diverse real-time and batch sources entering AWS through services such as &lt;a href="https://aws.amazon.com/kinesis" target="_blank" rel="noopener noreferrer"&gt;Amazon Kinesis&lt;/a&gt;, &lt;a href="https://aws.amazon.com/msk" target="_blank" rel="noopener noreferrer"&gt;Amazon Managed Streaming for Apache Kafka (Amazon MSK)&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/iot-core" target="_blank" rel="noopener noreferrer"&gt;AWS IoT Core&lt;/a&gt;. This raw stream is shaped and refined through &lt;a href="https://aws.amazon.com/glue" target="_blank" rel="noopener noreferrer"&gt;AWS Glue&lt;/a&gt;, &lt;a href="https://docs.aws.amazon.com/glue/latest/dg/setting-up-studio.html" target="_blank" rel="noopener noreferrer"&gt;AWS Glue Studio&lt;/a&gt;, and &lt;a href="https://docs.aws.amazon.com/databrew/latest/dg/what-is.html" target="_blank" rel="noopener noreferrer"&gt;AWS Glue DataBrew&lt;/a&gt; before landing in the curated zones that support analytics engines such as &lt;a href="https://aws.amazon.com/redshift" target="_blank" rel="noopener noreferrer"&gt;Amazon Redshift&lt;/a&gt;, &lt;a href="https://aws.amazon.com/emr" target="_blank" rel="noopener noreferrer"&gt;Amazon EMR&lt;/a&gt;, &lt;a href="https://aws.amazon.com/opensearch-service" target="_blank" rel="noopener noreferrer"&gt;Amazon OpenSearch Service&lt;/a&gt;, &lt;a href="https://aws.amazon.com/quicksight" target="_blank" rel="noopener noreferrer"&gt;Amazon Quick Sight&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/athena" target="_blank" rel="noopener noreferrer"&gt;Amazon Athena&lt;/a&gt;. &lt;a href="https://aws.amazon.com/sagemaker/unified-studio/" target="_blank" rel="noopener noreferrer"&gt;Amazon SageMaker Unified Studio&lt;/a&gt;, the integrated development environment within SageMaker, is used to orchestrate feature engineering, experimentation, training, and deployment within a single ML workbench, while also drawing on surrounding AI services for added intelligence. The result is a cohesive environment where data movement, transformation, modeling, and insight generation operate as an integrated workflow, giving teams a governed, scalable, and production ready path from ingestion to applied machine learning.&lt;/p&gt; 
&lt;h2&gt;Real world enterprise use cases&lt;/h2&gt; 
&lt;p&gt;SageMaker excels as a centralized interface and integrated environment for data warehousing, extract, transform, and load (ETL) processes, BI reporting, orchestration, advanced analytics, generative AI, automated machine learning (AutoML), explainability, and model monitoring.By seamlessly integrating with a variety of AWS services, SageMaker unlocks powerful use cases, such as the following, that help drive business value, accelerate AI adoption, and optimize operational efficiency.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Automated data preparation, feature engineering, and predictive modeling&lt;/li&gt; 
 &lt;li&gt;Unified metadata management&lt;/li&gt; 
 &lt;li&gt;Interactive ML-driven BI&lt;/li&gt; 
 &lt;li&gt;Data access controls, usage, monitoring, anomaly detection, and compliance with regulations&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Impetus LeapLogic&lt;img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;"&gt; – Elevate intelligence&lt;/h2&gt; 
&lt;p&gt;LeapLogic is Impetus’s automation system designed to modernize complex legacy data, analytics, and ML workloads into cloud native AWS architectures. It supports modernization across data warehouses, ETL systems, orchestration tools, analytics layers, and ML pipelines, enabling enterprises to transition to SageMaker with reduced manual effort and predictable outcomes.Trusted by several Fortune 500 enterprises, LeapLogic simplifies data system modernization with a four-step paradigm:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Workload assessment &lt;/strong&gt;offers&amp;nbsp;automated workload analysis with actionable recommendations&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Business logic transformation&lt;/strong&gt;&amp;nbsp;translates legacy logic into cloud native vernacular&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Validation and reconciliation&lt;/strong&gt;&amp;nbsp;facilitates seamless business continuity&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Operationalization&lt;/strong&gt;&amp;nbsp;launches your cloud native future.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;Beyond LeapLogic, Impetus, as a premier data and AI system integrator, plays a vital role in rapidly developing enterprise class generative AI solutions. With their &lt;a href="https://www.impetus.com/solutions/genai-innovation-labs/" target="_blank" rel="noopener noreferrer"&gt;generative AI Innovation Labs&lt;/a&gt;—the industry’s first strategy, design, and build collaborative service offering—enterprises can create a production ready generative AI prototype in less than six weeks.&lt;/p&gt; 
&lt;h2&gt;LeapLogic-powered fully automated stack mapping&lt;/h2&gt; 
&lt;p&gt;Let’s see how LeapLogic with its new AI enabled conversion capabilities, along with Impetus’s transformative services, helps enable automated transformation of legacy tools and technologies to AI-ready SageMaker and its supporting stack or alternative options such as PySpark. The following shows the usage categories and the LeapLogic process to map to AWS services.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Data sources and storage&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Automates schema, metadata, and data migration into AWS services such as &lt;a href="https://aws.amazon.com/s3" target="_blank" rel="noopener noreferrer"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt;, Amazon Redshift, &lt;a href="https://aws.amazon.com/dynamodb" target="_blank" rel="noopener noreferrer"&gt;Amazon DynamoDB&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/rds" target="_blank" rel="noopener noreferrer"&gt;Amazon Relational Database Service (Amazon RDS)&lt;/a&gt; by parsing legacy structures and generating equivalent cloud native storage models&lt;/li&gt; 
 &lt;li&gt;Creates &lt;a href="https://aws.amazon.com/lake-formation" target="_blank" rel="noopener noreferrer"&gt;AWS Lake Formation&lt;/a&gt; blueprints by converting legacy governance rules and access patterns into reusable templates&lt;/li&gt; 
 &lt;li&gt;Generates validated, optimized AWS workloads by profiling legacy pipelines and producing performance tuned equivalents&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Workload modernization&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Translates ETL and extract, load, and transform (ELT) logic, jobs, and orchestration scripts into assets compatible with AWS Glue, Amazon EMR, or Amazon Redshift using automated semantic mapping of transformations&lt;/li&gt; 
 &lt;li&gt;Reconstructs business logic by interpreting legacy operators, functions, and procedures and generating their AWS service counterparts&lt;/li&gt; 
 &lt;li&gt;Performs end-to-end functional and row level validation using AWS Glue and Amazon EMR jobs to facilitate accuracy and readiness for production&lt;/li&gt; 
 &lt;li&gt;Auto provisions the appropriate AWS compute and orchestration services needed to implement in production&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Compute and infrastructure&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Maps on-premises execution patterns to cloud compute constructs (such as &lt;a href="https://aws.amazon.com/ec2" target="_blank" rel="noopener noreferrer"&gt;Amazon Elastic Compute Cloud (Amazon EC2)&lt;/a&gt;, &lt;a href="https://aws.amazon.com/lambda" target="_blank" rel="noopener noreferrer"&gt;AWS Lambda&lt;/a&gt;, &lt;a href="https://aws.amazon.com/fargate" target="_blank" rel="noopener noreferrer"&gt;AWS Fargate&lt;/a&gt;, or &lt;a href="https://aws.amazon.com/batch" target="_blank" rel="noopener noreferrer"&gt;AWS Batch&lt;/a&gt;) by analyzing concurrency, scheduling, and resource needs&lt;/li&gt; 
 &lt;li&gt;Generates infrastructure as code (IaC) deployment templates that automate provisioning, scaling, and operationalization of migrated workloads&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Analytics and visualization&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Converts Tableau, Cognos, OBIEE, SAS, and Alterx assets into analytical views backed by Amazon Quick Sight, Athena, and Lake Formation by mapping visual and semantic layers&lt;/li&gt; 
 &lt;li&gt;Recreates dashboards and workflows using AWS datasets, facilitating functional parity and improved performance&lt;/li&gt; 
 &lt;li&gt;Suggests conversational analytics enhancements using &lt;a href="https://aws.amazon.com/q" target="_blank" rel="noopener noreferrer"&gt;Amazon Q&lt;/a&gt; where applicable&lt;/li&gt; 
 &lt;li&gt;Provisions &lt;a href="https://aws.amazon.com/cloudwatch" target="_blank" rel="noopener noreferrer"&gt;Amazon CloudWatch&lt;/a&gt; dashboards and alerts to monitor analytical workloads&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Security, identity, and compliance&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Translates existing access policies into &lt;a href="https://aws.amazon.com/iam" target="_blank" rel="noopener noreferrer"&gt;AWS Identity and Access Management (IAM)&lt;/a&gt; and Lake Formation roles, permissions, and fine-grained access controls&lt;/li&gt; 
 &lt;li&gt;Modernizes identity management by mapping legacy authentication models to identity flows compatible with IAM or &lt;a href="https://aws.amazon.com/cognito" target="_blank" rel="noopener noreferrer"&gt;Amazon Cognito&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;Configures SageMaker built-in encryption, key management (&lt;a href="https://aws.amazon.com/kms" target="_blank" rel="noopener noreferrer"&gt;AWS Key Management Service (AWS KMS)&lt;/a&gt; or &lt;a href="https://aws.amazon.com/cloudhsm" target="_blank" rel="noopener noreferrer"&gt;AWS CloudHSM&lt;/a&gt;), audit trails, and compliance templates aligned to regulatory standards&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;AI and ML services&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Establishes an enterprise generative AI foundation through Impetus’s Strategy, Design, and Build Labs that map business use cases to working prototypes in weeks&lt;/li&gt; 
 &lt;li&gt;Integrates &lt;a href="https://aws.amazon.com/bedrock" target="_blank" rel="noopener noreferrer"&gt;Amazon Bedrock&lt;/a&gt; models by generating prompt flows, orchestration logic, and evaluation frameworks&lt;/li&gt; 
 &lt;li&gt;Automates provisioning of &lt;a href="https://aws.amazon.com/sagemaker/ai/" target="_blank" rel="noopener noreferrer"&gt;Amazon SageMaker AI&lt;/a&gt; components, training pipelines, and inference endpoints needed for scalable AI adoption&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;strong&gt;Internet of Things (IoT)&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Configures AWS IoT Core, &lt;a href="https://aws.amazon.com/greengrass" target="_blank" rel="noopener noreferrer"&gt;AWS IoT Greengrass&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/freertos" target="_blank" rel="noopener noreferrer"&gt;AWS IoT FreeRTOS&lt;/a&gt; integrations by mapping legacy sensor flows to real-time ingestion pipelines&lt;/li&gt; 
 &lt;li&gt;Builds edge-to-cloud pathways that help transform streaming IoT data into actionable insights using AWS analytics and ML services&lt;/li&gt; 
 &lt;li&gt;Facilitates SageMaker-ready IoT data pipelines for training, inference, and continuous optimization&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Security and compliance&lt;/h2&gt; 
&lt;p&gt;Customers implementing LeapLogic must follow AWS security best practices and the &lt;a href="https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/welcome.html" target="_blank" rel="noopener noreferrer"&gt;AWS Well-Architected Framework Security Pillar&lt;/a&gt;. Deployments should adhere to the principle of least privilege for IAM roles, implement encryption for data at rest and in transit, and use AWS security services such as &lt;a href="https://aws.amazon.com/iam/access-analyzer" target="_blank" rel="noopener noreferrer"&gt;AWS IAM Access Analyzer&lt;/a&gt; to validate generated policies. LeapLogic operates within customer AWS account boundaries, and customers retain full responsibility for their security configuration and compliance requirements under the &lt;a href="https://aws.amazon.com/compliance/shared-responsibility-model/" target="_blank" rel="noopener noreferrer"&gt;AWS Shared Responsibility Model&lt;/a&gt;.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;Modernizing legacy workloads to Amazon SageMaker can be a strategic step for enterprises seeking to scale ML adoption while reducing operational complexity. SageMaker provides a managed foundation for consistent training, deployment, and monitoring of ML models across the enterprise.With Impetus LeapLogic, organizations can approach this transformation with greater confidence. By automating key aspects of workload analysis, transformation, and validation, Impetus helps reduce migration risk and shorten time to value enabling enterprises to operationalize ML on AWS in a controlled, production ready manner.&lt;/p&gt; 
&lt;p&gt;As an &lt;a href="https://partners.amazonaws.com/partners/001E000000r237cIAA/" target="_blank" rel="noopener noreferrer"&gt;AWS Premier Tier Services Partner&lt;/a&gt; with certified Machine Learning and Data &amp;amp; Analytics competencies, Impetus helps enterprises modernize and operationalize ML workloads on SageMaker with speed, accuracy, and operational discipline.&lt;/p&gt; 
&lt;p&gt;To learn more about how Impetus LeapLogic supports automated modernization of legacy workloads on AWS, contact &lt;a href="https://www.leaplogic.io/get-started" target="_blank" rel="noopener noreferrer"&gt;Impetus&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000r237cIAA&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-70027 size-full" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/08/Impetus-APN-Blog-Connect-2026.png" alt="" width="1318" height="216"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: #ffffff"&gt;.&lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;Impetus Technologies – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;Impetus Technologies&lt;/strong&gt; &lt;strong&gt;is an AWS Premier Tier Services Partner&lt;/strong&gt; who enables the Intelligent Enterprise&lt;img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;"&gt; with innovative data engineering, cloud, and enterprise AI services. By helping enterprises modernize workloads and leverage cutting-edge AWS technologies, Impetus empowers businesses to innovate, streamline operations, and unlock new opportunities.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000r237cIAA&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact Impetus Technologies&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000r237cIAA/"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=5e53123f-48e0-4a7f-ae00-02e37c2111c9"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Unlock revenue insights in the new Attributed Revenue Dashboard</title>
		<link>https://aws.amazon.com/blogs/apn/unlock-revenue-insights-in-the-new-attributed-revenue-dashboard/</link>
					
		
		<dc:creator><![CDATA[Jahnai Bilovsky]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 17:13:34 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[Foundational (100)]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Amazon Machine Image]]></category>
		<category><![CDATA[Amazon SageMaker]]></category>
		<category><![CDATA[AWS Partner Central]]></category>
		<category><![CDATA[Global Partner Summit]]></category>
		<category><![CDATA[Pier Cloud]]></category>
		<category><![CDATA[Qumulo]]></category>
		<guid isPermaLink="false">d179f4eeeff832938889893fc220f0c7c5111194</guid>

					<description>The Attributed Revenue Dashboard in AWS Partner Central brings Partner Revenue Measurement insights to life with automated revenue data by Partner product, AWS service, and billing period. Partners can use these insights to demonstrate impact, sharpen co-sell strategies, and unlock greater AWS investment.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By Jahnai Bilovsky, Kelly Bornholdt, and Chris Xu – APN/MP Tech Business Development, AWS&amp;nbsp;&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: #000000"&gt;As the cloud industry evolves, Partners have asked for more ways to demonstrate the business impact and return on investment of their solutions. Yet many lack visibility into the actual revenue impact their AWS solutions drive, making it difficult to optimize their go-to-market strategies.&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;To support this need, we&amp;nbsp;&lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/01/new-partner-revenue-measurement/"&gt;launched Partner Revenue Measurement&lt;/a&gt;—&lt;span style="color: #000000"&gt;a set of capabilities that help Partners measure attributed revenue, demonstrate impact, and unlock mutual growth opportunities. &lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;Partner Revenue Measurement is now how we measure partnership success across Partner programs and benefits, creating a direct line between Partner impact and AWS investment. It provides transparent, data-driven measurement that recognizes Partners based on actual AWS service consumption across Partner and customer accounts.&lt;/p&gt; 
&lt;p&gt;Now, we’re excited to announce the Attributed Revenue Dashboard in AWS Partner Central, bringing Partner Revenue Measurement insights to life with automated revenue data by Partner product, AWS service, and billing period.&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: #000000"&gt;In this blog,&amp;nbsp;we’ll&amp;nbsp;cover the benefits of Partner Revenue Measurement,&amp;nbsp;how the Attributed Revenue Dashboard works, and how to get started.&lt;/span&gt;&lt;/p&gt; 
&lt;h2&gt;Benefits&lt;/h2&gt; 
&lt;p&gt;Partner Revenue Measurement delivers precise, automated measurement of the AWS consumption you’re driving—eliminating guesswork and ensuring your full impact is recognized. This enables faster funding decisions with higher investment levels.&lt;/p&gt; 
&lt;p&gt;This data-driven approach transforms how Partners and AWS collaborate. Here’s what that means for your business:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Revenue impact visibility&lt;/strong&gt;: See exactly which products and services are driving AWS consumption, with monthly data by Partner product and AWS service to inform strategic decisions.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Smarter co-selling&lt;/strong&gt;: Demonstrate&amp;nbsp;solution value with quantifiable metrics to AWS sales teams, helping you&amp;nbsp;identify&amp;nbsp;high-performing co-sell areas to focus your resources and drive growth.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Strategic partnership growth&lt;/strong&gt;: Use performance data to drive business reviews with AWS,&amp;nbsp;optimize&amp;nbsp;your&amp;nbsp;product and&amp;nbsp;go-to-market strategies, and unlock more targeted investment and recognition based on actual impact.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Automation and faster payments&lt;/strong&gt;: Reduce administrative burden and get the proof points you need to grow your AWS business—eliminating manual reporting, reconciliation, and tracking across multiple programs.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Customer&amp;nbsp;cost management&amp;nbsp;visibility&lt;/strong&gt;:&amp;nbsp; Enable customers to&amp;nbsp;identify&amp;nbsp;Partner-provisioned resources and map costs for spend management.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;How it works&lt;/h2&gt; 
&lt;p&gt;The Attributed Revenue Dashboard, accessible through Partner Analytics in &lt;a href="https://aws.amazon.com/blogs/apn/announcing-aws-partner-central-in-the-aws-management-console/"&gt;AWS Partner Central in the AWS Console&lt;/a&gt;, provides visibility into the revenue impact your solutions generate.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/20/PRM-1.png"&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-70203" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/20/PRM-1.png" alt="" width="2208" height="1618"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 1 – Attributed Revenue Dashboard in AWS Partner Central.&amp;nbsp;&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;The dashboard displays monthly attributed revenue by Partner product, AWS service, and billing period. View consumption patterns, workload-level performance metrics, and growth opportunities—all in one place.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/20/PRM-2-1.png"&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-70204" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/20/PRM-2-1.png" alt="" width="2198" height="1624"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;&amp;nbsp;Figure 2 – AWS attributed revenue by AWS service.&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;Partners can get started with Partner Revenue Measurement using one of three implementation capabilities: &lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/01/new-partner-revenue-measurement/"&gt;Resource Tagging&lt;/a&gt;, &lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/04/partner-revenue-measurement-user-agent-support/"&gt;User Agent string&lt;/a&gt;, and &lt;a href="https://aws.amazon.com/about-aws/whats-new/2026/04/partner-revenue-supports-mp-metering/"&gt;AWS Marketplace Metering&lt;/a&gt;—providing flexibility to choose the one that works best for their solution architecture.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Resource Tagging&lt;/strong&gt;: Apply standardized tags to AWS resources using the product code from your AWS Marketplace listing.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;User Agent string&lt;/strong&gt;: Measure the AWS revenue impact of your solution across certain services by embedding a unique product code as a user agent—with options to update application code directly or set an environment variable.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AWS Marketplace Metering&lt;/strong&gt;: Automatically measures Amazon EC2 and Amazon SageMaker AI service consumption across customer-managed environments when customers purchase and use Amazon Machine Image (AMI) and machine learning (ML) products via AWS Marketplace. No additional implementation effort required.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/20/PRM-3.png"&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-70205" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/20/PRM-3.png" alt="" width="2206" height="1620"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;em&gt;Figure 3 – Partner product onboarding status by source.&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;What Partners are saying&lt;/h2&gt; 
&lt;p&gt;Feedback from pilot Partners played a key role in helping us develop the dashboard and Partner Revenue Measurement capabilities.&amp;nbsp;Partners tell us that Partner Revenue Measurement represents a fundamental shift in how AWS recognizes Partner value.&lt;/p&gt; 
&lt;p&gt;“&lt;em&gt;We see Partner Revenue Measurement as a turning point. It aligns Pier Cloud and AWS on a shared goal: enabling customers to scale, modernize, and succeed with AWS&lt;/em&gt;,” says Marcelo&amp;nbsp;Scharan, Founder &amp;amp; CEO, &lt;a href="https://partners.amazonaws.com/partners/0010L00001kW7x0QAC/Pier%20Cloud"&gt;Pier Cloud&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Beyond the strategic value, Partners also appreciate the ease of implementation.&lt;/p&gt; 
&lt;p&gt;Dack Busch, VP Systems Engineering &amp;amp; Solution Architecture at &lt;a href="https://partners.amazonaws.com/partners/0010L00001jQ44qQAC/Qumulo"&gt;Qumulo&lt;/a&gt;, shares: “&lt;em&gt;This APN ID tag is so easy to implement and what I’ve wanted from AWS for several years to track the demand we drive as an AWS Partner for Amazon S3 and Amazon EC2 services&lt;/em&gt;.”&lt;/p&gt; 
&lt;h2&gt;Get started&lt;/h2&gt; 
&lt;p&gt;To access the Attributed Revenue Dashboard, Partners need to &lt;a href="https://partnercentral.awspartner.com/partnercentral2/s/login?ec=302&amp;amp;startURL=%2Fpartnercentral2%2Fs%2Farticle%3Fcategory%3DIntroductory_resources%26article%3DPartner-Central-Migration-Guide"&gt;migrate to the new AWS Partner Central experience&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;To&amp;nbsp;get started&amp;nbsp;with Partner Revenue Measurement:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;Have a public listing in AWS Marketplace;&lt;/li&gt; 
 &lt;li&gt;Link your AWS account to your AWS Partner Central account;&lt;/li&gt; 
 &lt;li&gt;Implement Resource Tagging, User Agent String and/or AWS Marketplace Metering capabilities.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;Partners with multiple AWS Marketplace seller accounts can use &lt;a href="https://docs.aws.amazon.com/partner-central/latest/getting-started/manage-subsidiary.html"&gt;Subsidiary Account Connections&lt;/a&gt; to gain visibility of their entire solution portfolio across all seller accounts.&lt;/p&gt; 
&lt;p&gt;Learn more about the dashboard’s functionality and the latest Partner Revenue Measurement updates in the &lt;a href="https://docs.aws.amazon.com/PRM/latest/aws-prm-onboarding-guide/what-is-service.html"&gt;Onboarding Guide&lt;/a&gt;.&lt;/p&gt; 
&lt;h2&gt;&lt;/h2&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Accelerate customer experiences powered by Adobe and AWS agentic AI collaboration</title>
		<link>https://aws.amazon.com/blogs/apn/accelerate-customer-experiences-powered-by-adobe-and-aws-agentic-ai-collaboration/</link>
					
		
		<dc:creator><![CDATA[Ranjith Raman]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 14:31:06 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Amazon Machine Learning]]></category>
		<category><![CDATA[Amazon Quick Suite]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[APN Launches]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">5a6bfbbfab4e22ba7d4f32f306a371cf90c14ad8</guid>

					<description>By: Ranjith Raman, Principal Solutions Architect – AWS By: Anuj Dewangan, Principal Solutions Architect – AWS Adobe New product availability and integrations bring enterprise-grade agentic AI capabilities to marketers and developers, enabling seamless workflows across Adobe and AWS. Adobe and Amazon Web Services (AWS) today announced a strategic collaboration to accelerate enterprise adoption of agentic […]</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Ranjith Raman, Principal Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By: &lt;/span&gt;Anuj Dewangan, Principal Solutions Architect – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000Rl0vwIAB/Adobe"&gt;&lt;img loading="lazy" class="alignright size-medium wp-image-39983" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2023/06/05/Adobe-AWS-Partners-2023-300x150.png" alt="Adobe-AWS-Partners-2023" width="300" height="150"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;span style="color: #ffffff"&gt;Adobe&lt;/span&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000Rl0vwIAB&amp;amp;source=Blog&amp;amp;campaign="&gt;&lt;img loading="lazy" class="alignright size-medium wp-image-39982" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2023/06/05/Adobe-APN-Blog-Connect-2023-300x107.png" alt="Adobe-APN-Blog-Connect-2023" width="300" height="107"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;&lt;strong&gt;New product availability and integrations bring enterprise-grade agentic AI capabilities to marketers and developers, enabling seamless workflows across Adobe and AWS.&lt;/strong&gt;&lt;/p&gt; 
&lt;p&gt;Adobe and Amazon Web Services (AWS) today announced a strategic collaboration to accelerate enterprise adoption of agentic AI, that enable businesses to build, deploy, and orchestrate AI agents across marketing and customer experiences. The announcements, made at Adobe Summit 2026, demonstrate the companies’ shared commitment to making agentic AI accessible and actionable for enterprises worldwide.&lt;/p&gt; 
&lt;p&gt;The collaboration introduces bidirectional integration between &lt;a href="https://business.adobe.com/products/experience-platform/agent-orchestrator.html" target="_blank" rel="noopener"&gt;Adobe Experience Platform Agent Orchestrator&lt;/a&gt; and &lt;a href="https://aws.amazon.com/bedrock/agentcore/" target="_blank" rel="noopener"&gt;Amazon Bedrock AgentCore&lt;/a&gt;, along with a purpose-built Adobe Marketing Agent for &lt;a href="https://aws.amazon.com/quick/" target="_blank" rel="noopener"&gt;Amazon Quick&lt;/a&gt; that transforms campaign insight discovery from weeks to seconds. Adobe Experience Platform Agent Orchestrator is now available on AWS, enabling customers to build and deploy intelligent AI agents at scale with the enterprise-grade security, performance and reliability of AWS. Together, these innovations enable enterprises to create sophisticated, cross-platform AI workflows that combine Adobe’s creative and marketing expertise with AWS’s cloud infrastructure and AI capabilities.&lt;/p&gt; 
&lt;p&gt;&lt;em&gt;“At Adobe, we’re committed to empowering marketers and creatives with&amp;nbsp;AI-driven insights&amp;nbsp;and&amp;nbsp;automation&amp;nbsp;to deliver&amp;nbsp;personalized&amp;nbsp;customer experiences at&amp;nbsp;scale. By bringing Adobe Experience Platform Agent Orchestrator to AWS and integrating our marketing intelligence into Amazon Quick, we’re enabling enterprises to uncover campaign insights in seconds—all while maintaining the enterprise-grade security and scale our customers demand,” says Ankur Jain, Director of Product Management, Ecosystem Solutions, Adobe. “This collaboration represents the next evolution of customer experience, where intelligent agents work seamlessly across platforms to deliver measurable business outcomes.”&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Adobe Experience Platform Agent Orchestrator on AWS&lt;/strong&gt;&lt;br&gt; Agent Orchestrator in &lt;a href="https://business.adobe.com/products/experience-platform/adobe-experience-platform.html" target="_blank" rel="noopener"&gt;Adobe Experience Platform (AEP)&lt;/a&gt; powers customer experience orchestration with purpose-built agents, an advanced reasoning engine, and a powerful conversational interface. Agent Orchestrator, available now on AWS, enables enterprises to deploy Adobe’s agentic AI capabilities with the security, scalability, and global reach of AWS cloud services.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Adobe Marketing Agent for Amazon Quick&lt;/strong&gt;&lt;br&gt; Adobe’s AI Agents meet marketers where they are. Adobe Marketing Agent for Amazon Quick enables marketers and business practitioners to discover marketing campaign insights in seconds—a process that traditionally takes days or weeks. Adobe Marketing Agent brings Adobe’s marketing intelligence directly into Amazon Quick’s AI-powered workspace, allowing teams to query campaign performance, audience insights, and content effectiveness through natural language. We’re collaborating with select customers and partners in a private beta to validate scenarios and deployment models ahead of wider availability.&lt;/p&gt; 
&lt;p&gt;&lt;em&gt;“The future of enterprise AI lies in intelligent agents that work together across platforms to solve real business problems. Through our collaboration with Adobe, we’re making it possible for developers and marketers to build sophisticated agentic workflows that combine Adobe’s deep marketing expertise with AWS’ cloud infrastructure and AI capabilities. With Experience Platform Agent Orchestrator on AWS and integrations with Amazon Quick and Amazon Bedrock AgentCore, we’re delivering the interoperability and scale that enterprises need to accelerate their AI transformation.” – Chris Grusz, Managing Director, Technology Partnerships, AWS&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;Adobe and Amazon will continue to innovate and bring new agentic integrations across their product portfolios that enable brands to deliver standout customer experiences.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Interacting with Adobe CX Enterprise from within Amazon Bedrock AgentCore Runtime&lt;/strong&gt;&lt;br&gt; Developers will be able to access the agentic capabilities in Adobe CX Enterprise within Amazon Bedrock AgentCore Runtime through Model Context Protocol (MCP) servers. This will open new possibilities for developers to build specialized agentic workflows tailored to their unique use cases.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Amazon Bedrock AgentCore agents in Adobe&lt;/strong&gt;&lt;br&gt; Agents hosted on Amazon Bedrock AgentCore Runtime will be accessible within Adobe Agent Orchestrator, enabling seamless cross-platform agent workflows. For example, marketers can invoke an agent hosted in Amazon Bedrock AgentCore, to run semantic searches on past campaign brief documents archived in &lt;a href="https://aws.amazon.com/pm/serv-s3/" target="_blank" rel="noopener"&gt;Amazon Simple Storage Service (Amazon S3)&lt;/a&gt; directly from their Adobe workflows, combining Adobe’s customer experience agents with the data management capabilities of AWS.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Adobe Customer Experience Skills&lt;/strong&gt;&lt;br&gt; Adobe Customer Experience Skills—pre-built capabilities for common marketing tasks—will be accessible from Amazon Bedrock AgentCore Runtime. Developers can incorporate these skills into their custom agents, accelerating development time and ensuring enterprise-grade quality for Adobe-powered workflows.&lt;/p&gt; 
&lt;p&gt;These collaborations build on the longstanding partnership between Adobe and AWS, which has enabled millions of customers to use Adobe’s creative and marketing solutions on AWS.&lt;/p&gt; 
&lt;p&gt;With these new agentic AI integrations, the companies are extending that partnership into the next era of enterprise AI, where intelligent agents work together across platforms to automate complex workflows and deliver actionable insights.&lt;/p&gt; 
&lt;p&gt;Learn more about the innovations that Adobe and AWS are driving together at &lt;a href="https://summit.adobe.com/na/" target="_blank" rel="noopener"&gt;Adobe Summit 2026&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: #ffffff"&gt;.&lt;br&gt; &lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000Rl0vwIAB&amp;amp;source=Blog&amp;amp;campaign="&gt;&lt;img loading="lazy" class="aligncenter size-full wp-image-39984" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2023/06/05/Adobe-APN-Blog-CTA-2023.png" alt="Adobe-APN-Blog-CTA-2023" width="1321" height="217"&gt;&lt;/a&gt;&lt;br&gt; &lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;Adobe – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;Adobe is an AWS Competency Partner&lt;/strong&gt; that helps customers create, deliver, and optimize compelling content and applications.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000Rl0vwIAB&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact Adobe&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000Rl0vwIAB/Adobe"&gt;Partner Overview&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
		<item>
		<title>Cisco conversational AI powered by Amazon Lex</title>
		<link>https://aws.amazon.com/blogs/apn/cisco-conversational-ai-powered-by-amazon-lex/</link>
					
		
		<dc:creator><![CDATA[Satish Subramanian]]></dc:creator>
		<pubDate>Wed, 08 Apr 2026 21:58:56 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Amazon Lex]]></category>
		<category><![CDATA[Amazon Nova]]></category>
		<category><![CDATA[Amazon Polly]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Partner solutions]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Contact Center Enterprise]]></category>
		<category><![CDATA[Conversational AI]]></category>
		<guid isPermaLink="false">a55185abef916e436e0e9f8fd2c45b794382605e</guid>

					<description>The new open-source Amazon Lex connector for Cisco Webex Contact Center enables organizations to deploy AI-powered virtual agents within their existing Cisco environment without costly rebuilds, delivering natural voice interactions across 25+ languages while maintaining current workflows and systems. This integration combines AWS AI services including Amazon Lex, Amazon Polly, and Amazon Bedrock with Cisco's contact center platform to provide immediate customer responses, reduce wait times, and allow agents to focus on complex interactions that require human expertise.</description>
										<content:encoded>&lt;p&gt;&lt;em&gt;By: Aaron Keeton, Business Development Manager – Cisco&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Jessica Smith, Director Product Marketing – Cisco&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Soundarya Muthuvel, Product Manager Webex Developer Experience – Cisco&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Ravi Thakur, Sr. Solutions Architect – AWS&lt;/em&gt;&lt;br&gt; &lt;em&gt;&lt;span style="color: #ffffff"&gt;By:&lt;/span&gt; Satish Subramanian, Manager Partner Solutions Architects – AWS&lt;/em&gt;&lt;/p&gt; 
&lt;table class="alignright" style="padding-left: 30px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partners.amazonaws.com/partners/001E000000jr3yMIAQ/Cisco%20Systems,%20Inc" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-29794 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2022/02/20/Cisco-AWS-Partners-2-300x150.png" alt="Cisco-AWS-Partners-2" width="300" height="150"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000jr3yMIAQ&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="alignright wp-image-23410 size-medium" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2021/02/22/Connect-with-Cisco-4-300x116.png" alt="Connect with Cisco-4" width="300" height="116"&gt;&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;When customers call your support line, they’re not thinking about the technology behind it. They want answers – fast, accurate, and without the runaround.&lt;/p&gt; 
&lt;p&gt;But contact center leaders face a familiar challenge: you’ve invested in &lt;a href="https://www.webex.com/us/en/products/customer-experience/contact-center.html"&gt;Cisco Webex Contact Center&lt;/a&gt;, your teams have expertise around it, and it delivers the experience your customers want. Meanwhile, conversational AI is reshaping what customers expect-instant responses, natural conversations, and uninterrupted availability without waiting in line. The pressure to modernize is real but ripping out what’s working isn’t a beneficial strategy.&lt;/p&gt; 
&lt;p&gt;That’s why Cisco and &lt;a href="https://aws.amazon.com/"&gt;Amazon Web Services (AWS)&lt;/a&gt; took a different approach. They brought AWS AI capabilities into the Cisco environment, so you can modernize without starting over.&lt;/p&gt; 
&lt;p&gt;The new open source &lt;a href="https://aws.amazon.com/lex/"&gt;Amazon Lex&lt;/a&gt; connector for Webex Contact Center brings intelligent virtual agents into your existing Cisco environment, without rebuilding from scratch. Amazon Lex now plugs directly into Cisco’s Bring Your Own Virtual Agent (BYOVA) framework. With the Amazon Lex integration, you can access a powerful AI-driven virtual agent alongside your contact center workflows without any additional work, providing consistency across voice experiences. Your customers get natural, voice-driven interactions. Your team retains their existing Webex workflows, reporting dashboards, and agent desktop configurations while gaining AI capabilities that would otherwise require months of integration work.&lt;/p&gt; 
&lt;p&gt;For the more than 10,000 organizations running &lt;a href="https://www.webex.com/us/en/products/customer-experience/contact-center.html"&gt;Cisco Webex Contact Center&lt;/a&gt; and &lt;a href="https://www.cisco.com/c/en/us/support/contact-center/webex-contact-center-enterprise/series.html"&gt;Contact Center Enterprise&lt;/a&gt; today, this solution removes the trade-off between protecting your investment and adopting AI. You can deploy across &lt;a href="https://docs.aws.amazon.com/general/latest/gr/lex.html"&gt;many AWS Regions globally&lt;/a&gt;, and it supports over 25 languages and automates routine inquiries so that your agents can focus on conversations that really need a human.&lt;/p&gt; 
&lt;p&gt;Here’s how the integration works, where it fits across Cisco Webex Contact Center and Cisco Contact Center Enterprise, and where customers are already seeing results.&lt;/p&gt; 
&lt;h2&gt;Cisco and AWS integration architecture&lt;/h2&gt; 
&lt;p&gt;This integration connects your Cisco Webex Contact Center to AWS AI services through an open-source connector. The architecture comprises three integrated layers:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Customer interaction layer&lt;/strong&gt; – Webex Contact Center and Contact Center Enterprise connect through Webex Contact Center AI (CCAI), which manages the virtual agent integration and handles escalations routing to an agent when human assistance is needed.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Connector layer&lt;/strong&gt; – The open-source connector&amp;nbsp;&lt;strong&gt;serves as the technical bridge between platforms, &lt;/strong&gt;authenticating between Webex and AWS environments, managing real-time gRPC media streams for audio, and orchestrating the conversation flow between platforms.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Conversational AI layer&lt;/strong&gt; – Amazon Lex provides conversational intelligence through automatic speech recognition (ASR), natural language understanding (NLU), and integration with &lt;a href="https://aws.amazon.com/what-is/large-language-model/"&gt;large language models (LLMs)&lt;/a&gt; using &lt;a href="https://aws.amazon.com/bedrock/"&gt;Amazon Bedrock&lt;/a&gt;. Speech synthesis is handled by &lt;a href="https://aws.amazon.com/polly/"&gt;Amazon Polly&lt;/a&gt;, delivering natural-sounding responses in dozens of voices across multiple languages.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;This architecture is illustrated in the following diagram.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/02/latest-version-diagram.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-69966 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/02/latest-version-diagram-1024x397.png" alt="Figure 1: Cisco Webex Contact Center integration with AWS AI services" width="1024" height="397"&gt;&lt;/a&gt;&lt;em&gt;Figure 1: Cisco Webex Contact Center integration with AWS AI services&lt;/em&gt;&lt;/p&gt; 
&lt;h2&gt;Customer call flow&lt;/h2&gt; 
&lt;p&gt;When a customer calls in to the Webex Contact Center, the following flow takes place:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Audio streams in&lt;/strong&gt; – The caller’s voice flows from Webex Contact Center through Webex CCAI to the open-source connector. The connector establishes a gRPC media stream to carry the audio in real-time to AWS services. This stream also enables bidirectional metadata exchange, including caller information, historical journey, and subscription data between Webex CC and AWS.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Amazon Lex interprets intent&lt;/strong&gt; – Amazon Lex processes the customer’s speech through three stages: 
  &lt;ol&gt; 
   &lt;li&gt;&lt;strong&gt;Speech recognition&lt;/strong&gt; – ASR converts voice to text, supporting more than 25+ languages&lt;/li&gt; 
   &lt;li&gt;&lt;strong&gt;Intent understanding&lt;/strong&gt; – NLU determines what the customer wants, now enhanced with &lt;a href="https://docs.aws.amazon.com/lexv2/latest/dg/assisted-nlu.html"&gt;LLM-powered assisted NLU&lt;/a&gt; for faster, description-based intent classification&lt;/li&gt; 
   &lt;li&gt;&lt;strong&gt;Response generation&lt;/strong&gt; – For straightforward requests, Amazon Lex responds from configured intents. For complex queries requiring nuanced responses, Amazon Lex invokes Amazon Bedrock &lt;a href="https://aws.amazon.com/what-is/foundation-models/"&gt;foundation models (FMs)&lt;/a&gt; to generate contextual, conversational replies that go beyond scripted answers.&lt;/li&gt; 
  &lt;/ol&gt; &lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Response flows back&lt;/strong&gt; – Amazon Lex formulates the response and passes it to Amazon Polly. Amazon Polly transforms text into natural-sounding speech using neural text-to-speech (NTTS) technology, with support for &lt;em&gt;Speech Synthesis Markup Language&lt;/em&gt; (SSML) to control pronunciation, emphasis, and speaking rate. The audio streams back through the connector to the customer using Webex Contact Center.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Escalation when needed&lt;/strong&gt; – If the virtual agent can’t resolve the issue, the call routes back through Webex CCAI to a live agent within your Cisco Webex Contact Center environment. The agent receives full conversation context—including customer intent, information gathered, and dialog history—eliminating the need for customers to repeat themselves.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;This architecture supports multi-turn conversations with contextual awareness requests like “I want to change my appointment from Tuesday to Thursday,” which work without requiring customers to start over.&lt;/p&gt; 
&lt;p&gt;The customer call flow is illustrated in the following flow diagram.&lt;/p&gt; 
&lt;p style="text-align: center"&gt;&lt;a href="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/01/flow-updated-1.png" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-69963 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2026/04/01/flow-updated-1-1024x188.png" alt="Figure 2: Cisco Webex Contact Center and Amazon Lex integration call flow" width="1024" height="188"&gt;&lt;/a&gt;&lt;em&gt;Figure 2: Cisco Webex Contact Center and Amazon Lex integration call flow&lt;/em&gt;&lt;/p&gt; 
&lt;p&gt;This solution integrates with AWS in the following ways:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;AI/ML services&lt;/strong&gt; – Amazon Lex handles ASR and NLU, converting customer speech to text and determining intent. Amazon Polly delivers lifelike voice responses using Neural Text-to-Speech (NTTS).&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Agentic developer tools&lt;/strong&gt; – &lt;a href="https://aws.amazon.com/bedrock/agentcore/"&gt;Amazon Bedrock AgentCore&lt;/a&gt; provides the framework for building and orchestrating AI agents.&lt;/li&gt; 
 &lt;li&gt;&lt;a href="https://aws.amazon.com/what-is/generative-ai/"&gt;&lt;strong&gt;Generative AI&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; with Amazon Bedrock&lt;/strong&gt; – For more complex interactions, Amazon Bedrock connects your virtual agent to FMs, enabling responses that go beyond scripted intents.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;The value of this architecture lies in the control it gives you. The Amazon Lex chat assistant lives in your AWS account. You control the intents, responses, and data. The solution is designed for responsive, natural conversations. Security is through cross-account authentication, which means your customer data stays in your environment. This solution is available in AWS Regions that support Amazon Lex endpoints to meet your compliance and data residency requirements.&lt;/p&gt; 
&lt;h2&gt;Industry specific use cases and key benefits&lt;/h2&gt; 
&lt;p&gt;Organizations across industries can find benefits in pursuing this approach, including in healthcare, finance, and government.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Healthcare organizations&lt;/strong&gt; can enhance patient experience with intelligent routing and reduced wait times by consolidating outdated systems that need a live agent for every task. The solution is integrated with scheduling systems for seamless appointment management using automated booking, rescheduling, or canceling.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Finance organizations&lt;/strong&gt; can improve customer self-service in situations where they don’t need to talk to a live agent by using intelligent interactive voice response (IVR), chat-based assistants, and virtual agents. Customers can check balances, update personal details, or reset passwords without a live agent. Reduce complexity through unified customer experience platforms and cloud-based solutions.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Governments &lt;/strong&gt;can operate in Cisco’s secure, FedRAMP-authorized data centers for reliability and compliance. This solution enables migration from on premises to the cloud at the agency’s pace with an intuitive administration portal for faster operations and reduced IT burden.&lt;/p&gt; 
&lt;h2&gt;Business outcomes&lt;/h2&gt; 
&lt;p&gt;Conversational AI transforms routine customer interactions, including billing inquiries, order tracking, and appointment scheduling into seamless self-service experiences. Customers get immediate responses without waiting in queue, while your contact center achieves higher first-contact resolution rates. The result is consistent, quality support available around the clock without proportional staffing costs.&lt;/p&gt; 
&lt;table style="height: 245px" border="1px" width="700" cellpadding="10px"&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td width="29"&gt;&lt;/td&gt; 
   &lt;td style="text-align: center" width="132"&gt;&lt;strong&gt;Step&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="text-align: center" width="240"&gt;&lt;strong&gt;Traditional process&lt;/strong&gt;&lt;/td&gt; 
   &lt;td style="text-align: center" width="396"&gt;&lt;strong&gt;With Amazon Lex integration&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td width="29"&gt;1&lt;/td&gt; 
   &lt;td style="text-align: center" width="132"&gt;Customer initiates&lt;/td&gt; 
   &lt;td style="text-align: center" width="240"&gt;Waits in queue (4–8 min average)&lt;/td&gt; 
   &lt;td style="text-align: center" width="396"&gt;Immediate virtual agent response using Webex Contact Center&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td width="29"&gt;2&lt;/td&gt; 
   &lt;td style="text-align: center" width="132"&gt;Authentication&lt;/td&gt; 
   &lt;td style="text-align: center" width="240"&gt;Agent manually verifies (2–3 min)&lt;/td&gt; 
   &lt;td style="text-align: center" width="396"&gt;Amazon Lex authenticates conversationally (30 seconds)&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td width="29"&gt;3&lt;/td&gt; 
   &lt;td style="text-align: center" width="132"&gt;Resolution&lt;/td&gt; 
   &lt;td style="text-align: center" width="240"&gt;6–8 minute handle time&lt;/td&gt; 
   &lt;td style="text-align: center" width="396"&gt;60–90 seconds for routine inquiries&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;Similar efficiency gains apply to order status and appointment scheduling interactions.&lt;/p&gt; 
&lt;p&gt;Natural language understanding in Amazon Lex goes beyond recognizing what customers say, it understands the intent of the customers. By connecting to customer data, the virtual agent delivers contextual responses. It recognizes repeat callers, references recent interactions, and anticipates needs. This intelligent, empathetic approach builds loyalty by making every customer feel known, not processed.&lt;/p&gt; 
&lt;h2&gt;Conclusion&lt;/h2&gt; 
&lt;p&gt;In today’s Cisco Webex Contact Center deployments, organizations face a defining moment. The need to address how to safeguard existing investments and resources but adopt AI capabilities to get natural, voice-driven interactions. Through the open-source Amazon Lex connector for Webex Contact Center, we’ve demonstrated how customers can bring powerful AI-driven intelligent virtual agents into their existing Cisco environment without significant investments or re-architecture.&lt;/p&gt; 
&lt;p&gt;Organizations implementing this &lt;a href="https://github.com/webex/webex-byova-gateway-python/tree/main"&gt;open-source Amazon Lex connector&lt;/a&gt; show improved AI agent efficiency and enhanced customer experience. This solution integrates with proven AWS AI capabilities to improve every interaction and maintain context and intent across complete conversations, improving your customer experience.&lt;/p&gt; 
&lt;p&gt;Refer to this &lt;a href="https://blog.webex.com/customer-experience/supercharge-conversational-ivr-experiences-with-amazon-lex-and-webex-contact-center/"&gt;blog&lt;/a&gt; for step by step instructions on how to integrate Webex Contact Center with open-source Amazon Lex connector.&lt;/p&gt; 
&lt;p&gt;Ready to transform your customer experience strategy? &lt;a href="https://partners.amazonaws.com/partners/001E000000jr3yMIAQ/Cisco,%20Systems,%20Inc"&gt;Connect with Cisco&lt;/a&gt; and your &lt;a href="https://aws.amazon.com/contact-us/"&gt;AWS account team&lt;/a&gt; today to schedule a personalized consultation and discover how this integration drives customer satisfaction and business growth for your organization.&lt;/p&gt; 
&lt;p&gt;&lt;span style="color: #ffffff"&gt;.&lt;br&gt; &lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000jr3yMIAQ&amp;amp;source=Blog&amp;amp;campaign=" target="_blank" rel="noopener"&gt;&lt;img loading="lazy" class="aligncenter wp-image-66988 size-large" src="https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2025/09/29/Cisco-APN-Blog-Connect-2025-1024x170.png" alt="Connect with Cisco" width="1024" height="170"&gt;&lt;/a&gt;&lt;br&gt; &lt;/span&gt;&lt;/p&gt; 
&lt;hr&gt; 
&lt;h2&gt;Cisco Systems – AWS Partner Spotlight&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;Cisco Systems&lt;/strong&gt; &lt;strong&gt;is an AWS Specialization Partner&lt;/strong&gt; that helps customers optimize their cloud strategy by bringing together networking, security, analytics and management.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://partnercentral.awspartner.com/PartnerConnect?id=001E000000jr3yMIAQ&amp;amp;source=Blog&amp;amp;campaign="&gt;Contact Cisco&lt;/a&gt; | &lt;a href="https://partners.amazonaws.com/partners/001E000000jr3yMIAQ/Cisco%20Systems,%20Inc"&gt;Partner Overview&lt;/a&gt; | &lt;a href="https://aws.amazon.com/marketplace/seller-profile?id=e201de70-32a9-47fe-8746-09fa08dd334f"&gt;AWS Marketplace&lt;/a&gt;&lt;/p&gt;</content:encoded>
					
					
			
		
		
			</item>
	</channel>
</rss>