简体   繁体   English

AWS 组织账户管理

[英]AWS Organization accounts manangement

Let's assume in current AWS organization we have 2 developers accounts.假设在当前的 AWS 组织中,我们有 2 个开发人员帐户。 From what I found it is a good practice to create a separate AWS account per environment and give access to these resources.根据我的发现,为每个环境创建一个单独的 AWS 账户并授予对这些资源的访问权限是一个很好的做法。

My question is:我的问题是:

What is the best way to share access to the resources (eg EC2, EKS, EFS) for multiple developers?为多个开发人员共享资源(例如 EC2、EKS、EFS)的访问权限的最佳方式是什么? Now I see only these two options:现在我只看到这两个选项:

  • Create a separate AWS account for each developer and allow to access some resources by applying roles to that developers AWS accounts.为每个开发人员创建一个单独的 AWS 账户,并允许通过将角色应用于该开发人员的 AWS 账户来访问某些资源。
  • Within a root account of each AWS environment create a IAM user account for each developer and from that point manage permissions by policies and user groups.在每个 AWS 环境的根账户中,为每个开发人员创建一个 IAM 用户账户,然后按策略和用户组管理权限。

Please let me know.请告诉我。 I appreciate any type of help!我感谢任何类型的帮助! :) :)

You should setup AWS SSO.您应该设置 AWS SSO。 Either integrated with your existing identity provider, or using the built in user system.与您现有的身份提供者集成,或使用内置用户系统。

https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html

This will allow you to create permission sets.这将允许您创建权限集。 Then, you can assign permission sets to users in particular accounts.然后,您可以为特定帐户中的用户分配权限集。 This will create a role in the account which the users can assume这将在用户可以承担的帐户中创建一个角色

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS 组织中账户的服务限制 - Services limits for accounts in AWS organization 配置 AWS 角色以在组织账户之间切换 - Configure AWS Role to switch between Organization Accounts 通过 AWS 组织账户管理用户 - Managing users through AWS Organization accounts 适用于不在组织中的外部客户 AWS 账户的 AWS SSO - 最佳实践 - AWS SSO for external client AWS accounts not in an organization - Best Practices 如何为组织中的所有账户生成 AWS 凭证报告 - How to generate AWS credential report for all accounts in an organization 从aws中获取给定组织的所有子账户列表 - get list of all sub-accounts from given organization in aws 如何使用 AWS CLI 仅列出 AWS 组织下的帐号和账户名称 - How do you list only accounts numbers and account names under an AWS organization using AWS CLI 如何从 AWS 控制塔组织中的所有账户中查找 VPC id - How to find VPC id's from all accounts in AWS control tower organization AWS IAM 是否支持允许 AWS 组织内的所有账户的策略? - Does AWS IAM support a policy that permits all accounts within an AWS Organization? 我们能否为 AWS 组织中的成员账户强制执行最大使用限制或最大成本 ($)? - Can we enforce max usage limits or max cost ($) for Member accounts in an AWS Organization?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM