Open2

aws cliでよく使うやつの備忘録

jnuankjnuank

ダブルクォーテーションを外したい

--output text

aws sts get-caller-identity --query "Account"
"xxxxxxxxxxxxx"

aws sts get-caller-identity --query "Account" --output text
xxxxxxxxxxxxx