- Mastering AWS Security
- Albert Anthony
- 259字
- 2021-07-02 15:44:08
AWS Trusted Advisor security checks
The AWS Trusted Advisor customer support service provides best practices or checks across the following four categories:
- Cost optimization
- Fault tolerance
- Security
- Performance
Let us look at alerts provided by the AWS Trusted Advisor for security categories. If there are ports open for your servers in cloud, that opens up possibilities of unauthorized access or hacking; if there are internal users without IAM accounts, or S3 buckets in your account are accessible to the public, or if AWS CloudTrail is not turned on for logging all API requests or if MFA is not enabled on your AWS root account, then AWS Trusted Advisor will raise an alert. AWS Trusted Advisor can also be configured to send you an email every week automatically for all your security alert checks.
The AWS Trusted Advisor service provides checks for four categories; these is, cost optimization, performance, fault tolerance, and security for free of cost to all users, including the following three important security checks:
- Specific ports unrestricted
- IAM use
- MFA on root account
There are many more checks available for each category, and these are available when you sign up for the business or enterprise level AWS support. Some of these checks are as follows:
- Security groups-Unrestricted access
- Amazon S3 bucket permissions
- AWS CloudTrail logging
- Exposed access keys
The following figure depicts the AWS Trusted Advisor checks for an AWS account. We will take a deep dive into the Trusted Advisor security checks later in this book:

- Python自然語言處理實戰:核心技術與算法
- TensorFlow Lite移動端深度學習
- PHP網絡編程學習筆記
- Mastering AndEngine Game Development
- HDInsight Essentials(Second Edition)
- Modern JavaScript Applications
- Oracle Exadata專家手冊
- 移動界面(Web/App)Photoshop UI設計十全大補
- Oracle 18c 必須掌握的新特性:管理與實戰
- Serverless computing in Azure with .NET
- 零基礎趣學C語言
- Java網絡編程實戰
- INSTANT Adobe Edge Inspect Starter
- Illustrator CS6設計與應用任務教程
- Java 9 with JShell