Will ai increase the volume of vulnerabilities security teams need to fix?

Had this debate with a client last week about whether Ai assisted discovery meant their environment got risky overnight. My answer was about SLA math than risk math, their contract defines "patch critical within 30 days" assuming maybe 40 to 50 new findings a month. If a scan surfaces 300 in a week because of broader coverage, that SLA language does not hold up regardless of whether underlying risk changed.

We have started rewriting client contracts to tier remediation windows by exploitability and exposure instead of a flat severity number and building in a volume clause that triggers a renegotiation conversation if flagged findings jump past a set threshold in a given period. Cleaner than arguing about it after an audit blows past the old numbers. Anyone else building volume triggers into remediation SLAs or writing them as flat severity tiers?

reddit.com
u/Bright-View-8289 — 4 days ago
▲ 0 r/sre

What is a minimum viable set of practices to stay sane managing cloud infrastructure?

I am responsible for cloud infra in a company that is big to break things but small enough that we do not have a huge SRE team. We needed a way of working that was not perfect world, but did keep us out of obvious trouble. So we settled on a sort of minimum viable discipline. IaC for anything important, with real reviews, not rubber stamps. Tagging and ownership everywhere so we know who to tap when something breaks. Baseline logging and metrics as non negotiable, not aspirational. Simple, documented resilience patterns instead of everyone inventing their own approach. And regular checks where we compare live cloud state to our IaC, fixing whatever drift we find through Git.

It is minimal, but it has kept us out of the worst kinds of trouble. If you are in a similar since you are in a similar situation, what is on your short list, the stuff you insist on so you can sleep at night even if not every ideal best practice is in place?

reddit.com
u/Bright-View-8289 — 1 month ago
▲ 3 r/AZURE

Azure admins, what are your go to patterns and tools for resilience?

We went heavy on Azure about two years ago and built what looked like a strong resilience story, availability zones, paired regions, Front Door and Traffic Manager, Backup and Site Recovery, plus some experiments with Chaos Studio. The first regional wobble reminded us that slides are one thing, operations are another. Just picking a paired region was not sufficient when identity and networking were not thought through, monitoring included. Backup and Site Recovery were only comforting once we had run failover tests against real RTO and RPO targets, not just health checks. Chaos testing was useful, but only for teams willing to design non trivial scenarios. Governance turned out to be the hardest bit, keeping landing zone baselines in sync across many subscriptions and tenants via Azure Policy, especially with hybrid in the mix. Terraform or Bicep helped, but drift remained a problem.

What has made this more manageable for us is having cross subscription and cross cloud governance visibility into assets and IaC, being able to see which Azure resources are driven by code and where live state has drifted from definitions. Combined with the failover testing, that's what turned paired regions plus Site Recovery from a diagram into something we trust. For those of you running production on Azure, which resilience patterns have worked and how are you keeping them from decaying over time?

reddit.com
u/Bright-View-8289 — 1 month ago
▲ 6 r/Cloud

How did you stop your cloud infrastructure from becoming a mess?

When I joined my current company our cloud footprint was already large: dozens of accounts and subscriptions, a mix of old lift and shift bits and newer cloud native pieces, with docs that were always slightly behind reality. It felt like looking at a city map and trying to guess what traffic looks like.
We started by carving out boundaries: which environments own what, and where shared identity and logging live. Terraform became the default for anything that was not ephemeral.
Then we went hunting for unmanaged or shadow resources and either killed them or folded them into IaC. Another piece that helped was having a way to see assets across providers, understand what was codified versus drifted versus pure clickops, and generate code for the clickops ones directly. Together, that shrank the unknowns considerably.

If you have dealt with same sprawl, what worked for you and were there o, account or tenant structures that aged well instead of collapsing under their own weight?

reddit.com
u/Bright-View-8289 — 1 month ago
▲ 1 r/sre

How do you protect cloud infrastructure from outages without over engineering?

I keep getting dragged into debates that start with what if AWS, Azure or GCP go down and end with proposals for triple provider setups that nobody can run. We need to protect ourselves from outages, but we also have finite humans and brainpower. For us, the middle ground has been a multi availability zone as a baseline, multi region for the systems that justify it and backups and disaster recovery plans that do not depend on the same control plane and get exercised on purpose. The subtle failure mode has been configuration entropy: primary and failover stacks drifting apart over time until resilience is theoretical. Terraform everywhere helped but only once we treated drift detection and clickops discovery as ongoing work rather than an annual audit and had a way to reconstruct IaC from reality when we needed to rebuild. Poeple who have been through big outages: what is your minimum viable set of patterns and ways that keeps a medium to large estate from going dark, without building an architecture nobody wants to operate?

reddit.com
u/Bright-View-8289 — 2 months ago
▲ 19 r/sre

We are looking for straightforward takes on Terraform Cloud alternatives that have drift detection and governance built in

We have been evaluating IaC orchestration platforms for a few months and at this point we have opinions. Curious if others have been through the same exercise. Many of them handle the orchestration piece fine. Plans, approvals, state management. The problem is drift detection and IaC governance get treated like afterthoughts. Terraform Cloud runs drift on a schedule which collapses at 100 + workspaces. Spacelift's drift does not work at scale. I am sure there are others. Besides drift, we struggle with IaC coverage. 30% of our infrastructure lives outside any workflow because it was never in IaC to begin with. The downstream consequence is that when we need to recover an environment, we are rebuilding from an incomplete picture of what existed. Has anyone found something that handles both the orchestration and the inventory and drift side without stitching three things together?

reddit.com
u/Bright-View-8289 — 2 months ago
▲ 16 r/aws

Cloud resources keep piling up in AWS that were never in Terraform and now I cannot figure out what half our infrastructure is or whether we could recover it if we needed to

We are running 9 AWS accounts across prod and non-prod. Started with Terraform about two years ago. We never migrated existing resources into state, just wrote new stuff in Terraform going forward. So now we have this split environment where maybe half the infra is in Terraform and the other half is just... there. In the console with no owner and no documentation. ClikOps is a struggle  Every few months something breaks and we spend a day figuring out what a thing is and why it exists. Last month it was an OpenSearch instance in a VPC we barely use that turned out to be connected to a third party integration nobody remembered setting up. The month before that it was an S3 bucket with a lifecycle policy that was silently failing and had been for a year. The part that worries me most is recovery. If we lost an account tomorrow I do not know what percentage of our infrastructure we could rebuild from our Terraform. Probably 50-60%. The rest would surface slowly as things stopped working. Is there anything built for teams our size that helps with cloud resource discovery across AWS accounts, generates Terraform for existing resources, and keeps cloud configuration backup and state coverage current over time? Not enterprise pricing. Just something that solves the IaC coverage gap problem for a small team that got behind. I fear we will expand to GCP so multi-cloud support is a bonus but not a blocker right now.

reddit.com
u/Bright-View-8289 — 2 months ago

Best practices for threat intelligence integration in 2026?

had one of those incidents recently where afterwards everybody technically followed process and we still ended up in a bad place.

few months back one of our external-facing middleware apps got flagged for a vulnerable third-party java library. not a name-brand CVE, no KEV listing yet, EPSS was low-ish. scanner marked it high but not critical. went into backlog with the rest of the noise because we were already burning patch windows on stuff with confirmed in-the-wild activity. nobody at that point would have called it an emergency and honestly i still dont think we wouldve 

security wanted it patched earlier. ops pushed back because the fix would've required downtime during quarter close and CAB wasnt going to approve an emergency change off “possible exploitation” alone. vendor also hadnt fully certified the patched version yet against the older JVM stack this app still depends on.

so the finding sat.

we added temporary WAF coverage, documented compensating controls, CAB signed off on the deferral and everybody kind of moved on to the next fire.

then about six weeks later SOC escalated outbound traffic patterns from the same server talking to infrastructure tied to a known campaign.

turned out the vulnerable component was getting actively exploited and the entry point was the exact service we'd kept deferring because there were other “higher priority” findings ahead of it.

thats the part thats been bothering me honestly. nobody ignored the issue. ticket existed. CAB reviewed it. controls were documented. ops had legitimate concerns about downtime risk and vendor supportability. if you looked at the decision in isolation it all sounded reasonable.

the problem was exploitability changed while the finding was sitting in backlog waiting for organizational process to catch up.

and we didnt really see that shift until SOC was already involved.

how others are pulling active exploitation context into prioritization workflows without creating another separate feed analysts have to manually cross-reference all day. especially in environments where remediation depends on CAB approvals, vendor coordination and maintenance windows instead of just patching immediately.

reddit.com
u/Bright-View-8289 — 2 months ago

Looking for honest takes on Terraform Cloud alternatives that have drift detection and governance built in

I have been evaluating IaC orchestration platforms for a few months and at this point I have opinions. Curious if others have been through the same exercise recently. Most of them handle the orchestration piece fine. Plans, approvals, state management. The problem is drift detection and IaC governance get treated like afterthoughts. Terraform Cloud runs drift on a schedule which collapses at 100+ workspace. Spacelift's drift doesn't work at scale. I'm sure there are others… Aside from drift, we struggle with IaC coverage. 30% of our infrastructure lives outside any workflow because it was never in IaC to begin with. The downstream consequence is that when we need to recover an environment, we’re rebuilding from an incomplete picture of what existed. Has anyone found something that handles both the orchestration and the continuous inventory and drift side without stitching three tools together?

reddit.com
u/Bright-View-8289 — 2 months ago

Best practices for threat intelligence integration in 2026?

had one of those incidents recently where afterwards everybody technically followed process and we still ended up in a bad place.

few months back one of our external-facing middleware apps got flagged for a vulnerable third-party java library. not a name-brand CVE, no KEV listing yet, EPSS was low-ish. scanner marked it high but not critical. went into backlog with the rest of the noise because we were already burning patch windows on stuff with confirmed in-the-wild activity. nobody at that point would have called it an emergency and honestly i still dont think we wouldve 

security wanted it patched earlier. ops pushed back because the fix would've required downtime during quarter close and CAB wasnt going to approve an emergency change off “possible exploitation” alone. vendor also hadnt fully certified the patched version yet against the older JVM stack this app still depends on.

so the finding sat.

we added temporary WAF coverage, documented compensating controls, CAB signed off on the deferral and everybody kind of moved on to the next fire.

then about six weeks later SOC escalated outbound traffic patterns from the same server talking to infrastructure tied to a known campaign.

turned out the vulnerable component was getting actively exploited and the entry point was the exact service we'd kept deferring because there were other “higher priority” findings ahead of it.

thats the part thats been bothering me honestly. nobody ignored the issue. ticket existed. CAB reviewed it. controls were documented. ops had legitimate concerns about downtime risk and vendor supportability. if you looked at the decision in isolation it all sounded reasonable.

the problem was exploitability changed while the finding was sitting in backlog waiting for organizational process to catch up.

and we didnt really see that shift until SOC was already involved.

how others are pulling active exploitation context into prioritization workflows without creating another separate feed analysts have to manually cross-reference all day. especially in environments where remediation depends on CAB approvals, vendor coordination and maintenance windows instead of just patching immediately.

reddit.com
u/Bright-View-8289 — 2 months ago

What are the best risk-based vulnerability management tools for tracking active exploitation in 2026?

our vuln backlog is sitting around 40k open findings instances rn and honestly  nobody looks at the whole queue anymore.

team of 3 doing triage across infra + appsec. we start with crit/high first but with 40k open honestly at this point its basically vibes. the process mostly turns into trying to figure out which things might realistically blow up before the next scan cycle dumps another few thousand tickets on top.

same CVE shows up from tenable, snyk and trivy with slightly different scores and different asset context so half the discussion ends up being whether we're looking at one issue or three. then you get into ownership and it gets worse. some findings still route into ServiceNow groups that havent had active members since a reorg last year. tickets just sit there aging until somebody notices during SLA review.

thing that finally shook leadership a bit was missing a KEV because it got buried in the noise. wasnt hidden. scanner saw it. we dont have a clean way to surface whether something is actively exploited in the wild unless someone manually checks. half the time we find out from a pentest or a slack message, not from our own tooling.  Jira ticket existed. nobody escalated it because there were already too many other “critical” findings sitting ahead of it waiting for review.

ops only found out after they started asking for an emergency patch window.

thats the part thats burning analysts out. half the time people are flipping between KEV pages and Jira tickets during triage calls trying to figure out whether something actually needs escalation right away or not.

and.. i still cant tell sometimes whether the bigger problem is prioritization or ownership routing because fixing one doesnt really seem to improve the other much.

how people are handling this once the queue gets large enough that “critical” stops meaning anything operationally.

reddit.com
u/Bright-View-8289 — 2 months ago

Honest question: did anyone's VM orchestration actually reduce coordination work, or just move it around?

starting to wonder whether we accidentally built a remediation process nobody can actually follow end-to-end anymore.

security works out of Jira. infra mostly lives in ServiceNow. cloud ops tracks deployment changes in Azure DevOps. CAB approvals happen somewhere else entirely and half the time people are pasting screenshots between systems because the ticket references dont line up cleanly.

scanner coverage itself is fine, honestly thats not even the stressful part anymore.

the breaking point for me was a vuln tied to an externally exposed workload that stayed open for almost five weeks even though everybody thought someone else was already handling it.

security escalated it after EPSS jumped. ops pushed the patch out because they didnt want downtime outside the maintenance window. app owners wanted another regression cycle because the last emergency patch caused rollback issues in production. then somebody restored an older image during a separate incident and the scanner reopened the finding again anyway.

after that nobody could even agree what state the remediation was actually in.

Jira showed resolved. Service Now still had an active remediation task open. cloud ops had already deployed a newer image in one environment but not another. CAB notes said rollback verification was still pending.

every remediation meeting turned into people screen-sharing ticket history from four different systems trying to reconstruct what had already happened.

leadership just sees vuln aging reports getting worse and keeps asking why remediation velocity dropped.

and tbh i dont even know what the answer is anymore because part of me thinks we probably need some kind of middle layer between the systems and another part thinks we're just stacking more tooling on top of workflows that already dont match the org structure underneath them.

dont know how people keep remediation state sane once enough systems and approvals get involved. especially after rollbacks or partial deployments where different teams all think the finding status means something different.

reddit.com
u/Bright-View-8289 — 2 months ago
▲ 4 r/sre

Anyone else's DR run-books constantly out of date with what's in prod?

Ran a restore drill last week. The run-book had the reconstruction sequence wrong because IAM roles, cross account trust relationships, and two shared services had changed in the 11 months since anyone updated the dependency documentation. VPC peering before security groups, security groups before RDS, RDS before app tier. None of that was sequenced correctly. We figured it out live which defeats the point of having a run-book at all. There is no process we have that automatically detects when infrastructure changes break the documented dependency order for disaster recovery. Looking for how other teams are solving this, specifically whether anyone has tooling that keeps infrastructure dependency maps current as cloud environments change rather than treating it as a documentation task that gets deprioritized every quarter.

reddit.com
u/Bright-View-8289 — 2 months ago

Why is creative testing on CTV ads so slow for small teams?

Hey everyone, i am trying to figure out if this is just a normal CTV problem or if i am missing something.

I work with a small marketing team and we have been testing connected TV ads, but the creative testing part feels painfully slow. On Meta or TikTok, we can test a bunch of hooks, angles, edits, captions, and offers pretty fast. But with streaming TV ads, every new variation feels like a whole task.

We have to make the creative, upload it, set up the campaign, wait for data, check the dashboard, adjust the targeting, then repeat the same thing again with another version. It makes testing feel expensive before we even know what kind of ad works.

The targeting side of CTV is cool, but the creative testing loop is whats killing us. We don't have a big media team or a huge budget, so spending weeks just testing a few video angles feels kind of insane.

Has anyone found a faster way to test CTV ad creatives?

reddit.com
u/Bright-View-8289 — 3 months ago
▲ 14 r/sre

Is anyone running DR drills against their RTO targets, or are we just going off vibes until something breaks?

We're a DevOps team of 5 and we do have DR plans and documented RTO targets. What we don't have is time or usually the tooling we need, so we haven't tested either of them under real failure conditions. I don't mean we haven't done it in a while. I mean we haven't done it at all. Last time we ran a real restore drill, it took four hours to get to 60% of the environment, and our RTO commitment is 90 minutes. Last time we ran a real restore drill, it took four hours to get to 60% of the environment. RTO commitment is 90 minutes. Nobody escalated this. It just got filed and forgotten.

The specific problem is that our IaC doesn't fully represent live state. Things get modified in the console, resources get provisioned outside Terraform, and dependencies between services get added without corresponding state updates. So when we run a restore from IaC, we're restoring the infrastructure as it was documented, not as it exists. The gap is invisible until it matters, and that sucks. I want to know how SRE teams are handling validated disaster recovery readiness for cloud infrastructure specifically. Not backup tooling for data… Like for Infrastructure rebuild. How do you verify that your IaC reflects your live environment well enough that a restore from it would recover your real production system? And how do you maintain that continuously so you're not just finding out about the gap mid incident?

reddit.com
u/Bright-View-8289 — 3 months ago

Why do HR dashboards contain analytics that always feel like looking in the rearview mirror?

Two years into our current HR platform and i keep hitting the same wall.

Everything i pull is backwards, last quarter's turnover, Yesterday's utilization, current headcount, it's all stuff that already happened.

What i actually need is someone telling me what's about to happen. which high performers are quietly checked out. where i'll have a skills gap in six months. who's a flight risk before they hand in their notice. We've tried bolting AI onto what we have but the foundation just isn't built for it and every new platform we demo just gives us shinier versions of the same thing prettier charts, more filters, faster syncing, still no real predictions.

maybe i'm using the wrong tools. maybe this is just an unsolved problem in HR tech but it feels like such an obvious gap that someone must be cracking it somewhere.

Is anyone actually getting forward-looking insights or have we all just accepted that HR analytics = reporting on the past?

reddit.com
u/Bright-View-8289 — 3 months ago

Not sure if others are seeing this, but delegation hasn’t behaved the same across different frameworks.

Passing work from one part of the system to another looked simple at first. In reality, it depends a lot on how each setup continues execution. Some treat it like a continuation, others spin up a separate run. Some need structured input, others just rely on what’s already there.

The same handoff can work fine in one setup and act weird in another, even when the input is exactly the same.

What made it harder is that it’s not just about passing results forward. The next part has to  use what it gets, and that seems to vary more than expected.

To keep things working, we ended up adding extra logic around these transitions. Over time it just becomes part of how the system runs.Anyone else runs into this?

reddit.com
u/Bright-View-8289 — 3 months ago