- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 154字
- 2021-07-15 17:09:23
The AWS-shared responsibility model
In AWS, security is of paramount importance. Under the shared responsibility model, AWS provides a secure infrastructure, compute, storage, networking, database services, and some other high-level services. AWS customers are responsible for protecting the confidentiality, integrity, and availability of their data in the cloud for meeting specific business requirements for information protection. So in short, AWS manages the security of the cloud, and security in the cloud is the customer's responsibility. Here is the graphical information with regards to the shared responsibility model. This is taken from the AWS whitepaper:

In regards to the EC2 service, under the shared responsibility model, AWS is responsible for the host operating system virtualization layer down to the physical security of the facilities, and you would be responsible for the following:
- Operating systems
- Application software
- Data-in-transit
- Data-at-rest
- Data stores
- Access keys
- Policies and configurations
- Amazon Machine Images
- Security Groups
- Network ACL
- Software Defined Networking with OpenFlow
- Java 9 Concurrency Cookbook(Second Edition)
- Go語言高效編程:原理、可觀測性與優(yōu)化
- Mastering Entity Framework
- Java性能權威指南(第2版)
- Learn React with TypeScript 3
- C#程序設計
- 用戶體驗增長:數(shù)字化·智能化·綠色化
- PHP編程基礎與實例教程
- Drupal Search Engine Optimization
- Java 11 and 12:New Features
- Serverless工程實踐:從入門到進階
- Mastering Swift 4(Fourth Edition)
- Web前端開發(fā)全程實戰(zhàn):HTML5+CSS3+JavaScript+jQuery+Bootstrap
- 程序員的算法趣題2