AWS Compute

  • Migrating your Java applications to AWS Graviton using AWS Transform custom
    by Hahnara Hyun on May 27, 2026 at 3:04 pm

    For Java applications, modern JVMs like Amazon Corretto and OpenJDK are highly optimized for Arm64 and modern applications that are pure Java often require zero changes to run on Graviton. In many cases, applications aren’t fully modernized or purely Java and have a range of dependencies. When you’re responsible for migrating workloads, it’s helpful to

  • Streamline your infrastructure: Automating AMI creation with Kiro CLI and EC2 Image Builder
    by Malini Chatterjee on May 22, 2026 at 9:01 pm

    Managing infrastructure at scale requires robust automation tools that reduce manual effort while maintaining consistency and security. The combination of Kiro CLI and AWS EC2 Image Builder offers a powerful solution for automating the creation, testing, and deployment of Amazon Machine Images (AMIs). The challenge of manual image management Traditional approaches of creating and maintaining AMIs often involve manual

  • Sharing Capacity Blocks for ML Across Your AWS Organization
    by Tyler Klimas on May 18, 2026 at 3:47 pm

    When your data science team reserves GPU instances for a two-week training job but completes it in four days, that capacity has the potential to sit unused while your computer vision team waits another week to start their project. Now you can eliminate this GPU waste and scheduling conflict by sharing Capacity Blocks for ML

  • Enhancing network observability with new AWS Outposts racks LAG metrics
    by Adam Duffield on April 30, 2026 at 7:14 pm

    When you deploy AWS Outposts racks, you can run AWS infrastructure and services in on-premises locations. Maintaining seamless connectivity, both to the AWS Region and your on-premises network, is fundamental to delivering consistent, uninterrupted service to your applications. Implementing an observability strategy that uses available network metrics is key to understanding the health of this

  • Serverless ICYMI Q1 2026
    by Julian Wood on April 30, 2026 at 3:58 pm

    Stay current with the latest serverless innovations that can improve your applications. In this 32nd quarterly recap, discover the most impactful AWS serverless launches, features, and resources from Q1 2026 that you might have missed. In case you missed our last ICYMI, check out what happened in Q4 2025. 2026 Q1 calendar Serverless with Mama

  • AWS Outposts monitoring and reporting: A comprehensive Amazon EventBridge solution
    by Matt Price on April 14, 2026 at 4:18 pm

    Organizations using AWS Outposts racks commonly manage capacity from a single AWS account and share resources through AWS Resource Access Manager (AWS RAM) with other AWS accounts (consumer accounts) within AWS Organizations. In this post, we demonstrate one approach to create a multi-account serverless solution to surface costs in shared AWS Outposts environments using Amazon

  • Building Memory-Intensive Apps with AWS Lambda Managed Instances
    by Guy Haddad on April 10, 2026 at 7:54 pm

    Building memory-intensive applications with AWS Lambda just got easier. AWS Lambda Managed Instances gives you up to 32 GB of memory—3x more than standard AWS Lambda—while maintaining the serverless experience you know. Modern applications increasingly require substantial memory resources to process large datasets, perform complex analytics, and deliver real-time insights for use cases such as

  • Accelerate CPU-based AI inference workloads using Intel AMX on Amazon EC2
    by Santosh Kumar on March 30, 2026 at 4:43 pm

    This post shows you how to accelerate your AI inference workloads by up to 76% using Intel Advanced Matrix Extensions (AMX) – an accelerator that uses specialized hardware and instructions to perform matrix operations directly on processor cores – on Amazon Elastic Compute Cloud (Amazon EC2) 8th generation instances. You’ll learn when CPU-based inference is cost-effective, how to enable AMX with minimal code changes, and which configurations deliver optimal performance for your models.

  • Build high-performance apps with AWS Lambda Managed Instances
    by Debasis Rath on March 30, 2026 at 2:53 pm

    In this post, you will learn how to configure AWS Lambda Managed Instances by creating a Capacity Provider that defines your compute infrastructure, associating your Lambda function with that provider, and publishing a function version to provision the execution environments. We will conclude with production best practices including scaling strategies, thread safety, and observability for reliable performance.

  • Enhancing auto scaling resilience by tracking worker utilization metrics
    by Brian Moore on March 24, 2026 at 4:17 pm

    A resilient auto scaling policy requires metrics that correlate with application utilization, which may not be tied to system resources. Traditionally, auto scaling policies track system resource such as CPU utilization. These metrics are easily available, but they only work when resource consumption correlates with worker capacity. Factors such as high variance in request processing time, mixed instance types, or natural changes in application behavior over time can break this assumption.

  • Best practices for Lambda durable functions using a fraud detection example
    by Debasis Rath on March 23, 2026 at 10:04 pm

    This post walks through a fraud detection system built with durable functions. It also highlights the best practices that you can apply to your own production workflows, from approval processes to data pipelines to AI agent orchestration.

  • Testing Step Functions workflows: a guide to the enhanced TestState API
    by D Surya Sai on March 22, 2026 at 5:06 pm

    AWS Step Functions recently announced new enhancements to local testing capabilities for Step Functions, introducing API-based testing that developers can use to validate workflows before deploying to AWS. As detailed in our Announcement blog post, the TestState API transforms Step Functions development by enabling individual state testing in isolation or as complete workflows. This supports

  • Enabling high availability of Amazon EC2 instances on AWS Outposts servers (Part 3)
    by Brianna Rosentrater on March 6, 2026 at 11:11 pm

    This post is part 3 of the three-part series ‘Enabling high availability of Amazon EC2 instances on AWS Outposts servers’. We provide you with code samples and considerations for implementing custom logic to automate Amazon Elastic Compute Cloud (EC2) relaunch on Outposts servers. This post focuses on guidance for using Outposts servers with third party storage for boot

  • Optimizing Compute-Intensive Serverless Workloads with Multi-threaded Rust on AWS Lambda
    by Daniel Abib on February 25, 2026 at 12:49 pm

    Customers use AWS Lambda to build Serverless applications for a wide variety of use cases, from simple API backends to complex data processing pipelines. Lambda’s flexibility makes it an excellent choice for many workloads, and with support for up to 10,240 MB of memory, you can now tackle compute-intensive tasks that were previously challenging in a Serverless environment. When you configure a Lambda function’s memory size, you allocate RAM and Lambda automatically provides proportional CPU power. When you configure 10,240 MB, your Lambda function has access to up to 6 vCPUs.

  • Amazon SageMaker AI now hosts NVIDIA Evo-2 NIM microservices
    by Malvika Viswanathan on February 24, 2026 at 6:48 pm

    This post is co-written with Neel Patel, Abdullahi Olaoye, Kristopher Kersten, Aniket Deshpande from NVIDIA. Today, we’re excited to announce that the NVIDIA Evo-2 NVIDIA NIM microservice are now listed in Amazon SageMaker JumpStart. You can use this launch to deploy accelerated and specialized NIM microservices to build, experiment, and responsibly scale your drug discovery

  • Building fault-tolerant applications with AWS Lambda durable functions
    by Rahul Pisal on February 6, 2026 at 4:54 pm

    Business applications often coordinate multiple steps that need to run reliably or wait for extended periods, such as customer onboarding, payment processing, or orchestrating large language model inference. These critical processes require completion despite temporary disruptions or system failures. Developers currently spend significant time implementing mechanisms to track progress, handle failures, and manage resources when

  • Serverless ICYMI Q4 2025
    by Julian Wood on January 30, 2026 at 3:23 pm

    Stay current with the latest serverless innovations that can transform your applications. In this 31st quarterly recap, discover the most impactful AWS serverless launches, features, and resources from Q4 2025 that you might have missed.

  • More room to build: serverless services now support payloads up to 1 MB
    by Anton Aleksandrov on January 29, 2026 at 10:16 pm

    To support cloud applications that increasingly depend on rich contextual data, AWS is raising the maximum payload size from 256 KB to 1 MB for asynchronous AWS Lambda function invocations, Amazon Amazon SQS, and Amazon EventBridge. Developers can use this enhancement to build and maintain context-rich event-driven systems and reduce the need for complex workarounds such as data chunking or external large object storage.

  • Simplify network segmentation for AWS Outposts racks with multiple local gateway routing domains
    by Brianna Rosentrater on January 16, 2026 at 6:49 pm

    AWS now supports multiple local gateway (LGW) routing domains on AWS Outposts racks to simplify network segmentation. Network segmentation is the practice of splitting a computer network into isolated subnetworks, or network segments. This reduces the attack surface so that if a host on one network segment is compromised, the hosts on the other network segments are not affected. Many customers in regulated industries such as manufacturing, health care and life sciences, banking, and others implement network segmentation as part of their on-premises network security standards to reduce the impact of a breach and help address compliance requirements.

  • Optimizing storage performance for Amazon EKS on AWS Outposts
    by Arun Kumar on January 13, 2026 at 6:57 pm

    Amazon Elastic Kubernetes Service (Amazon EKS) on AWS Outposts brings the power of managed Kubernetes to your on-premises infrastructure. Use Amazon EKS on Outposts rack to create hybrid cloud deployments that maintain consistent AWS experiences across environments. As organizations increasingly adopt edge computing and hybrid architectures, storage optimization and performance tuning become critical for successful workload deployment.

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