-
Notifications
You must be signed in to change notification settings - Fork 51
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
More Info regarding AWS cloud cost integration using Terraform #192
Comments
The OpenCost Helm chart doesn't do anything related to IAM, Athena or S3. Is the documentation here insufficient? https://www.opencost.io/docs/configuration/aws |
In this section, it is mentioned to use CUR report and Athena database which uses AWS Glue behind the scene, but it is not mentioned here how we can create all that resources which is compatible with opencost currently we need to refer kube-cost doc for all these things |
I'm going to move this over to https://github.com/opencost/opencost-website and try to give the docs a walk-through to recreate |
Same here. Doc talks about some Cloudformation template to create the dependent resources but cannot find it anywhere. |
yes its insufficient. What table/columns etc required for athena is not specified anywhere |
Anyone looking for this, I was able to create required table and columns using below steps
opencost is the table name I refer inside the json secret in kubernetes |
I want to integrate AWS-cloud cost to opencost but could not able to find out enough documentation about how we can create different stuff like:
with terraform
The text was updated successfully, but these errors were encountered: