- 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版)
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- ThinkPHP 5實戰
- CentOS 7 Server Deployment Cookbook
- Instant Zepto.js
- 微服務設計原理與架構
- Java加密與解密的藝術
- PySide GUI Application Development(Second Edition)
- Web程序設計(第二版)
- The Complete Coding Interview Guide in Java
- Mastering JavaScript High Performance
- SQL Server與JSP動態網站開發
- Scratch3.0趣味編程動手玩:比賽訓練營
- Rust游戲開發實戰
- Unity Character Animation with Mecanim