-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the cluster_cost to the cro #673
Conversation
nice, thanks for the work @athiruma 👍🏻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add any unittest ?
@@ -21,6 +21,11 @@ | |||
CRO_PORTAL = os.environ['CRO_PORTAL'] | |||
CRO_COST_OVER_USAGE = os.environ['CRO_COST_OVER_USAGE'] | |||
CRO_ES_INDEX = os.environ['CRO_ES_INDEX'] | |||
AWS_ACCESS_KEY_ID_ATHIRUMA_BOT = os.environ['AWS_ACCESS_KEY_ID_ATHIRUMA_BOT'] | |||
AWS_SECRET_ACCESS_KEY_ATHIRUMA_BOT = os.environ['AWS_SECRET_ACCESS_KEY_ATHIRUMA_BOT'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWS_ACCESS_KEY_ID_ATHIRUMA_BOT, AWS_ACCESS_KEY_ID_ATHIRUMA_BOT
Are those the same as:
ATHENA_ACCOUNT_ACCESS_KEY, ATHENA_ACCOUNT_SECRET_KEY
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I am using my creds to querying the Athena database.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 2 different names ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are my personal creds, So I named them as my creds.
We need to pass the Athena creds. So I am asking for the Athena creds.
have them already |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
Type of change
Note: Fill x in []
Description
Adding the cluster details and the cluster_cost.
For security reasons, all pull requests need to be approved first before running any automated CI