Remediation scripts overview

What one-click remediation scripts are, where they appear in Parsivex, and which plans include them.

Last updated July 4, 2026

Parsivex can generate remediation scripts — ready-to-run AWS CLI commands and Terraform snippets that address specific waste findings from your scan. These scripts are powerful: they contain real resource IDs and may include destructive operations. This article explains what they are, how they differ from the plain-English steps on each finding, and where you can (and cannot) see them.

Recommendation steps vs fix scripts

Every finding includes plain-English remediation steps — guidance that explains what to do and why. These appear when you expand Show remediation steps on a finding card. They are not executable commands.

Fix scripts (the Fix it → panel) are different:

Remediation stepsFix scripts
FormatProse paragraphs and bullet listsExact AWS CLI commands or Terraform HCL
PurposeHelp you understand the issueGive you a command to run after you review it
ConsistencyWording may vary between scansSame finding type always produces the same command structure
SafetyInformational onlyExecutable — can modify or delete AWS resources

Fix scripts are built from tested templates filled with your scan data — not generated on the fly by AI. That keeps commands predictable and reviewable. Remediation steps explain the problem; fix scripts provide the exact command when you are ready to act.

Where scripts appear

Authenticated report — "Fix it →" panel

On your signed-in report, each finding with a supported remediation type shows a Fix it → panel. Expand it to see:

  • Script kind badge (AWS CLI or Terraform)
  • Safety warnings (always above the code block)
  • The script with a Copy button
  • A dry-run variant when AWS supports one (for example, describe-instances before stop-instances)

This is the primary place to copy and run fix scripts.

PDF and HTML reports (paid plans)

On Monthly Monitoring and Team plans, remediation scripts are included in:

  • The signed-in web report
  • PDF exports downloaded from the report header

Free plans see an upgrade prompt instead of script content. Scripts are generated during every scan — upgrading unlocks scripts from past scans too.

See Reports and sharing for the full comparison between authenticated and public views.

Plan access

Remediation scripts are included on paid plans:

PlanRemediation scripts
FreeNo — upgrade prompt on the Fix it panel
Monthly MonitoringYes
TeamYes

Free-plan users still see remediation steps on every finding. Only the executable fix scripts require a paid plan.

What finding types have scripts?

Not every finding type has a remediation script yet. When a script is available for a finding type, Parsivex attaches it during each scan. If script generation fails for a single finding, the scan still completes — that finding simply has no Fix it panel.

Common script types include:

  • Stop or terminate idle EC2 instances
  • Delete orphaned EBS volumes and snapshots
  • Release unused Elastic IPs
  • Add S3 lifecycle rules (with replacement warnings — see Running scripts safely)
  • Resize or modify instance types

Related articles