- Mastering AWS Security
- Albert Anthony
- 95字
- 2021-07-02 15:44:14
AWS service role
There are scenarios where an AWS service such as Amazon EC2 needs to perform actions on your behalf, for example, an EC2 instance would need to access S3 buckets for uploading some files, so we'll create an AWS Service Role for EC2 service and assign this role to the EC2 instance. While creating this service role, we'll define all the permissions required by the AWS service to access other AWS resources and perform all actions.
The following figure shows various AWS service roles available in IAM:

Figure 4 - AWS Service Role types
推薦閱讀
- 極簡算法史:從數學到機器的故事
- C++ Primer習題集(第5版)
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Visual Basic編程:從基礎到實踐(第2版)
- 我的第一本算法書
- 區塊鏈:以太坊DApp開發實戰
- Elastic Stack應用寶典
- Troubleshooting PostgreSQL
- PostgreSQL Replication(Second Edition)
- Scientific Computing with Scala
- Django 5企業級Web應用開發實戰(視頻教學版)
- Python商務數據分析(微課版)
- Oracle 12c從入門到精通(視頻教學超值版)
- 網頁設計與制作
- Java EE程序設計與開發實踐教程