- Mastering AWS Security
- Albert Anthony
- 236字
- 2021-07-02 15:44:08
Security logs
Logging is one of the most important security feature of AWS. It helps with auditing, governance and compliance in cloud. AWS provides you with AWS CloudTrail that logs all events within your account, along with the source of that event at 5 minute interval, once it is enabled. It provides you with information such as the source of the request, the AWS service, and all actions performed for a particular event.
AWS CloudTrail logs all API calls such as calls made through AWS CLI, calls made programmatically, or clicks and sign-in events for the AWS Management Console.
AWS CloudTrail will store events information in the form of logs; these logs can be configured to collect data from multiple regions and/or multiple AWS accounts and can be stored securely in one S3 bucket. Moreover, these events can be sent to CloudWatch logs and these logs could be consumed by any log analysis and management tools such as Splunk, ELK, and so on.
Amazon CloudWatch is a monitoring service that has a feature CloudWatch log that can be used to store your server, application and custom log files and monitor them. These log files could be generated from your EC2 instances or other sources such as batch processing applications.
We are going to have a detailed look at the logging feature in AWS along with AWS CloudTrail and Amazon CloudWatch in the subsequent chapters.
- Extending Jenkins
- 玩轉Scratch少兒趣味編程
- TensorFlow Lite移動端深度學習
- Learning PostgreSQL
- Mastering Ubuntu Server
- SAS數據統計分析與編程實踐
- The DevOps 2.5 Toolkit
- Learning JavaScript Data Structures and Algorithms
- HTML5與CSS3基礎教程(第8版)
- 微信小程序開發與實戰(微課版)
- 平面設計經典案例教程:CorelDRAW X6
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Software Development on the SAP HANA Platform
- 虛擬現實:引領未來的人機交互革命
- Game Development Patterns and Best Practices