CloudTrail Flashcards
What does cloud trail do?
Records and tracks all API requests within your AWS account.
Cloud trail requests can be initiated from.
SDKs
AWS CLI
AWS Mangement Console
AWS Services
How often are cloud trail logs created?
Every five minutes.
Where are cloud trail logs stored?
S3
If you want to monitor cloud trail logs automatically. What service will help you do this?
Cloud watch Logs.
What format are log files?
JSON
How long does it take for cloud trail logs to appear in S3?
Up to an hour.
What are the steps to merge cloudtrails from multiple accounts, into one?
- Create a role in the primary account
- Attatch a cross account read only role
- Assign a user in the secondary account with the correct policy
What is the purpose of cloud trail digest files?
They help you verify your logs and make sure they have not been tampered with.
How often are cloud trail digest files created?
Hourly.
Cloud trail digest logs are signed with a private key pair. True or false?
True
If you enable cloud trail for all regions. And AWS adds a region. Is this new region automatically included?
Yes