Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Wrong code for EUC1 (Frankfurt) #21

Open
chris08002 opened this issue Apr 5, 2020 · 0 comments
Open

Wrong code for EUC1 (Frankfurt) #21

chris08002 opened this issue Apr 5, 2020 · 0 comments

Comments

@chris08002
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant