Monitoring your AWS environment Flashcards
1
Q
Use CloudWatch for
A
shutting down inactive instances
- monitoring changes in you AWS environment with Cloud Trail integration.
- monitor instances resources and create alarms based off of usage and availability.
2
Q
Use CloudTrail for
A
- security and compliance
- MOnitoring all actions taken against the AWS account
- Monitoring of changes to IAM accounts(with cloudwatch/SNS integration)
- Viewing what API keys/Users performed any given API action against an environment
- fulfiling auditing requirements inside of organizations.
3
Q
Use AWS config for
A
receiving detailed configuration inforamation about an AWS environment
- taking a point in time “snapshot” of all supported AWS resources o determine the state of your environment.
- viewing historical configurations within your environment by viewing the snapshots.
- receiving notifications whenever resources are created, modified or deleted.
- viewing relationships between resources.