Community Project Spotlight: cloud-to-Iac
By BIOS Founding Team

cloud-to-Iac is an open source tool built by BIOS founder Olamide Kosile that connects to a live AWS account, discovers the infrastructure already running there, and generates infrastructure-as-code from it, in either Terraform HCL or CloudFormation YAML.
It scans across 41 resource types spanning networking, compute, storage, databases, messaging, security, and DevOps services, so teams that inherited untracked or manually built AWS environments can get them into code without starting from scratch.
Notable features include support for multiple AWS credential methods (including cross-account role assumption), optional AI-assisted cleanup of the generated code, and snapshot-based regeneration so you don't need to re-scan AWS every time you want to output code again.
It runs via Docker, and the typical workflow is: scan your account, review the generated code, and then import the resources into Terraform state before applying.
This is exactly the kind of real-world, in-production open source contribution BIOS wants to spotlight, and we'd love to see community members try it out, file issues, or contribute.
Check it out and contribute: https://github.com/Mide69/cloud-to-Iac
More from the community

Stable and Longterm Kernel Updates: 7.2.4, 6.18.50, 6.12.109
Greg Kroah-Hartman pushed out new stable and longterm point releases across the 7.2, 6.18, and 6.12 lines, each bundling accumulated fixes across drivers, filesystems, and core subsystems.

Rust Debugging Survey 2026 Results
The Rust Project published results from its 2026 debugging survey, gathering community feedback on debugging tools and workflows to guide future tooling investment.

Docker Desktop 4.90.0
This release made 'Ask Gordon,' Docker's AI assistant, accessible as a persistent right-side drawer and added one-click AI diagnosis for containers, images, and volumes with detected issues.