Join us

ContentUpdates and recent posts about Amazon Elastic Container Service for Kubernetes (EKS)..
Link
@kala shared a link, 2 weeks, 2 days ago
FAUN.dev()

8 plots that explain the state of open models

Starting 2026, Chinese companies are dominating the open AI model scene, with Qwen leading in adoption metrics. Despite the rise of new entrants like Z.ai, MiniMax, Kimi Moonshot, and others, Qwen's position seems secure. DeepSeek's large models are showing potential to compete with Qwen, but the Ch.. read more  

Link
@kala shared a link, 2 weeks, 2 days ago
FAUN.dev()

Build an AI-powered website assistant with Amazon Bedrock

AWS spun up a serverless RAG-based support assistant usingAmazon BedrockandBedrock Knowledge Bases. It pulls in docs via a web crawler and S3, then stuffs embeddings intoAmazon OpenSearch Serverless. Access is role-aware, locked down withCognito. Everything spins up clean withAWS CDK... read more  

Build an AI-powered website assistant with Amazon Bedrock
Link
@kala shared a link, 2 weeks, 2 days ago
FAUN.dev()

Agentic AI, MCP, and spec-driven development: Top blog posts of 2025

AI speeds up dev - but it’s a double-edged keyboard. It sneaks in subtle bugs and brittle logic that break under pressure. To keep things sane, teams are fighting back withguardrail patterns,AI-aware linters, andtest suites hardened for hallucinated code... read more  

Link
@kala shared a link, 2 weeks, 2 days ago
FAUN.dev()

Towards Generalizable and Efficient Large-Scale Generative Recommenders

Authors discuss their approach to scaling generative recommendation models from O(1M) to O(1B) parameters for Netflix tasks, improving training stability, computational efficiency, and evaluation methodology. They address challenges in alignment, cold-start adaptation, and deployment, proposing syst.. read more  

Link
@kala shared a link, 2 weeks, 2 days ago
FAUN.dev()

Where good ideas come from (for coding agents)

A new way to build agents treats prompting ascontext navigation, steering the LLM through ideas like a pilot, not tossing it prompts and hoping for magic. It maps neatly onto Steven Johnson’s seven patterns of innovation. For coding agents to actually pull their weight, users need to bring more than.. read more  

Link
@devopslinks shared a link, 2 weeks, 2 days ago
FAUN.dev()

Weaponizing the AWS CLI for Persistence

Researchers pulled off a slick persistence trick usingAWS CLI aliases. They chained dynamic alias renaming with command execution to swipe credentials, without breaking expected CLI behavior. No red flags. Perfect fit forautomated environmentslike CI/CD pipelines. Backdoors, no AWS CLI tampering req.. read more  

Weaponizing the AWS CLI for Persistence
Link
@devopslinks shared a link, 2 weeks, 2 days ago
FAUN.dev()

Cloud Workload Threats - Runtime Attacks in 2026

Cloud-native breaches keep slipping through the cracks, not because no one’s watching, but because they’re watching the wrong things. Static checks and posture tools can’t catch what happens in motion. That’s where most attacks live now: at runtime. Think app-layer exploits, poisoned dependencies, s.. read more  

Link
@devopslinks shared a link, 2 weeks, 2 days ago
FAUN.dev()

21 Lessons From 14 Years at Google

A seasoned Google engineer drops 21 sharp principles for scaling engineering beyond just writing code. Think:clarity beats cleverness,users over egos,alignment over being “right.”The core message? Build systems humans can work with - especially under stress. Favorites: kill pointless work, treat pro.. read more  

21 Lessons From 14 Years at Google
Link
@devopslinks shared a link, 2 weeks, 2 days ago
FAUN.dev()

Terraform governing with OPA

When managing infrastructure with Terraform, enforcing tagging standards, instance type restrictions, preventing public exposure, enforcing regions, and other best practices are essential with Open Policy Agent (OPA). OPA evaluates Terraform plans before apply to ensure compliance with organization'.. read more  

Link
@devopslinks shared a link, 2 weeks, 2 days ago
FAUN.dev()

Azure Hybrid Benefit Audit Guide: Avoid the $50K Licensing Mistake (2025)

Azure just tightened the screws on Hybrid Benefit. Use it without the rightSoftware Assurance, botch yourlicense-to-core mapping, or skipdecommissioning proof, and you’re staring down $50K+ in penalties. To help dodge that landmine, Microsoft dropped a new guide. It covers pre-migration checks, audi.. read more  

Azure Hybrid Benefit Audit Guide: Avoid the $50K Licensing Mistake (2025)
Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service that allows developers to easily run Kubernetes on the AWS cloud or on-premises data centers. It provides built-in integrations with AWS services like EC2, VPC, IAM, and EBS, and enables efficient compute resource provisioning and automatic application scaling, reducing costs. With EKS, security patches are automatically applied to the cluster's control plane to ensure a secure Kubernetes environment. EKS can be run in the cloud, on AWS Outposts, or on-premises, providing a consistent, fully-supported Kubernetes solution with integrated tooling. EKS is useful for deploying applications across hybrid environments, modeling machine learning workflows, and building and running web applications that automatically scale and run in a highly available configuration. Customers can get started with EKS through an online workshop, connect with an expert for support, or learn about other companies using EKS.