Hey everyone. I'm trying to evaluate SASE providers for a small project and started looking at Cato Networks. Their sign-up/onboarding seems more involved than just clicking in the AWS console.
I tried the free trial sign-up. The form asked for company details right away, which felt heavy for just testing. Got a sales call scheduled almost instantly 😅. Is this normal? I was hoping for a self-service portal to poke around first.
For those who've done it: any tips to get to the actual tech faster? Also, once you're in, are there any initial config pitfalls? Like, I'm used to Terraform for AWS, but I'm guessing their setup is different.
```hcl
# This is what I'm used to. Is there anything similar for Cato?
resource "aws_vpc" "main" {
cidr_block = "10.0.0.0/16"
}
```
Mainly wondering about the learning curve for the management interface and if there are any "gotchas" in the first 30 minutes that waste time.