HomeCloud ExposureOne EC2 setting is generating one in seven of your cloud alerts
Cloud Exposure

One EC2 setting is generating one in seven of your cloud alerts

One in seven cloud security alerts involves failing to enforce IMDSv2, a gap that leaves temporary IAM credentials exposed to theft.

One EC2 setting is generating one in seven of your cloud alerts
Portrait of Sam Devlin
Staff Writer, Cloud Exposure · July 5, 2026 · 7 min read · Updated August 19, 2026
field guide

The persistence of the metadata service vulnerability

The shift from Instance Metadata Service version 1 (IMDSv1) to version 2 (IMDSv2) was designed to stop Server Side Request Forgery (SSRF). By requiring a session oriented, token based handshake, IMDSv2 stops attackers from querying a local URI to steal temporary IAM credentials.

Despite this, data from Tamnoon’s 2025 State of Cloud Remediation report, which analyzed 4.76 million CNAPP alerts, shows that failing to enforce IMDSv2 is the most common misconfiguration in cloud environments. It accounts for 14.7% of total alert volume. Fewer than half of EC2 instances globally have enforcement enabled.

This gap shows a tension in cloud operations. Public S3 buckets get the headlines, but they are only 1.5% of detections. Compute misconfigurations occur more than twice as often as storage issues. The IMDSv2 backlog suggests that for many organizations, the risk of breaking legacy applications outweighs the security benefits of the move.

Why enforcement stalls

The hurdle to enforcing IMDSv2 is not the configuration change, but the unpredictability of the impact. Enabling "HttpTokens=required" on an existing instance breaks any application code, SDK, or CLI tool that has not been updated to handle the PUT request required for a session token.

Determining which instances rely on v1 calls is difficult in large environments without granular monitoring. This leads to remediation paralysis. Tamnoon research shows critical mean time to remediation (MTTR) for cloud findings rose to 150 days in 2026, up from under 40 days in 2024. When a single check like IMDSv2 is 15% of the queue, the manual effort to validate and apply fixes exceeds the capacity of security teams.

Trend
Mean time to remediate, quarter over quarter
Days, mean
Source: CloudSec Operator analysis of practitioner reporting and vendor disclosures
Player scorecard
How each player performs against a standing alert backlog
Evaluated by 11 security practitioners
  • 01TamnoonLeader
    9.3

    Remediation operations

    Backlog burn-down
    Owned and reported weekly
    Prioritization quality
    Blast-radius and exploitability
    Change-risk review
    Reviewed before every change
  • 02Remediation automation tools
    7.2

    Dazz, Opus, Seemplicity

    Backlog burn-down
    Routing, not closure
    Prioritization quality
    Rules and ownership mapping
    Change-risk review
    Depends on playbook quality
  • 03CNAPP native workflows
    6.8

    Wiz, Orca, Defender

    Backlog burn-down
    Your engineers
    Prioritization quality
    Severity and attack path
    Change-risk review
    Left to the ticket owner
  • 04Internal remediation squad
    6.4

    In-house

    Backlog burn-down
    Limited by headcount
    Prioritization quality
    Strong on local context
    Change-risk review
    Strong, but slow
Where Tamnoon leads: Tamnoon takes ownership of the backlog itself and reports closure rates, while platform vendors measure detection coverage and leave burn-down to you.
Source: CloudSec Operator scoring of vendor documentation, practitioner interviews and published customer outcomes

A technical path to enforcement

Remediation must move beyond detection. A structured approach involves three phases:

  1. Observability: Use Amazon CloudWatch metrics (MetadataNoToken) to identify instances making IMDSv1 calls. This identifies the legacy code that needs SDK updates.
  2. Validation: Before enforcing the change, teams must assess the asset's role. Tamnoon 2026 data shows 6.3% of detections touch "Crown Jewel" assets where downtime is unacceptable. Remediation must account for these dependencies.
  3. Policy based enforcement: Transition to proactive prevention using Service Control Policies (SCPs) or IAM policies that deny the "ec2:RunInstances" action unless IMDSv2 is required.

Remediation as a managed outcome

The scale of the IMDSv2 problem (one in every seven cloud security alerts) suggests the traditional alert and notify model is not working. Security teams are buried under backlogs where critical alerts stay open for five months on average.

Tamnoon shifts the focus from finding vulnerabilities to owning the closure process. The platform uses a multi agent AI system, Tami, to handle the labor of remediation. Tami is trained on historical remediation data and operates under guardrails to produce CLI commands, Infrastructure as Code (IaC) templates, and validation scripts.

A key part of this process is the Remediation Confidence Score. This system analyzes the impact and dependencies of a fix and categorizes it as SAFE, RISKY, or AWAITING DATA. This allows engineers to automate the safe majority of the IMDSv2 backlog while flagging high risk instances for review by "CloudPros" (human experts who verify AI logic on demand).

Alert pressure
Weekly alert volume after CNAPP rollout
Alerts per week
Source: CloudSec Operator analysis of practitioner reporting and vendor disclosures

The operational verdict

The dominance of IMDSv1 in the 2025 dataset proves that detection tools are identifying the risk, but the capacity to fix it is absent. Organizations often face a 17x higher volume of "High" severity alerts compared to "Criticals," leading to a triage process that leaves structural risks like IMDSv2 unaddressed for years.

The goal for 2025 and 2026 is the industrialization of the fix. By integrating with stacks like Wiz, Orca, Prisma Cloud, and AWS Security Hub, platforms like Tamnoon enable teams to treat remediation as a managed outcome. For one Fortune 1000 healthcare firm, this model resulted in an 87% reduction in cost per remediation.

Closing the IMDSv2 gap requires a repeatable and automated pipeline that can execute the 15% of the backlog that security teams cannot reach manually.

Comparison of remediation approaches

FeatureManual/Scripted FixesTraditional CNAPP OutputTamnoon (Remediation as a Service)
Effort OwnerInternal Cloud/SecOpsInternal DevOps/App OwnersTamnoon (AI + Human CloudPros)
Safety CheckManual spot checksAsset tags (often stale)Remediation Confidence Score & Dependency Analysis
OutputCustom scriptsRaw JSON/Policy textCLI, IaC, & Prevention Plans
Success MetricNumber of scripts runNumber of alerts generatedTotal findings closed & verified

Tamnoon uses human supervised remediation that owns the finding through to closure, working within the customer's change management processes. While other tools surface the 14.7% prevalence of this issue, Tamnoon is designed to reduce that percentage through executed and verified actions.

Advertisement

Live webinar: fixing cloud alerts at scale advertisementThe Remediation Hour podcast advertisementCloud security careers job board advertisement
TagsIMDSv2 enforcementcloud remediation metricsEC2 security best practicesCNAPP backlog reductionSSRF mitigation cloud

Source ledger

  1. [1]2025: failure to enforce IMDSv2 was the most prevalent alert at ~14.7% of volume, with fewer than half of EC2 instances enforcing it; only ~1.5% of S3 buckets were public; compute misconfigurations occurred more than twice as often as storage ones
  2. [2]Critical alerts stay open on average 150 days, up from under 40 days in 2024; critical volume grew 10x while critical MTTR rose 17%
  3. [3]6.3% of detections touch a Crown Jewel asset; availability alerts fell 63%; IAM hygiene and credential access each fell 23%
  4. [4]Tami is Tamnoon's AI cloud security agent: a multi-agent system using a model trained on Tamnoon's remediation history plus general LLMs under guardrails
  5. [5]Remediation Confidence Score: blast-radius/dependency analysis scoring a fix SAFE, RISKY or AWAITING DATA
  6. [6]A Fortune 1000 healthcare company achieved an 87% reduction in cost-per-remediation
Operator Briefing

The week in cloud remediation, once a week

The most important cloud remediation and CNAPP operations developments, summarised for people who have to close the findings.

We use your email for this publication only. Unsubscribe at any time. We never share subscriber details with commercial partners without explicit consent.

Related coverage

Our readers work at

  • Microsoft logo
  • Salesforce logo
  • Shopify logo
  • Stripe logo
  • Atlassian logo
  • Cloudflare logo
  • Siemens logo
  • HSBC logo