惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
I
InfoQ
F
Fortinet All Blogs
J
Java Code Geeks
Last Week in AI
Last Week in AI
美团技术团队
大猫的无限游戏
大猫的无限游戏
有赞技术团队
有赞技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件

InfoQ

GitHub Copilot Open-Source Project Brings Full iOS 27 Virtualization to Apple Silicon From Retrieval to Reasoning: Building Production-Ready Agentic AI Systems with Knowledge Graphs Lambda SnapStart Comes to Container Images, Ending a Packaging Tradeoff One Decade of Rustls: Evolution, Benchmarks, and Future Roadmap NVIDIA Personal AI Router Distributes AI Tasks across Local Compute Netflix Reworks Conductor for 420 Million Monthly Workflow Executions and 10X Larger Workflows tsgolint Reaches Stable v7, Bringing Go-Powered Type-Aware Linting to Oxlint How To Run on Three Clouds at Once, and When Not To How LinkedIn Trains AI Job Search 8x Faster with Multi-Teacher Distillation Session Traces and Cost Controls Help Diagnose AI Agent Failures Advancing Embedded Go: Recoverable Panics, UEFI, Radio and Hardware Dev Kit Blume: Zero-Config Docs Framework That Turns a Markdown Folder into an AI-Ready Website Redefining GIS: Declarative Symbology and Collaborative Workflows in JupyterGIS Airbnb Cuts Authentication Code by 60% with Server Driven Architecture Kubernetes Promotes KYAML as a Safer, More Consistent Way to Work with Manifests Next-Gen Architecture Playbook: Insights and Patterns for the AI Era From S3 to GPU in One Copy: Rethinking Data Loading for ML Training Copilot Code Review Reaches Azure Repos, Billed Per Review with Reporting Two Days Behind Personality Over Skillset: How Adam Wachtel Builds Engineering Teams Tether: Apple Continuity Like Experience Between iOS and Linux Desktop Machines Twenty Years of jQuery: How a Little Library Rewired Web Development Shopify Introduces Gisting: Compressing LLM System Prompts into Learned Tokens Rigorous Yet Sustainable Human Reviews in the AI Era pnpm 12 Rewrites Package Manager in Rust, Accelerating Installs While Preserving pnpm 11 Workflows Instrumentation at Scale: Having Your Performance Cake and Eating It Too Cohere’s Parse 5 Promises Efficient Multi-Modal Information Extraction From Complex Documents Swiggy Uses 350+ Features and Multi-Task MLP to Predict Customer Lifetime Value OpenAI Details GPT-Live’s Architecture for Continuous Stateful Voice Interaction Beyond Prompting: Context Engineering for Production-Grade AI
Terraform AWS Provider Continues Rapid Expansion as AWS I...
Craig Risi · 2026-09-11 · via InfoQ

The Terraform AWS Provider continues its rapid evolution, with v6.62.0 adding support for new AWS capabilities while improving how Terraform understands and manages existing infrastructure. Released in August 2026, the latest version introduces new list resources and resources spanning services including Amazon DSQL, ECS, ECR, SES, and Pinpoint, alongside further enhancements to Bedrock AgentCore, CloudFront, ElastiCache, Resilience Hub, and Secrets Manager.

The significance of these releases goes beyond the individual resources being added. AWS continues to expand its infrastructure portfolio at a pace that makes the provider an increasingly important abstraction layer between AWS APIs and enterprise infrastructure-as-code practices. Terraform is no longer simply provisioning EC2 instances, networks, and S3 buckets; the provider is increasingly representing higher-level capabilities around AI, resilience, security, databases, and application services.

The AWS provider's rapid evolution also highlights an important difference between Terraform and competing approaches. Pulumi provides a similar multi-cloud infrastructure model, but allows engineers to define infrastructure using general-purpose languages such as TypeScript, Python, Go, C# and Java in addition to YAML and HCL. Pulumi also supports Terraform providers directly, meaning organisations can combine Pulumi's programming model with the broader Terraform provider ecosystem.

AWS's own CloudFormation and CDK take a different approach, with much tighter alignment to AWS-native capabilities. That can provide faster access to new AWS features, while Terraform's advantage remains its broad ecosystem, multi-cloud model, and mature state-driven workflow. OpenTofu is another increasingly relevant alternative, retaining strong Terraform compatibility while providing an open-source path for organisations concerned about Terraform's licensing direction.

The rapid growth of the AWS provider does, however, come with a governance lesson. Provider upgrades can affect schemas, defaults, state, and resource behaviour. The withdrawal of v6.57.0 earlier this year demonstrated that even mature infrastructure tooling can introduce upgrade risk. For enterprise teams, provider versioning should therefore be treated much like application dependency management: pin versions, test upgrades, review changelogs, and promote changes through controlled environments rather than automatically consuming every new release.

Version 6.58.0, released on 5 August, also expanded Terraform's observability capabilities with new resources for Amazon Managed Service for Prometheus, including aws_prometheus_anomaly_detector and aws_prometheus_scraper_logging_configuration, alongside list-resource support for Prometheus anomaly detectors, scrapers, and scraper logging configurations. This is a useful addition for engineering teams looking to manage not just infrastructure, but the monitoring and operational visibility around that infrastructure as code.

Ultimately, the AWS provider is becoming more than a collection of Terraform resources. It is increasingly a translation layer between AWS's rapidly expanding infrastructure capabilities and an organisation's engineering governance model. As cloud environments become more complex and increasingly AI-driven, the value of infrastructure-as-code will depend not simply on how quickly a tool can create resources, but on how effectively it can make those resources repeatable, auditable, secure, and governable.

About the Author

Craig Risi