Skip to content
#

cloudtrail

Here are 69 public repositories matching this topic...

prowler

Prowler is an Open Source security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 240 controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks.

  • Updated Jul 8, 2022
  • Shell
flosell
flosell commented Jun 10, 2018

#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.

Here's things I currently know are missing (comment if you find more):

  • KMS: Encrypt, Decrypt, GenerateDataKey, ...
  • ECR: BatchDeleteImage, BatchGetImage, ...
  • *Deregister*
  • *Modify*
  • *Remove*
  • API Gateway: (DELETE,
enhancement good first issue guess-feature
daniel-andresen-jimdo
daniel-andresen-jimdo commented Jan 28, 2021

There is an option to disable the transition to Glacier but there is no option to disable the transition to Standard IA.

Expected Behavior

Possibility to disable transition to Standard IA.
For example add this new parameter: enable_standard_ia_transition

Use Case

My company want to store the data only for 5 days in s3. Till now this is not possible as the Standard IA has a min

help wanted good first issue feature request

The structure of the events from CloudTrail are similar to responses seen when using boto3. Boto3 is powered by the botocore library. The botocore library contains a data directory that describes the API calls (requests and responses). This library allows you to interact with the data directories of botocore to see the API request and responses. This is to help you write custom AWS Config rules and or CloudCustodian policies.

  • Updated Oct 13, 2020
  • Python

Improve this page

Add a description, image, and links to the cloudtrail topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloudtrail topic, visit your repo's landing page and select "manage topics."

Learn more