Parent
Part of #8415 (PoC: Logging and Log Management Architecture Validation)
Objective
Configure and validate EKS Auto Mode's enhanced logging capability, which delivers logs from Auto Mode's managed Kubernetes components via CloudWatch Vended Logs. This gives platform engineers visibility into the behaviour of infrastructure components that are otherwise opaque in Auto Mode.
Background
Announced Feb 2026, EKS Auto Mode can now emit logs from its managed capabilities as CloudWatch Vended Logs delivery sources:
- AUTO_MODE_COMPUTE_LOGS — Karpenter (compute autoscaling decisions, node provisioning)
- AUTO_MODE_BLOCK_STORAGE_LOGS — EBS CSI (volume attach/detach, provisioning failures)
- AUTO_MODE_LOAD_BALANCING_LOGS — AWS Load Balancer Controller (target group registration, health checks)
- AUTO_MODE_IPAM_LOGS — VPC CNI IP Address Management (IP allocation, ENI attachment)
These are configured via CloudWatch Logs APIs (PutDeliverySource, PutDeliveryDestination, CreateDelivery) — not via in-cluster agents like Fluent Bit. Logs can be delivered to CloudWatch Logs, S3, or Amazon Data Firehose.
Vended Logs pricing applies (reduced cost vs standard CloudWatch Logs ingestion).
Tasks
Evaluation Criteria
| Criterion |
What to measure |
| Operational value |
Do the logs help diagnose real issues (e.g. why a node didn't scale, why a volume attach failed)? |
| Setup complexity |
Number of API calls / Terraform resources to enable across all 4 sources |
| Cost |
GB/day ingested under normal operation; projected cost at 22 clusters |
| SOC compatibility |
Can these logs be forwarded to Cortex XSIAM via the same Firehose pattern as control plane logs? |
| Overlap |
Do these replace or supplement any logs currently collected by Fluent Bit or ADOT? |
Output
References
Parent
Part of #8415 (PoC: Logging and Log Management Architecture Validation)
Objective
Configure and validate EKS Auto Mode's enhanced logging capability, which delivers logs from Auto Mode's managed Kubernetes components via CloudWatch Vended Logs. This gives platform engineers visibility into the behaviour of infrastructure components that are otherwise opaque in Auto Mode.
Background
Announced Feb 2026, EKS Auto Mode can now emit logs from its managed capabilities as CloudWatch Vended Logs delivery sources:
These are configured via CloudWatch Logs APIs (
PutDeliverySource,PutDeliveryDestination,CreateDelivery) — not via in-cluster agents like Fluent Bit. Logs can be delivered to CloudWatch Logs, S3, or Amazon Data Firehose.Vended Logs pricing applies (reduced cost vs standard CloudWatch Logs ingestion).
Tasks
/auto-mode/)Evaluation Criteria
Output
References