duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
5.98k stars 805 forks source link

Running CloudMapper regularly to audit your environment #894

Open LaeeqAL opened 3 years ago

LaeeqAL commented 3 years ago

Ran the command in terminal as root: aws events put-events --entries '[{"Source":"cloudmapper","DetailType":"start","Detail":"{}"}]' Returned: { "FailedEntryCount": 0, "Entries": [ { "EventId": "<ID of the event (not adding it for security purposes)>" } ] }

How do I rectify this? Also are there any other ways to test this way of using the cloudmapper to send audits to a slack channel?