security - Which method is secure for accessing the AWS services? -
other aws console, there multiple ways access aws services.
- aws cli(awscli/awspowershell)
- aws sdk
- rest api
out of these 3 methods secure one?
consider thinking way - if working awscli, need store credentials using command aws configure
.
i know, without passing credentials(accesskey , secretkey) sdk,cli , api, cant access aws services. hope still other way there access/manage services.
in end of these ways call aws apis, perspective equally secure.
there differences in use of features of apis though. while aws cli supports mfa authentication, sdks (e.g. boto3
does, aws-sdk-js
doesn't yet) , accessing apis directly have implement yourself.
wiki
Comments
Post a Comment