You're creating an IAM policy and want to establish permissions for a role. Which of the
conguration formats listed below should you use?
A. An XML document written in the IAM Policy Language
B. An XML document written in a language of your choice
C. A JSON document written in the IAM Policy Language
D. JSON document written in a language of your choice
C. A JSON document written in the IAM Policy Language
IAM角色和用戶都是具有權限策略的 AWS 身份,該策略可確定身份在 AWS 中可執行和不可執行的操作。
角色沒有關聯的標準長期憑證(如密碼或訪問密鑰),也不唯一地與某個人員關聯,任何需要使用IAM角色的身份(包括IAM用戶、
AWS Service、應用程序等)都可以使用它。
AWS中可以在一個IAM策略中來定義角色的權限。IAM策略是用IAM策略語言編寫的JSON文檔。


