AWS Compute

  • Deploying AI models for inference with AWS Lambda using zip packaging
    by Ayush Kulkarni on October 2, 2025 at 10:11 pm

    Users usually package their function code as container images when using machine learning (ML) models that are larger than 250 MB, which is the Lambda deployment package size limit for zip files. In this post, we demonstrate an approach that downloads ML models directly from Amazon S3 into your function’s memory so that you can continue packaging your function code using zip files.

  • How to export to Amazon S3 Tables by using AWS Step Functions Distributed Map
    by Chetan Makvana on October 1, 2025 at 4:44 pm

    In this post, we show how to use Step Functions Distributed Map to process Amazon S3 objects and export results to Amazon S3 Tables, creating a scalable and maintainable data processing pipeline.

  • Enhance the local testing experience for serverless applications with LocalStack
    by Patrick Galvin on September 17, 2025 at 5:51 pm

    Today, we’re excited to announce new capabilities that further simplify the local testing experience for Lambda functions and serverless applications through integration with LocalStack, an AWS Partner, in the AWS Toolkit for Visual Studio Code. In this post, we will show you how you can enhance your local testing experience for serverless applications with LocalStack using AWS Toolkit.

  • Tuning guide for AMD Amazon EC2 instances
    by Suyash Nadkarni on September 12, 2025 at 6:28 pm

    Amazon EC2 offers AMD-based instances built on multiple generations of AMD EPYC processors. This post focuses on optimization strategies for the 3rd and 4th generation families, which provide enhanced capabilities for compute and memory-intensive workloads.

  • DISA STIG for Amazon Linux 2023 is now available
    by Mahak Arora on September 10, 2025 at 9:15 pm

    Today, we announce the availability of a Security Technical Implementation Guide (STIG) for Amazon Linux 2023 (AL2023), developed through collaboration between Amazon Web Services (AWS) and the Defense Information Systems Agency (DISA). The STIG guidelines are important for U.S Department of Defense (DOD) and Federal customers needing strict security compliance derived from the National Institute

  • Accelerating local serverless development with console to IDE and remote debugging for AWS Lambda
    by Brian Krygsman on September 9, 2025 at 6:00 pm

    Delightful developer experience is an important part of building serverless applications efficiently, whether you’re creating an automation script or developing a complex enterprise application. While AWS Lambda has transformed modern application development in the cloud with its serverless computing model, developers spend significant time working in their local environments. They rely on familiar IDEs, debugging

  • Accessing private Amazon API Gateway endpoints through custom Amazon CloudFront distribution using VPC Origins
    by Napoleone Capasso on September 9, 2025 at 5:58 pm

    This post demonstrates how you can connect CloudFront with a Private REST API in Amazon REST API Gateway using a VPC origin.

  • Building resilient multi-Region Serverless applications on AWS
    by Vamsi Vikash Ankam on September 8, 2025 at 6:23 pm

    This post presents architectural best practices for building resilient serverless applications, demonstrated through a multi-Region serverless authorizer implementation.

  • Serverless generative AI architectural patterns – Part 2
    by Michael Hume on September 4, 2025 at 9:46 pm

    This post explores two complementary approaches for non-real-time scenarios: buffered asynchronous processing for time-intensive individual requests, and batch processing for scheduled or event-driven workflows.

  • Serverless generative AI architectural patterns – Part 1
    by Michael Hume on September 4, 2025 at 9:45 pm

    This two-part series explores the different architectural patterns, best practices, code implementations, and design considerations essential for successfully integrating generative AI solutions into both new and existing applications. In this post, we focus on patterns applicable for architecting real-time generative AI applications.

  • Implementing advanced AWS Graviton adoption strategies across AWS Regions
    by Matt Howard on August 26, 2025 at 6:26 pm

    When expanding your Graviton deployment across multiple AWS Regions, careful planning helps you navigate considerations around regional instance type availability and capacity optimization. This post shows how to implement advanced configuration strategies for Graviton-enabled EC2 Auto Scaling groups across multiple Regions, helping you maximize instance availability, reduce costs, and maintain consistent application performance even in AWS Regions with limited Graviton instance type availability.

  • Multi-rack and multiple logical AWS Outposts architecture considerations for resiliency
    by Brianna Rosentrater on August 20, 2025 at 10:13 pm

    In this post, we explore the architecture considerations that come into play when deciding between a multi-rack logical Outposts rack, or using multiple Outposts racks to support your highly available workloads.

  • Under the hood: how AWS Lambda SnapStart optimizes function startup latency
    by Ayush Kulkarni on August 19, 2025 at 8:01 pm

    AWS Lambda cold start latency can impact performance for latency-sensitive applications, with function initialization being the primary contributor to startup delays. Lambda SnapStart addresses this challenge by reducing cold start times from several seconds to sub-second performance for Java, Python, and .NET runtimes with minimal code changes. This post explains SnapStart’s underlying mechanisms and provides performance optimization recommendations for applications using this feature.

  • Effectively building AI agents on AWS Serverless
    by Anton Aleksandrov on August 14, 2025 at 10:38 pm

    Imagine an AI assistant that doesn’t just respond to prompts – it reasons through goals, acts, and integrates with real-time systems. This is the promise of agentic AI. According to Gartner, by 2028 over 33% of enterprise applications will embed agentic capabilities – up from less than 1% today. While early generative AI efforts focused

  • Understanding and Remediating Cold Starts: An AWS Lambda Perspective
    by Aakash Bhattacharya on August 7, 2025 at 10:19 pm

    Cold starts are an important consideration when building applications on serverless platforms. In AWS Lambda, they refer to the initialization steps that occur when a function is invoked after a period of inactivity or during rapid scale-up. While typically brief and infrequent, cold starts can introduce additional latency, making it essential to understand them, especially

  • Improving network observability with new AWS Outposts racks network metrics
    by Adam Duffield on August 6, 2025 at 5:30 pm

    With AWS Outposts racks, you can extend AWS infrastructure, services, APIs, and tools to on-premises locations. Providing performant, stable, and resilient network connections to both the parent AWS Region as well as the local network is essential to maintaining uninterrupted service. The release of two new Amazon CloudWatch metrics, VifConnectionStatus and VifBgpSessionState, gives you greater visibility into the operational status of the Outpost network connections. In this post, we discuss how to use these metrics to quickly identify network disruptions, using additional data points that can help reduce time to resolution.

  • Introducing v2 of Powertools for AWS Lambda (Java)
    by Philipp Page on July 31, 2025 at 9:45 pm

    Modern applications increasingly rely on Serverless technologies such as Amazon Web Services (AWS) Lambda to provide scalability, cost efficiency, and agility. The Serverless Applications Lens for the AWS Well-Architected Framework focuses on how to design, deploy, and architect your Serverless applications to overcome some of these challenges. Powertools for AWS Lambda is a developer toolkit that

  • Streamlining AWS Serverless workflows: From AWS Lambda orchestration to AWS Step Functions
    by Diego Casas on July 31, 2025 at 9:42 pm

    This blog post discusses the AWS Lambda as orchestrator anti-pattern and how to redesign serverless solutions using AWS Step Functions with native integrations.

  • Implementing message prioritization with quorum queues on Amazon MQ for RabbitMQ
    by Akhil Melakunta on July 23, 2025 at 8:24 pm

    Quorum queues are now available on Amazon MQ for RabbitMQ from version 3.13. Quorum queues are a replicated First-In, First-Out (FIFO) queue type that uses the Raft consensus algorithm to maintain data consistency. Quorum queues on RabbitMQ version 3.13 lack one key feature compared to classic queues: message prioritization. However, RabbitMQ version 4.0 introduced support

  • Building resilient multi-tenant systems with Amazon SQS fair queues
    by Maximilian Schellhorn on July 21, 2025 at 9:45 pm

    Today, AWS introduced Amazon Simple Queue Service (Amazon SQS) fair queues, a new feature that mitigates noisy neighbor impact in multi-tenant systems. With fair queues, your applications become more resilient and easier to operate, reducing operational overhead while improving quality of service for your customers. In distributed architectures, message queues have become the backbone of

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