aws-CIL

粗略看了下 IAM 的用途,还是直接入手aws的 Command Line Interface (AWS CLI) 在与 AWS 交互时使用的设置,包括安全凭证、默认输出格式和默认 AWS 区域。
配置

$ aws configure --profile user
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-west-2
Default output format [None]: json

此处 user即为指定用户名,此处Access Key ID,Secret Access Key,region name 对应IAM分配给用户user的密钥。

直接 aws s3 ls 可能会出现:

An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you provided does not exist in our records.

因为没有指定 可能默认之前用来test的默认别的用户了,
最好指定下用户,

aws s3 ls --profile user

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值