AIARCO Shield — Security Cloud
11 security primitives for any origin or any cloud. Sits in front of your traffic, not behind your hiring plan.
What it is
Shield is a security-only product. Where AIARCO Edge bundles security into a full edge cloud, Shield is the right fit if you already have your CDN and hosting elsewhere but want premium WAF, DDoS, bot, ZTNA and threat-intel without the four-figure-per-month enterprise quote.
When to use it
- You already run on another cloud and just need security.
- You need account-takeover and client-side defences that the built-in WAF doesn't provide.
- You want a SOAR layer to automate response.
Quickstart
asc shield origins add example.com --address 1.2.3.4
asc shield waf enable example.com --rule-set managed-strictclient.shield.origins.add('example.com', address='1.2.3.4')
client.shield.waf.enable('example.com', rule_set='managed-strict')await client.shield.waf.enable('example.com', { ruleSet: 'managed-strict' });Limits & quotas
| Limit | Default | Burst | Notes |
|---|---|---|---|
| Origins per project | 100 | 1,000 | |
| Plans | Pro / Business / Enterprise | — | See pricing |
Pricing
See pricing. Pay-as-you-go, billed monthly via Stripe.
API surface
- See per-primitive pages
Security
All access is authenticated and scoped. See Auth & scopes and Network controls.