Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IAM 组路径是一种按照企业结构组织组的方法。查看IAM 控制台,我找不到设置或修改组路径的方法。是否可以从控制台或以编程方式或通过 CLI 的另一种方式?
据我所知,您必须使用 AWS cli 或编程语言,例如,
aws iam create-group --path "/company/team/project/" --group-name "your-group"
这些组未在控制台中以分层形式列出,但 ARN 包含路径。
arn:aws:iam::111111111:group/company/team/project/your-group