By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Questions 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

Browse through the questions and answers listed below or filter and sort to narrow down your results.

240 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...
1
answers
0
votes
42
views
asked 11 days ago
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...
1
answers
0
votes
29
views
asked 14 days ago
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...
1
answers
0
votes
35
views
asked 17 days ago
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...
1
answers
2
votes
32
views
asked a month ago
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...
1
answers
1
votes
36
views
asked a month ago
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...
2
answers
0
votes
48
views
asked a month ago
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, ...
2
answers
0
votes
44
views
asked a month ago
**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...
1
answers
0
votes
47
views
asked a month ago
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 ...
1
answers
0
votes
46
views
asked 2 months ago
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 ...
2
answers
0
votes
86
views
asked 2 months ago
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...
2
answers
0
votes
66
views
asked 2 months ago
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...
1
answers
0
votes
206
views
asked 2 months ago