- Mastering AWS Security
- Albert Anthony
- 128字
- 2021-07-02 15:44:12
Granular permissions
Let's take a common scenario: you want to allow developers in your organization to have complete access to the Elastic Compute Cloud (EC2) service and the finance or accounting team should have access to billing information and people in the human resources department should have access to a few S3 buckets. You can configure these permissions in IAM, however, let's say you want to have your developers access the EC2 service only from Monday to Friday and between office hours (let's say 8 a.m. to 6 p.m.), you can very well configure that as well.
IAM allows you to have really fine grain permissions for your users and for your resources. You could even allow users to access certain rows and columns in your DynamoDB table!
推薦閱讀
- LabVIEW Graphical Programming Cookbook
- Reactive Programming with Swift
- Vue.js 3.x從入門到精通(視頻教學版)
- 數據結構與算法JavaScript描述
- 數據結構習題解析與實驗指導
- App Inventor創意趣味編程進階
- FPGA嵌入式項目開發實戰
- Python趣味編程與精彩實例
- 從零開始:C語言快速入門教程
- Visual C++程序設計與項目實踐
- Java程序設計實用教程(第2版)
- UML基礎與Rose建模實用教程(第三版)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- 虛擬現實:引領未來的人機交互革命
- C語言程序設計實驗指導教程