Security & Trust
Trying the free scan? Parsivex needs read-only access to your AWS account to find waste. Here is exactly what that means — what we can see, what we never touch, and how you stay in control.
What Parsivex can — and cannot — do
Read-only IAM role with External ID protection
- You create a read-only IAM role in your account and grant Parsivex permission to assume it
- The role is locked to the minimum permissions required — no write access, ever
- We use an External ID (a secret token unique to your account) to prevent confused-deputy attacks — even if someone knows our AWS account ID, they cannot assume your role without the External ID
- You can revoke access instantly by deleting the IAM role — we lose all access immediately
After your free scan
Many free-scan users ask what happens once the scan finishes. You stay in control:
- Your IAM role stays in your AWS account and the connection remains in Parsivex so you can upgrade or run another scan later — nothing changes automatically
- On the free plan, you get one scan per AWS account for the lifetime of your account. We do not run additional scans unless you start one or upgrade to a paid plan
- You can revoke access at any time by deleting the IAM role in AWS. Access ends immediately and no new data is collected
- Revoking AWS access stops future scans but does not delete past scan results in Parsivex — delete your account from Settings if you want that data removed too
What we store — and what we don't
Full details in our Privacy Policy and Terms of Service.
Data retention
Revoking AWS access stops new scans immediately. Existing scan data stays in your Parsivex account until you delete your account.
| Data type | While connected | After revoking AWS access | After account deletion |
|---|---|---|---|
| Scan results and findings | Retained | Retained until account deletion | Permanently deleted |
| Report PDFs | Retained | Retained until account deletion | Permanently deleted |
| AWS connection (Role ARN, External ID) | Retained | Removed if you delete the connection | Permanently deleted |
| Chat conversations (paid plans) | Retained | Retained until account deletion | Permanently deleted |
| Email delivery audit log (recipient addresses) | Retained (90 days) | Retained (90 days) | Permanently deleted |
Deleting your Parsivex account does not remove the IAM role from AWS — delete that separately in the IAM console. See revoking access for step-by-step instructions.
IAM policy
This is the exact read-only policy attached to the role you create:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "CostExplorerReadOnly",
"Effect": "Allow",
"Action": [
"ce:Get*",
"ce:Describe*"
],
"Resource": "*"
},
{
"Sid": "CloudWatchReadOnly",
"Effect": "Allow",
"Action": [
"cloudwatch:Get*",
"cloudwatch:Describe*",
"cloudwatch:List*"
],
"Resource": "*"
},
{
"Sid": "CloudWatchLogsReadOnly",
"Effect": "Allow",
"Action": [
"logs:Describe*",
"logs:List*"
],
"Resource": "*"
},
{
"Sid": "EC2ReadOnly",
"Effect": "Allow",
"Action": [
"ec2:Describe*"
],
"Resource": "*"
},
{
"Sid": "RDSReadOnly",
"Effect": "Allow",
"Action": [
"rds:Describe*"
],
"Resource": "*"
},
{
"Sid": "ElasticLoadBalancingReadOnly",
"Effect": "Allow",
"Action": [
"elasticloadbalancing:Describe*"
],
"Resource": "*"
},
{
"Sid": "ElastiCacheReadOnly",
"Effect": "Allow",
"Action": [
"elasticache:Describe*"
],
"Resource": "*"
},
{
"Sid": "RedshiftReadOnly",
"Effect": "Allow",
"Action": [
"redshift:Describe*"
],
"Resource": "*"
},
{
"Sid": "EFSReadOnly",
"Effect": "Allow",
"Action": [
"elasticfilesystem:Describe*"
],
"Resource": "*"
},
{
"Sid": "DynamoDBReadOnly",
"Effect": "Allow",
"Action": [
"dynamodb:ListTables",
"dynamodb:DescribeTable"
],
"Resource": "*"
},
{
"Sid": "LambdaReadOnly",
"Effect": "Allow",
"Action": [
"lambda:Get*",
"lambda:List*"
],
"Resource": "*"
},
{
"Sid": "S3BucketReadOnly",
"Effect": "Allow",
"Action": [
"s3:GetBucket*",
"s3:List*",
"s3:ListBucketMultipartUploads",
"s3:ListMultipartUploadParts"
],
"Resource": "*"
}
]
}FAQ
More answers in our Security FAQ.
- Can Parsivex see my application data or secrets?
- No. The IAM policy does not grant access to S3 object contents, Secrets Manager, SSM Parameter Store, or any service that stores application data. See full data access breakdown →
- Can Parsivex make changes to my infrastructure?
- No. All actions in the policy are read-only (Describe*, Get*, List*). There are no write permissions. Remediation scripts are generated for you to review and run locally — Parsivex never executes them.
- How do I revoke access?
- Delete the IAM role from your AWS console. Access is revoked immediately and permanently until you create a new role. Revocation guide →
- What happens to my data after the free scan?
- Your scan results stay in your Parsivex account so you can review them. Revoking the IAM role stops new data collection but does not delete existing results. Delete your account from Settings to remove all Parsivex data. Privacy Policy →