“ Aws Config”服务是否对凭据进行身份验证?

时间:2019-12-30 20:01:17

标签: amazon-web-services amazon-iam aws-config

要访问特定AWS账户内的AWS资源,我们在本地环境(笔记本电脑)中配置凭据,这些凭据将存储在~/.aws/credentials

正在运行AWS CLI命令(例如aws ec2 describe-vpcs

以下是从本地环境发送的包含证书的http请求:

MainThread - botocore.endpoint - DEBUG - Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://ec2.us-west-2.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'aws-cli/1.16.255 Python/3.6.9 Linux/4.15.0-72-generic botocore/1.12.245', 'X-Amz-Date': b'20191230T201852Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AK******************0191230/us-west-2/ec2/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=24**************8a7e165e946b88d19b41e58d44773b', 'Content-Length': '38'}>


是否已使用 AWS Config 服务验证了凭据(从本地环境发送)以访问特定AWS账户中可用的资源?

0 个答案:

没有答案