-
Notifications
You must be signed in to change notification settings - Fork 809
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
Counting DynamoDB Tables #766
Comments
CloudMapper does not currently collect info about DynamoDB tables, as there hasn't been anything I know to audit about them and haven't had another use for them within CloudMapper. You would need to add lines to the And then add lines to the If you want to send a PR for this I'll get it merged. |
Thanks for the reply and info. I successfully managed to get a count of tables but when trying to get the "Arn" for the table in order to get the Tags, I am failing. I have this in collect
I can see the table names when using jq, what am I doing wrong? Thank you. Paul |
This looks right, maybe just the space after the cloudmapper/commands/collect.py Line 456 in 9e91a9a That should help you debug. |
Thanks, I'll give that ago. Paul |
Did this ever get solved? @ps9786 @0xdabbad00 |
Ramon,
Yes, I just added -
Service: dynamodb
Request: list-tables
to the collect yaml.
Thanks,
Paul
…On Mon, 15 Mar 2021 at 14:41, Ramon ***@***.***> wrote:
Did this ever get solved? @ps9786 <https://github.com/ps9786> @0xdabbad00
<https://github.com/0xdabbad00>
Shall we create the PR for it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#766 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYTOFSYDDPAXRLXX2X253TTDYMCXANCNFSM4RUUGXIQ>
.
|
Sorry @ps9786 but I can't find it, did you add it to this repo or to your fork? |
Ramon,
Ah you got me there. I did it locally (bad I know) but did not think it was
a resource that others would be interested in.
Paul
…On Mon, 15 Mar 2021 at 15:50, Ramon ***@***.***> wrote:
Sorry @ps9786 <https://github.com/ps9786> but I can't find it, did you
add it to this repo or to your fork?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#766 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYTOFRKXEQTESD7CKWOG6DTDYUDFANCNFSM4RUUGXIQ>
.
|
Ramon,
Thanks, is there anything I need to do?
Paul
…On Mon, 15 Mar 2021 at 16:21, Ramon ***@***.***> wrote:
Alright @ps9786 <https://github.com/ps9786> !
I created the PR #858 <#858>
adding what you said in this issue so this can get solved!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#766 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYTOFUZGBQMRNTVJKBUXODTDYXXLANCNFSM4RUUGXIQ>
.
|
Hello Paul! Thank you! :) |
I merged the PR for collecting the tables, but it doesn't count the tables, so I'll leave this open. |
Hi, I have searched the code and the yaml's but cant see any way to count the number of DynamoDB tables. Do I need to add a custom scipt?
Apologies if this has been asked before I did search for DynamoDB in the issues.
The text was updated successfully, but these errors were encountered: