AWS - CLI
Given the following AWS credentials file snippet:
What will be the output of the command
[dev] aws_access_key_id=AKIADEV123 aws_secret_access_key=devsecretkey [prod] aws_access_key_id=AKIAPROD456 aws_secret_access_key=prodsecretkey
What will be the output of the command
aws sts get-caller-identity --profile prod?