amazon-archives / cost-optimization-ec2-right-sizing

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.
Apache License 2.0
88 stars 45 forks source link

Wrong code for EUC1 (Frankfurt) #21

Open chris08002 opened 4 years ago

chris08002 commented 4 years ago

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.