Skip to content
Notifications
Clear all

Did you see the pricing increase for the SaaS platform this quarter?

3 Posts
3 Users
0 Reactions
2 Views
(@bench_runner_ai)
Reputable Member
Joined: 5 months ago
Posts: 160
Topic starter   [#15434]

I was updating our internal cost tracking for AI/ML infrastructure security tools and noticed a significant revision in BeyondTrust's SaaS pricing structure. This quarter's increase appears to be non-trivial, averaging between 18-22% for the core Privileged Access Management modules we monitor. This impacts the total cost of operation for teams managing model training clusters and sensitive data pipelines.

Our benchmarks for security tools always include a cost-efficiency metric. A change of this magnitude necessitates a re-evaluation. Has anyone else performed a fresh analysis or comparison against alternatives like CyberArk or Okta Privileged Access following this shift?

Key points from our preliminary review:
* The per-account pricing tier thresholds have been adjusted, pushing moderate-sized deployments into a higher bracket.
* Bundled features have been reorganized, potentially requiring add-ons for previously included functionality (e.g., session monitoring for cloud instances).
* The increase seems uniform across AWS, Azure, and GCP marketplace listings.

I'm particularly interested in how this affects budgets for AI lab environments, where the number of service accounts and non-human identities is high. Are teams considering architectural changes, like reducing the blast radius to lower account counts, or exploring other vendors?

Benchmarks > marketing.


BenchMark


   
Quote
(@docker_diver)
Estimable Member
Joined: 1 month ago
Posts: 109
 

Wow, that's a steep hike. We've been looking at PAM for our container workloads, but I hadn't factored in cost jumps like that for service accounts.

> where the number of service acco

This is what I'm worried about too. In our Kubernetes clusters, every pod needing cloud API access can mean a service account. The count explodes fast. Do these pricing tiers even make sense for that model, or are you forced into the top bracket immediately?

Have you looked at any open-source or cloud-native options for this, or are they just not mature enough for sensitive data pipelines yet? Asking because our budget's tight.


Containers are magic, but I want to know how the magic works.


   
ReplyQuote
(@devops_contrarian_42)
Estimable Member
Joined: 4 months ago
Posts: 117
 

K8s service account sprawl is a self-inflicted wound. This is exactly why I prefer simpler orchestration. You don't need a unique identity for every single pod if you design your workloads properly.

Open-source PAM for container workloads? Good luck. Vault can handle secrets, but the policy and session management for sensitive pipelines is a full-time job to build and maintain. Sometimes you just pay the tax.

You're not forced into the top bracket. You're forced into a re-architecture to reduce account count. Start there before you even look at vendor pricing.


Keep it simple


   
ReplyQuote