0
点赞
收藏
分享

微信扫一扫

AWS的S3服务如何获取Access key ID和Secret access key

Java旺 2022-08-04 阅读 73


In this post, we will explain how to retrieve Amazon Access Key ID and Secret Access Key. These keys allow you to control your AWS account.We'll focus on the following topics:

  • How to Retrieve Root Access Keys
  • How to Retrieve IAM Access Keys

Note:

Below, please find instructions on how to retrieve root access keys and IAM access keys.

​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS

​​

How to Retrieve Root Access Keys

1. Go to ​​Amazon Web Services​​​ console and click on the name of your account (it is located in the top right corner of the console). Then, in the expanded drop-down list, select Security Credentials.​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS_02

​​​2. Click the Continue to Security Credentials button.​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS_03

​​​3. Expand the Access Keys (Access Key ID and Secret Access Key) option. You will see the list of your active and deleted access keys.​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS_04

​​Note:

4. To generate new access keys, click the Create New Access Key button.​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS_05

​​5. Click Show Access Key to have it displayed on the screen. Note, that you can download it to your machine as a file and open it whenever needed. To download it, just click the Download Key File button.

AWS的S3服务如何获取Access key ID和Secret access key_AWS_06

Attention!

How to Retrieve IAM Access Keys

1. Go to ​​Amazon Web Services​​​ console and click on the name of your account (it is located in the top right corner of the console). In the expanded drop-down list, select Security Credentials. ​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS_07

​​​2. Click the Get Started with IAM Users button.​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS_08

​​​3. This will bring you to the IAM Dashboard where you can manage IAM users and their permissions such as creating new IAM users, adding IAM users to the custom groups, granting them a certain level of permissions, etc.​​

AWS的S3服务如何获取Access key ID和Secret access key_AWS_09

​​4. To review the IAM access keys, click on a particular user. 

AWS的S3服务如何获取Access key ID和Secret access key_AWS_10

5. Under Security Credentials, you will see a list of Access Keys for the IAM user.

AWS的S3服务如何获取Access key ID和Secret access key_AWS_11

Note:6. Click Create Access Key to create a new key. The new access keys will be generated and displayed on the screen. 

AWS的S3服务如何获取Access key ID和Secret access key_AWS_12

Attention!

举报

相关推荐

0 条评论