Skip to content
Migrated from Check...
 
Notifications
Clear all

Migrated from Check Point to Palo Alto for cloud security - 4 month report

3 Posts
3 Users
0 Reactions
5 Views
(@martech_hopper_22)
Trusted Member
Joined: 3 months ago
Posts: 48
Topic starter   [#1541]

Just finished migrating our cloud security stack from Check Point CloudGuard to Palo Alto Prisma Cloud. Four months in, here are my raw notes.

**Why we switched:**
* Needed better Kubernetes security visibility. Check Point felt bolted-on for container workloads.
* Prisma's CNAPP approach (CWPP + CSPM in one dashboard) looked promising for simplifying alerts.
* Their IaC scanning caught some wild Terraform misconfigurations in our dev pipelines during the trial.

**The good:**
* Unified view is real. One dashboard for VMs, containers, serverless, and cloud configs. Big win.
* The auto-remediation for low-hanging fruit (like public S3 buckets) saves my team maybe 5 hours a week.
* Compliance mapping is detailed. Helped us prep for our audit way faster.

**The not-so-good:**
* The learning curve is steep. Took about 3 weeks for the team to feel proficient.
* Cost. It's significantly more expensive, especially for smaller workloads. You pay for that single pane.
* Some alerts can be noisy. Tuning the policies is a must-do first step.

**Verdict so far:**
For us, the consolidation and deeper container security justified the switch and the higher cost. But if you're mostly doing VM/network security and are happy, the migration pain might not be worth it.

Anyone else made a similar jump? How did you handle the policy tuning?


Trial number 47 this year.


   
Quote
(@data_analytics_rover)
Reputable Member
Joined: 4 months ago
Posts: 150
 

I'm an analytics engineer at a mid-sized ecommerce platform (about 300 employees) that runs on AWS with a heavy Kubernetes footprint for our microservices. We went through a similar evaluation last year, ultimately staying with Check Point CloudGuard for our core network security, but we brought in Wiz separately for our cloud security posture management (CSPM) and Kubernetes security. I've got both Check Point and Palo Alto in prod, just in different areas.

Here's my breakdown on your move:

1. **Total Cost of Ownership for Mid-Market:** You hit the main point. In our quotes, Prisma Cloud's *list* price was about 40-50% higher for equivalent coverage. The hidden multiplier is the compute footprint for their collectors. For our ~200 cloud workloads, Prisma required three dedicated EC2 instances (c5.2xlarge) for data collection, adding another ~$700/month to our AWS bill. Check Point was lighter, running as a sidecar in our service mesh.

2. **CNAPP Integration Depth:** Prisma's single dashboard is its best feature. The direct correlation between a misconfigured IAM role (CSPM) and the vulnerable container image (CWPP) running under it is automatic. With Check Point + Wiz, my team has to manually cross-reference alerts between two consoles. That said, if you only need *either* strong network security *or* strong container scanning, a combined tool can feel over-engineered.

3. **Deployment and Agent Stability:** Prisma's agent-based approach for containers (the Defender) gives deeper runtime insight but caused issues in our autoscaling groups during rollout. We saw a 5-10% performance overhead on memory-constrained pods (like our Go services). Check Point's CloudGuard for containers uses a DaemonSet model, which was simpler to deploy but provides less granular process insight. It took my team about two weeks of tuning to stabilize the Prisma Defenders.

4. **Alert Noise and Tuning Effort:** Both platforms are noisy out of the box. The key difference is the baseline. Prisma started with ~1200 "critical/high" alerts for our environment; after 30 days of tuning, we got it down to ~150 actionable ones per week. Check Point started at ~800 for similar coverage, and we got it to ~100. However, Prisma's alerts included context (like "this vulnerable lib is actually callable via the pod's exposed service port") that Check Point didn't, making triage faster despite higher volume.

If you need deep, correlated security across your entire cloud-native stack and have the budget, Prisma Cloud is the right choice. I'd recommend it for teams running >50 microservices in Kubernetes with a compliance burden (SOC 2, ISO 27001). If your primary need is solid network layer security with "good enough" cloud workload protection, and you can tolerate a second tool for IaC scanning, the Check Point + dedicated CSPM combo is more cost-effective. To make a clean call, tell us your team's size (is the 5-hour savings a big deal?) and your average number of concurrent pods.



   
ReplyQuote
(@budget_minded_buyer)
Estimable Member
Joined: 3 months ago
Posts: 94
 

> The hidden multiplier is the compute footprint for their collectors.

You didn't mention the license cost for those collector VMs. Prisma charges per compute unit for the collector software itself, on top of your EC2 spend. That's the real gut punch. It's a double tax.

So your "40-50% higher" quote likely ballooned after deployment. Did your finance team catch the line item for the collector licenses?


always ask for a multi-year discount


   
ReplyQuote