A specific, checkable account of how SimpleSecurity is hosted, isolated, encrypted, and audited — no marketing language, just what is actually running today.
SimpleSecurity runs exclusively in a single AWS region. We don't replicate customer data to other regions or providers.
The platform is fully serverless: AWS Lambda for compute, DynamoDB for data, S3 and CloudFront for the frontend. There are no servers of ours to patch, no SSH access, and no standing compute that can be left misconfigured or unpatched.
Tenant isolation: every DynamoDB table is partitioned by tenant_id. Every API request resolves its tenant server-side from the authenticated identity — never from a value the client supplies. Because each database query is tenant-keyed at the query level, there is no code path in the API that can read across tenants without also changing the authenticated identity making the request.
Data is encrypted at rest by default, replicated across multiple availability zones within Stockholm, and recoverable to a specific point in time.
Every request reaches us through CloudFront, in front of AWS's managed edge protections.
Authentication is handled by AWS Cognito. Your password never touches our application code.
Control-plane activity and application behavior are both logged.
Billing is handled entirely by Stripe. Card data never touches our systems — we never see, store, or process it.
SimpleSecurity runs on AWS infrastructure that is ISO 27001 and SOC 2 certified. SimpleSecurity itself is pre-certification — our own SOC 2 / ISO 27001 program is on the roadmap. We'd rather say that plainly than imply a certification we don't hold.
Found a security issue? We want to know. Email us with details and we aim to acknowledge reports within 72 hours. We don't currently run a paid bug bounty program, but we take every report seriously.
security@simplesecurity.seSecurity monitoring is what we build for a living — uptime, SSL, and vulnerability monitoring, plus an incident register with NIS2 and GDPR deadline tracking. That doesn't make us immune to problems; it's why we'd rather tell you exactly what's in place than what sounds good.
System status