Open jakepage91 opened 1 year ago
Hey there @subhajit20. This could be a great one for you to tackle. Here is a video that helps you get started https://www.youtube.com/watch?v=Vn5uc2elcVg
Hey @jakepage91 , thanks. Can you assign this to me?
All yours!
hey @jakepage91 , I have seen the tutorial you mentioned... have set up the project locally but in this case, how do I know which method to use for implementing codePipelines? There are multiple methods available in the documentation
hey @jakepage91 , I have seen the tutorial you mentioned... have set up the project locally but in this case, how do I know which method to use for implementing codePipelines? There are multiple methods available in the documentation
You can take a look for ec2 instance.go file for which function to use and as we are currently focusing for service level cost rather resource level so it'd be a good start to only fetch the service from regions
Yeah I haven't gone through the available methods for AWS Code Pipelines but the idea is to simply list each pipeline resource (forget about cost at the moment) and make sure it shows up in the resource inventory
Okay,
@jakepage91 one more thing is I have added the config.toml
file to the project but do not understand how to generate the credential file ?
this i s why the cloud account could not be found.
Can you help out ?
Okay, @jakepage91 one more thing is I have added the
config.toml
file to the project but do not understand how to generate the credential file ? this i s why the cloud account could not be found. Can you help out ?
Hey @subhajit20 You can set your credentials by AWS Cli
aws configure
command
Komiser will automatically fetch it when you mention source="ENVIRONMENT_VARIABLES"
in config.toml
Describe the solution you'd like Collect AWS CodePipelines Additional context To get an idea of how to implement the collector, take the EC2 instances resource as inspiration.