All technological notes.
AWS CloudTrailAWS CloudTrail
Features:
Get an history of events / API calls made within your AWS Account by:
CloudTrail into CloudWatch Logs or S3trail can be applied to All Regions (default) or a single Region.If a resource is deleted in AWS, investigate CloudTrail first!

Read Events (that don’t modify resources) from Write Events (that may modify resources)Read and Write EventsEnable CloudTrail Insights to detect unusual activity in your account:
CloudTrail Insights analyzes normal management events to create a baseline
S3EventBridge event is generated (for automation needs)
CloudTrailS3 and use Athena
Athena to analyze CloudTrail logs stored in S3.


DeleteTable API Calls through CloudTrail and send notification using SNS.