79284552

Date: 2024-12-16 11:48:32
Score: 0.5
Natty:
Report link

All these answers rely on capturing the output. Id recommend using the aws cli builtin profile functionality for this:

export AWS_PROFILE=111111111111-my-role
aws configure role_arn arn:aws:iam::111111111111:role/my-role
aws sts get-caller-identity
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: austinheiman