Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

This section will guide you through the process of generating a savings and migration report using the provided cost calculation script.

Prerequisites:

Ensure the following Python packages are installed:

  • pandas

  • xlsxwriter

Running the Scanning Script:

Step 1: Check pandas and xlsxwriter are installed. If not, run:

...

Step 2: Navigate to the script location and copy over pricing files:

Code Block
languagebash
cd /xcompute/slurm/awsbin/cost_calculation && mkdir -p /etc/xspot/aws-pricing && cp -r ./pricing/* /etc/xspot/aws-pricing/

Step 3: Run the script:

General Usage:

...