IAM 是什么?IAM Role 和 IAM User 有什么区别?什么时候用 Role 而不是 User?
What is IAM? What's the difference between IAM Role and IAM User? When should you use a Role instead of a User?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
标签: aws, real-question, interviewbit, glassdoor
目标公司: Amazon Web Services
参考答案摘要
题目来源 InterviewBit / Glassdoor 报告,Cloud Engineer 安全方向必考。 参考答案 IAM User :代表一个人或应用,有长期凭证(Access Key),需要定期轮换 IAM Role :没有长期凭证,通过 STS 获取临时凭证,可被 EC2、Lambda、其他 AWS 账号 assume 最佳实践 :EC2 上的应用永远用 IAM Role(Instan...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。