- デバッグモードで実行する(--debug オプションをつける)
$ aws sts get-caller-identity --endpoint-url https://vpce-********-********.sts.ap-northeast-1.vpce.amazonaws.com --debug
- ログの見方
- "botocore.auth" のところが実行されたスクリプト
2024-08-06 05:28:12,472 - MainThread - botocore.auth - DEBUG - Calculating signature using v4 auth. 2024-08-06 05:28:12,472 - MainThread - botocore.auth - DEBUG - CanonicalRequest:
- 該当するソースコードを確認する(git clone してローカルで検索したほうが調査しやすい)