botocove icon indicating copy to clipboard operation
botocove copied to clipboard

A simple decorator to run Python functions across multiple AWS accounts, OUs and/or regions, with or without an AWS Organization.

Results 8 botocove issues
Sort by recently updated
recently updated
newest added

I'm aggregating inventory from multiple organizations. I do that by running cove in a loop over each management account. To keep the information about which account came from which organization...

To make botocove useful as a data collection tool you still need to write a Python program around it to format and output the results. I believe it would be...

Would it be possible to use the decorator session within `@cove()` annotation to load the regions that are relevant for session account? It is common-place to have regions disabled from...

Alexandre Alencar points out in [issue 74](https://github.com/connelldave/botocove/issues/74) that Botocove can't access any opt-in region. The original issue got muddled so I'm restating the problem here with a simple repro so...

An implementation of my original proposal solution for #55. I think a warning is the simplest useful feedback to a user on a misspelled region. The core behavior doesn't need...

Today I discovered my botocove run failed because I misspelled a region name: `eu-noth-1`. But I only discovered it after a long run across the whole org. I'd like to...

There was a bit of back-and-forth on last week's PR #64 because the README lacks a "developer" or "contributor" quick start guide. We should write and link to the standard...

Last week's PR #64 had a bit of back-and-forth because of delayed CI feedback to a new contributor. [Dave explained](https://github.com/connelldave/botocove/pull/64#issuecomment-1460903452) that we currently err on the side of safety over...