- Mastering AWS Security
- Albert Anthony
- 234字
- 2021-07-02 15:44:07
AWS account
This is the account that you create when you first sign up for AWS. It is also known as a root account in AWS terminology. This root account has a username as your email address and password that you use with this username. These credentials are used to log into your AWS account through the AWS Management Console, a web application to manage your AWS resources. This root account has administrator access for all AWS services, hence AWS does not recommend using root account credentials for day-to-day interactions with AWS; instead, they recommend creating another user with the required privileges to perform those activities. In some cases, your organization might decide to use multiple AWS accounts, one for each department or entity for example, and then create IAM users within each of the AWS accounts for the appropriate people and resources.
Let us look at the following scenarios for choosing strategies for AWS account creation:

Having multiple AWS accounts also helps in decreasing your blast radius and reducing your disaster recovery time. So if there is something wrong with one AWS account, the impact will be minimal on running business operations, as other accounts will be working as usual along with their resources. Having multiple AWS accounts also increases security by segregating your resources across accounts based on the principle of least privilege.
- Instant Node Package Manager
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Python從小白到大牛
- HDInsight Essentials(Second Edition)
- JAVA程序設計實驗教程
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- C語言從入門到精通
- 并行編程方法與優化實踐
- Mastering Concurrency Programming with Java 9(Second Edition)
- 奔跑吧 Linux內核
- 會當凌絕頂:Java開發修行實錄
- Greenplum構建實時數據倉庫實踐
- 從零開始:C語言快速入門教程
- 軟件測試技術
- PHP項目開發全程實錄(第4版)