- Kubernetes on AWS
- Ed Robinson
- 402字
- 2021-06-10 18:41:29
Creating an IAM user
When you sign up for an AWS account, the email address and password you choose will be used to log in to the root account. Before you start to interact with AWS, it is a good idea to create an IAM user that you will use to interact with AWS. The advantage of this is that if you wish, you can give each IAM user as much or as little access as they need to AWS services. If you use the root account, you automatically have full access and have no way to manage or revoke privileges. Go through the following steps to set up the account:
- Once you have logged into the AWS console, go to the Identity and Access Management dashboard by clicking on Services and typing IAM into the search box.
- From the sidebar, choose Users to view the IAM users in your AWS account. If you have only just set up a new account, there won't be any users here yet—the root account doesn't count as a user.
- Start the process of setting up a new user account by clicking on the Add user button at the top of the screen.
- Start by choosing a username for your user. Check both boxes to enable Programmatic access (so you can use the command-line client) and AWS Management Console access so you can log into the web console, as shown in the preceding screenshot:

- On the next screen, you can configure the permissions for your user. Choose Attach existing policies directly, then choose the AdministratorAccess policy, as shown in the following screenshot:

- Review your settings, then click Create user:

- Once your user has been created, take a note of the credentials. You will need the Access key ID and Secret access key shortly to configure the AWS command-line client. Also take a note of the console sign-in link, as this is unique to your AWS account, shown as follows:

- Once you have set up an IAM user for yourself, log out of the root account in your browser and check that you can sign back in using your username and password.
You might want to set up two-factor authentication for your AWS account for greater security. Remember that anyone with Administrator access to the account can access or delete any of the resources in your account.
推薦閱讀
- Java開發(fā)技術(shù)全程指南
- 快學(xué)Flash動(dòng)畫百例
- 嵌入式Linux上的C語(yǔ)言編程實(shí)踐
- 精通Excel VBA
- 視覺(jué)檢測(cè)技術(shù)及智能計(jì)算
- 大數(shù)據(jù)處理平臺(tái)
- 運(yùn)動(dòng)控制系統(tǒng)應(yīng)用與實(shí)踐
- 分?jǐn)?shù)階系統(tǒng)分析與控制研究
- Blender 3D Printing by Example
- 嵌入式操作系統(tǒng)原理及應(yīng)用
- Learn QGIS
- 智慧未來(lái)
- 超好玩的Python少兒編程
- 人工智能:重塑個(gè)人、商業(yè)與社會(huì)
- Modern Big Data Processing with Hadoop