- 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.
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- Java編程全能詞典
- 輕松學(xué)Java Web開發(fā)
- 一本書玩轉(zhuǎn)數(shù)據(jù)分析(雙色圖解版)
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫技術(shù)
- Ruby on Rails敏捷開發(fā)最佳實踐
- 西門子變頻器技術(shù)入門及實踐
- 精通LabVIEW程序設(shè)計
- 數(shù)字多媒體技術(shù)基礎(chǔ)
- 網(wǎng)站規(guī)劃與網(wǎng)頁設(shè)計
- 傳感器應(yīng)用技術(shù)
- PVCBOT零基礎(chǔ)機(jī)器人制作(第2版)
- 機(jī)器人手工制作
- 我的IT世界
- Orange'S:一個操作系統(tǒng)的實現(xiàn)