The EC2 Right Sizing solution has reached the end of its useful life. Right-sizing functionality is available as a native feature of AWS Compute Optimizer. Details here: https://aws.amazon.com/compute-optimizer/. The solution will be removed the AWS Solutions library and archived on GitHub. Archived solutions will continue to be available on GitHub; however, the AWS Solutions Team has no further plans to update or provide technical support for the solution.
This line in the code is wrong:
source/scripts/run-rightsizing-redshift.py
ls_update_pricelist_sql += " when location='EU (Frankfurt)' then 'EU' "
It should be
ls_update_pricelist_sql += " when location='EU (Frankfurt)' then 'EUC1' "
This error causes that servers in eu-central-1 are not recognised.
How can I change this in the actual installation? The scripts are not usable for us with this error.