AWS Compute

  • Amazon Linux default SSM parameter will now track the latest kernel
    by Gokul Govindaraju on August 20, 2026 at 7:49 pm

    The Amazon Linux kernel-default SSM parameter now updates to point to the latest kernel version as new releases become available. This post explains what this means for your workloads and how to manage the transition.

  • Set up your AI coding agent to build with AWS Step Functions
    by D Surya Sai on August 19, 2026 at 11:41 am

    AWS Step Functions has added a Copy agent prompt button to the console that configures your AI coding agent with Step Functions skills and an MCP server in one step. Paste the prompt into Claude Code, Kiro CLI, Cursor, or any MCP-compatible agent and start building workflows with natural language.

  • Introducing public preview runtimes on AWS Lambda, starting with Node.js 26 and Python 3.15
    by Jonathan Tuliani on August 15, 2026 at 2:09 pm

    AWS Lambda introduces public preview runtimes, a new way to try upcoming language versions before GA. Start using Node.js 26 and Python 3.15 today, provide feedback, and help shape runtime quality before general availability.

  • Implementing dynamic feature flags with AWS AppConfig on AWS Lambda
    by Daniel Abib on August 14, 2026 at 4:25 pm

    Feature toggles allow you to change application behavior in real time without deploying new code. Learn how to implement dynamic feature flags with AWS AppConfig on AWS Lambda for safe deployments, gradual rollouts, and instant rollback.

  • Observability best practices for Lambda durable functions
    by D Surya Sai on August 14, 2026 at 12:49 pm

    Learn observability best practices for AWS Lambda durable functions, including CloudWatch metrics, custom alarms, structured logging, and X-Ray tracing for debugging callback timeouts end-to-end.

  • Collecting CPU and memory metrics for AWS Lambda MicroVMs
    by Eric Heinz on August 14, 2026 at 11:11 am

    Learn how to collect CPU and memory metrics from AWS Lambda MicroVMs using the CloudWatch Agent. Configure telegraf and OTel to monitor and right-size your workloads.

  • Designing for failure: Building resilient systems on AWS
    by Dhvani Vora on August 13, 2026 at 8:03 pm

    Learn how to prevent correlated hardware failures in distributed systems on Amazon EC2. This post walks through real incident response patterns, including Partition Placement Groups, composite alarms, automated recovery with Auto Scaling, and observability best practices.

  • Burst to Region: Overflow AWS Outposts workloads to Amazon EC2
    by Diya . on August 12, 2026 at 5:06 pm

    AWS Outposts brings AWS infrastructure into your data center with low latency and data locality. But an Outposts rack has fixed compute. Learn how to build a Burst to Region pattern that overflows workloads to Amazon EC2 in the parent Region when local capacity is exhausted.

  • Low-latency, high-throughput SQS event processing with AWS Lambda provisioned mode
    by Ben Freiberg on August 10, 2026 at 1:42 pm

    Customers building event-driven applications on AWS rely on Amazon Simple Queue Service (Amazon SQS) and AWS Lambda event source mappings (ESMs) to process millions of events every day. The fully managed polling infrastructure of ESMs eliminates the need to write and maintain custom code. You can focus on business logic while Lambda handles scaling, batching,

  • Serverless ICYMI Q2 2026
    by Julian Wood on July 20, 2026 at 4:40 pm

    In this 33rd quarterly recap post, discover the most impactful AWS serverless launches, features, and resources from Q2 2026 that you might have missed. Stay current with the latest serverless innovations that can improve your applications. In case you missed our last ICYMI, read about what happened in Q1 2026. AWS Lambda MicroVMs AWS Lambda

  • Introducing self-managed Amazon S3 buckets for AWS Lambda function code
    by Doug Perkes on July 17, 2026 at 10:49 am

    If you manage Lambda functions at scale, you’ve likely hit the 75 GB code storage limit or explained to your security team why deployment artifacts live in an S3 bucket you don’t control. Today, we’re announcing self-managed Amazon S3 buckets for AWS Lambda deployment packages. Lambda reads your code directly from your bucket, eliminating quota

  • New: Enhanced AssetState dimension for AWS Outposts capacity metrics on Amazon CloudWatch
    by Rachel McElwaine on July 15, 2026 at 10:52 pm

    Today, we are releasing an expanded format of our Amazon CloudWatch dimensions for AWS Outposts capacity metrics. The existing CloudWatch metrics, AvailableInstanceType_Count, UsedInstanceType_Count, InstanceTypeCapacityAvailability, and InstanceTypeCapacityUtilization for Outposts, can now be grouped using the new AssetState dimension with values: Active, Isolated, or Retiring. In this post, we describe what’s changing and how you can use

  • Introducing modularized kernel cryptography in Amazon Linux
    by Mahak Arora on July 14, 2026 at 7:34 pm

    We are introducing modularized kernel cryptography in Amazon Linux 2023, an approach that separates Federal Information Processing Standard (FIPS) 140-3 cryptographic components into an independent kernel module that can be certified once and reused across subsequent kernel versions. In this post, we describe how this modular approach works, what it means for FIPS compliance workflows,

  • Eliminating Java cold starts with AWS Lambda Managed Instances
    by Jay Colodner on July 13, 2026 at 8:23 pm

    A single cold start can push your Java Lambda function’s response time from milliseconds to seconds, enough to violate your p99 SLA, timeout a downstream service, and page your on-call. The Java Virtual Machine (JVM) performs best in long-running processes. Its Just-In-Time (JIT) compiler progressively optimizes code over thousands of invocations. Standard serverless execution environments

  • Architecting for IOPS and throughput performance on AWS Outposts racks
    by Brianna Rosentrater on July 10, 2026 at 5:10 pm

    AWS Outposts extend AWS infrastructure, services, APIs, and tools to on-premises locations for workloads that require low latency, local data processing, or data residency. In this post, you learn how to configure instances running on an Outpost to support the required IOPS and throughput for your application. The actual IOPS available to an instance is

  • Announcing Lambda MicroVMs: serverless compute environments with VM-level isolation and near-instant startup
    by Ayush Kulkarni on July 10, 2026 at 4:03 pm

    We recently announced the launch of AWS Lambda MicroVMs, a new serverless compute primitive that provides VM-level isolation, near-instant startup performance, and state retention. You can now give each user or job their own execution environment to securely run just-in-time code – either user or AI generated – without managing virtualization infrastructure or choosing between

  • Secure code execution for AI agents with AWS Lambda MicroVMs
    by Shridhar Pandey on July 10, 2026 at 2:12 pm

    Development teams building serverless applications with AI coding agents face the question of how to let those agents generate and execute code without losing control over governance. Agent-generated code needs a secure environment to execute, isolated from production systems and the developer’s local environment. Addressing this requires three things working together: a secure execution sandbox,

  • Accelerate multiplayer game hosting with AWS m8azn instances
    by Spencer Myers on July 8, 2026 at 5:39 pm

    Online multiplayer gaming continues to grow, with players demanding lower latency, higher concurrency, and more immersive experiences than ever before. For game studios hosting dedicated multiplayer servers on AWS, infrastructure decisions directly impact player experience and retention, server tick rates, and ultimately, revenue. Games are becoming more computationally demanding while offering richer gameplay experiences. Studios

  • Uncover new performance insights using Amazon detailed performance statistics on Windows
    by Xinze Zhang on July 6, 2026 at 5:00 pm

    The primary storage solutions for EC2 Windows instances, Amazon EC2 Instance Store and Amazon Elastic Block Store (Amazon EBS) , now provide detailed performance statistics for real-time monitoring. Real-time monitoring enables you to gain visibility into key performance metrics, such as latency, throughput, and IOPS, allowing you to detect and address potential bottlenecks or issues

  • Building fault-tolerant multi-agent AI workflows with AWS Lambda durable functions
    by Satish Kamat on June 29, 2026 at 2:26 pm

    Agentic AI workflows coordinate multiple agents that reason, plan, and act across multi-step processes. Each step is expensive, non-deterministic, and unpredictable in latency. Human review gates can pause execution for days. Transient failures are expected, and restarting a half-finished workflow wastes time and money. Duplicate actions, like charging a payment twice or sending the same

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