proomt

Search

Search posts, papers, and topics

All posts

AWSChanny Yun (윤석찬)5 min readrelease notesintermediate

AWS Elastic Beanstalk introduces Cluster Mode

Summary

AWS Elastic Beanstalk now offers a fully‑managed Cluster Mode that runs multiple applications on a shared Amazon EKS cluster, handling containerization, scaling, patching and observability automatically. It adds AI‑driven troubleshooting, OpenTelemetry support and standard deployment strategies while charging only for the underlying AWS resources.

  • Cluster Mode runs multiple apps on a shared EKS cluster, lowering per‑app cost through bin‑packing.
  • Deploy source code directly; Elastic Beanstalk uses Cloud Native Buildpacks to containerize without Dockerfiles.
  • Built‑in AI health analysis collects logs and suggests fixes, reducing manual debugging effort.
  • First deployment creates the EKS control plane (~10 min); later deployments reuse the cluster and are faster.

Teams with many microservices on AWS should care because Cluster Mode gives a managed PaaS layer over EKS, simplifying operations and reducing cost.

5/10

Related reading

  1. AWS reimagines the getting started experience

    AWS announced a new “project” onboarding flow that lets new users start building with default configurations, free credits, and simplified IAM handling. Sign‑in via Google/GitHub/Apple creates an isolated AWS account, auto‑provisions a CLI/agent toolkit, and lets you invite collaborators by email. Spend limits can be set per project, and advanced features (multi‑region, org policies) can be enabl…

    AWSamazon.com5 minHN33
  2. Elastic announces GA of cross-project search on Serverless, enabling teams to query across all linked projects without moving a byte

    Elastic Cloud Serverless now offers General Availability of Cross‑Project Search (CPS), letting you run a single query across up to 100 linked projects (any region, cloud, or solution type) without moving data. Setup is UI‑driven, permissions are evaluated per‑project, and costs are $0.009 / GB retained plus $0.05 / GB egress. CPS works for Observability, Security, Search, vector DB, and ML jobs,…

    Elasticelastic.co6 minrelease
  3. Setting Up Jenkins EC2 Agents

    The article walks through configuring Jenkins to launch EC2 instances as build agents on demand, covering AWS IAM setup, security groups, key pairs, AMI selection, and the Jenkins EC2 plugin configuration. It shows how idle termination can keep costs low while providing elastic build capacity.

    Codeshipcloudbees.com6 min
  4. New low-cost burstable Amazon EC2 T8i instances are generally available

    AWS announced general availability of T8i burstable EC2 instances, which use 6th‑gen Intel Xeon and Nitro to deliver up to 30% better price performance and up to 70% higher compute than T3. They come in four tiny sizes, keep the same CPU‑credit model, and target low‑to‑moderate workloads.

    AWSamazon.com3 minrelease