- Mastering AWS Security
- Albert Anthony
- 167字
- 2021-07-02 15:44:04
Shared responsibility model for abstracted services
AWS offers abstracted services such as Amazon DynamoDB and Amazon Simple Queue Service, Amazon S3, and so on, where you can access endpoints of these services for storing, modifying and retrieving data. AWS is responsible for managing these services, that is, operating the infrastructure layer, installing and updating the operating system and managing platforms as well. These services are tightly integrated with IAM so you can decide who can access your data stored in these services.
You are also responsible for classifying your data and using service-specific tools for configuring permissions at the platform level for individual resources. By using IAM, you can also configure permissions based on role, user identity or user groups. Amazon S3 provides you with encryption of data at rest at the platform level, and, for data in transit, it provides HTTPS encapsulation through signing API requests.
The following figure shows this model for abstracted services:

- Object-Oriented JavaScript(Second Edition)
- Rust Cookbook
- C/C++常用算法手冊(cè)(第3版)
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- 64位匯編語(yǔ)言的編程藝術(shù)
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)實(shí)例教程
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第3版)
- GeoServer Beginner's Guide(Second Edition)
- TradeStation交易應(yīng)用實(shí)踐:量化方法構(gòu)建贏家策略(原書第2版)
- ElasticSearch Cookbook(Second Edition)
- Hands-On GUI Programming with C++ and Qt5
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- Practical GIS
- Mastering PowerCLI