OffNet Newsroom

Daily topic roundup

Automation / DevOps / IaC

Tuesday, July 21, 2026 · 8 stories, curated & summarized — click any story for the source.

Gartner predicts that by 2030, 25% of current IT operations work will be automated by unsupervised AI agents. The firm warns that this shift will likely result in significant console sprawl and more frequent system failures. The report suggests that without proper supervision, these tools may destabilize rather than optimize IT environments.

  • Expect 25% of IT ops tasks to be handled by unsupervised AI by 2030.
  • AI-driven automation risks creating fragmented console environments.
  • Lack of oversight may lead to increased frequency of system outages.
  • Practitioners should prioritize governance over pure automation adoption.
  • Monitor AI tool integration for potential stability degradation.

AWS has introduced a preview of KNFSD File Cache, an open-source Apache-2.0 tool designed to cache NFS exports from diverse sources like on-premises filers, Amazon FSx, or other clouds. By storing frequently accessed data in memory and local NVMe, it serves large compute fleets at local VPC speeds, avoiding repeated high-latency trips to the source. The solution supports NFS v3 and v4.1/v4.2 protocols and can front multiple source servers simultaneously.

  • Reduces latency for large compute fleets by serving cached files at local VPC speed
  • Aggregates exports from on-prem, AWS FSx, and multicloud sources over Interconnect
  • Leverages local NVMe and memory caching to minimize cross-link data transfers
  • Open-source Apache-2.0 license allows flexible deployment within AWS environments
HOW IT WORKSKNFSD Cache Data Flow1Fetch from on-prem sources2Pull from Amazon FSx3Retrieve from other clouds4Cache in local NVMe5Serve at VPC speed
AWS What's New awsdatabase ↺ since 07-17

AWS AFT auto-reapplies customizations on OU moves

AWS Control Tower Account Factory for Terraform (AFT) now supports automatic re-application of account customizations when accounts are moved between Organizational Units. This update eliminates the previous manual overhead and reduces configuration drift risks associated with OU transitions. The feature is enabled by setting aft_customization_triggers to account_move, skipping bootstrap and provisioning phases for faster execution of global and account-level customizations.

  • Set aft_customization_triggers = ["account_move"] to enable auto-reapplication.
  • Reduces operational overhead by removing manual triggers for OU moves.
  • Skips bootstrap/provisioning, running only global and account-level customizations.
  • Prevents configuration drift by ensuring accounts stay consistent with OU policies.
  • Available immediately in AFT deployments with the updated configuration.
HOW IT WORKSAFT Account Move Automation1Account moves to new OU2Trigger detects account_move event3Skip bootstrap and provisioning4Reapply global customizations5Reapply account-level customizations

GitLab version 19.2 launches agentic automation features designed to address the security review bottleneck created by high-volume AI-generated code. The release moves Dependency Scanning Auto-Remediation and the Security Review Flow from beta to general availability, while placing the Duo CLI and Custom Flows into public beta. These tools aim to handle the increasing volume of security tasks that exceed manual developer capacity.

  • Dependency Scanning Auto-Remediation is now GA to automatically fix known vulnerabilities.
  • Security Review Flow is GA, streamlining the handling of AI-generated code risks.
  • GitLab Duo CLI enters public beta for command-line agentic assistance.
  • Custom Flows enter public beta to allow tailored automation workflows.
  • Features target the growing gap between AI code generation and manual security review.
AWS What's New awsdatabase

CloudWatch adds coding agent insights to track AI tool ROI

Amazon CloudWatch introduces coding agent insights to help engineering leaders measure the value of AI coding tools. The feature integrates with the Claude Apps Gateway for AWS to automatically collect telemetry from Claude Code, Codex, and GitHub Copilot without extra instrumentation. It leverages OpenTelemetry metrics to present agent performance alongside existing operational data in CloudWatch.

  • Automated telemetry collection from Claude Code, Codex, and GitHub Copilot via CloudWatch.
  • No additional instrumentation required; leverages existing OpenTelemetry metrics.
  • Enables leadership to assess ROI, identify high-impact teams, and right-size token budgets.
  • Provides visibility into delivery acceleration and access expansion needs.
CHECKLISTMeasuring AI Coding ROIAutomate telemetry via CloudWatch integrationLeverage existing OpenTelemetry metricsAssess team impact and ROIRight-size token budgetsTrack delivery acceleration
AWS What's New awsdatabase ↺ since 07-17

EC2 AMI metadata now includes associated public SSM parameters

AWS has updated the EC2 describe-ami response to include any AWS Systems Manager Parameter Store parameters linked to a public AMI. This eliminates the previous need to manually search namespaces to find configuration aliases. The feature allows engineers to easily discover and reference parameters that resolve to the latest AMI version.

  • Public AMI metadata now exposes associated SSM parameters directly.
  • No manual namespace search required to find configuration aliases.
  • Simplifies infrastructure updates by referencing version-resolving parameters.
  • Available to all customers at no extra cost in all regions.
CHECKLISTAMI Parameter DiscoveryPublic AMIs now expose linked SSM parametersEliminates manual namespace searches for aliasesSimplifies referencing latest AMI versionsAvailable globally at no extra cost

AWS Backup has extended its logically air-gapped vault capability to six additional regions, including Taipei, Malaysia, New Zealand, Thailand, Mexico Central, and Canada West. This feature allows for the storage of immutable, isolated backups that are locked by default and encrypted with either AWS or customer-managed keys. Operators can now back up directly to these vaults, copy data across accounts and regions, and share access via Resource Access Manager.

  • Logically air-gapped vaults now support six new regions for enhanced geographic redundancy.
  • Backups are immutable and locked by default to prevent unauthorized modification or deletion.
  • Encryption supports both AWS-owned keys and customer-managed keys for compliance control.
  • Vault access can be protected during account compromise using Multi-party approval workflows.
HOW IT WORKSAir-Gapped Vault Workflow1Back up directly to vaults2Copy across accounts and regions3Share access via RAM4Protect with multi-party approval

Max Körbächer argues that internal development platforms fail when teams focus solely on infrastructure rather than treating the platform as a product. He highlights the critical need for a product mindset to drive adoption and align with user needs. The presentation outlines how to measure success using DevEx and SPACE metrics while managing technical debt and community engagement.

  • Avoid infrastructure-first thinking; treat internal platforms as products with users.
  • Adopt a clear product mindset to ensure platform adoption and value delivery.
  • Measure platform success using DevEx and SPACE metrics, not just uptime.
  • Actively manage technical debt and foster a community for long-term health.
  • Align team incentives with platform goals to drive sustainable engineering practices.
CHECKLISTPlatform Success ChecklistTreat internal platforms as products with usersAdopt a clear product mindset for adoptionMeasure success using DevEx and SPACE metricsActively manage technical debt and communityAlign incentives with platform goals