AWS Compute Blog

. HAQM RDS replication to Local Zones with AWS DMS

Maintaining a local copy of your data in AWS Local Zones

This post is written by Leonardo Solano, Senior Hybrid Cloud SA and Obed Gutierrez, Solutions Architect, Enterprise. This post covers data replication strategies to back up your data into AWS Local Zones. These strategies include database replication, file based and object storage replication, and partner solutions for HAQM Elastic Compute Cloud (HAQM EC2). Customers running […]

High level HA architecture for Software VPN

Enabling highly available connectivity from on premises to AWS Local Zones

This post is written by Leonardo Solano, Senior Hybrid Cloud SA and Robert Belson SA Developer Advocate. Planning your network topology is a foundational requirement of the reliability pillar of the AWS Well-Architected Framework. REL02-BP02 defines how to provide redundant connectivity between private networks in the cloud and on-premises environments using AWS Direct Connect for […]

S3 on Outposts connectivity options

Training machine learning models on premises for data residency with AWS Outposts rack

This post is written by Sumit Menaria, Senior Hybrid Solutions Architect, and Boris Alexandrov, Senior Product Manager-Tech.  In this post, you will learn how to train machine learning (ML) models on premises using AWS Outposts rack and datasets stored locally in HAQM S3 on Outposts. With the rise in data sovereignty and privacy regulations, organizations […]

Serverless ICYMI Q3 2023

Welcome to the 23rd edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. Every quarter, we share all the most recent product launches, feature enhancements, blog posts, webinars, live streams, and other interesting things that you might have missed! In case you missed our last ICYMI, check out what happened last […]

Quickly Restore HAQM EC2 Mac Instances using Replace Root Volume capability

This post is written by Sebastien Stormacq, Principal Developer Advocate. HAQM Elastic Compute Cloud (HAQM EC2) now supports replacing the root volume on a running EC2 Mac instance, enabling you to restore the root volume of an EC2 Mac instance to its initial launch state, to a specific snapshot, or to a new HAQM Machine […]

Event flow

Filtering events in HAQM EventBridge with wildcard pattern matching

Wildcard filters in EventBridge rules help simplify your event driven applications by ensuring the correct events are passed on to your targets. The new feature reduces the need for custom code, which was required previously. Try EventBridge rules with wildcard filters and experience the benefits of this new feature in your event-driven serverless applications. 

Building a serverless document chat with AWS Lambda and HAQM Bedrock

This post is written by Pascal Vogel, Solutions Architect, and Martin Sakowski, Senior Solutions Architect. Large language models (LLMs) are proving to be highly effective at solving general-purpose tasks such as text generation, analysis and summarization, translation, and much more. Because they are trained on large datasets, they can use a broad generalist knowledge base. […]

Integrating AWS WAF with your HAQM Lightsail instance

This blog post is written by Riaz Panjwani, Solutions Architect, Canada CSC and Dylan Souvage, Solutions Architect, Canada CSC. Security is the top priority at AWS. This post shows how you can level up your application security posture on your HAQM Lightsail instances with an AWS Web Application Firewall (AWS WAF) integration. HAQM Lightsail offers […]

A typical API Gateway implementation with backend integrations to various microservices

Architecting for scale with HAQM API Gateway private integrations

This blog explores building scalable API Gateway integrations for microservices using VPC links. VPC links enable forwarding external traffic to backend microservices without exposing them to the internet or leaving the AWS network. The post covers scaling considerations based on using REST APIs versus HTTP APIs and how they integrate with NLBs or ALBs across VPCs.