security - Which method is secure for accessing the AWS services? -




other aws console, there multiple ways access aws services.

  1. aws cli(awscli/awspowershell)
  2. aws sdk
  3. 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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -