Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content tagged with AWS CloudTrail
AWS CloudTrail monitors and records account activity across your AWS infrastructure, giving you control over storage, analysis, and remediation actions.
Content language: English
Select up to 5 tags to filter
Sort by most recent
253 results
I have an EventBridge rule with this event pattern:
```
{
"source": ["aws.iam"],
"detail-type": ["AWS API Call via CloudTrail"],
"detail": {
"eventSource": ["iam.amazonaws.com"]
}
}
```
A...
Hello guys,
I have a specific account for my CloudTrail implementation and registered this account as an organization delegated adminsitrator for CloudTrail with my management account.
I created an or...
In our company, we use EC2 instances for training neural networks.
Every employee uses a different name tag to identify which EC2 instance is launched by whom.
At the end of the month I'd like to mak...
So quick question, is there a straight-forward programmatic way to trigger some code whenever a user verifies their new email address? I know the custom email sender lambda has a trigger source for th...
Are there events or trails when users are synced from google workspace to AWS Identity Center when using google SSO. I am trying to sync the groups from google to AWS but that is not supported directl...
Hey everyone,
we are trying to query AWS CloudTrail logs in Athena but there seems to be missing information when we run the queries. We are able to confirm all the data is there in the S3 json.gz f...
hello everyone, I wanna implement cloudtrail to my AWS account but I do not understand the difference in the options, can someone explain to me the difference between: Management events, Data events, ...
**Summary of the Issue:**
I'm experiencing a discrepancy between CloudTrail logs and S3 Access Logs when tracking GetObject requests for a specific S3 bucket. While the Access Logs correctly show the...
According to [this answer](https://repost.aws/en/questions/QUkbVn8Zn0QvKBSsPX2dM1bQ/tracking-access-to-a-cloudwatch-log-group) from 5 years ago, there was at the time no way to track who has viewed a ...
i want to send a sns notification whenver a new ami is created in a specific name
i thought of using event bridge rule to get the createImage event and send sns
i defined the rule as below and sns id ...
We are seeing several CloudWatch alarms like this where AWSServiceRoleForConfig is getting error code of Access Denied when trying to call GetDelegatedAdminAccount of inspector or GetMacieSession of m...
Hi folks,
I have a partitioned table in Athena that uses dynamic partition projection, enabled with the following table properties:
```
projection.account.type injected
projection.region.type inje...