日本国内の電話番号 | E.164形式の電話番号 |
---|---|
090 1234 5678 | +81 90 1234 5678 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
SCRIPT_DIR=$(cd $(dirname $0); pwd) | |
# -e: エラーがあれば途中終了 | |
set -e | |
PROFILE=${PROFILE:-default} | |
echo "クレデンシャル発行に用いるprofile: $PROFILE" |
# profile一覧の確認
cat ~/.aws/credentials
# profileがdefaultのクレデンシャルを更新
PROFILE=default ;curl -sf https://gist.githubusercontent.com/wakusei-meron-/9349d27819b9a2879cfc9e83875c000c/raw/5ba5be5278a4f436b1ec64b7104df1566ea57c6f/aws-iam-user-key-rotation.sh | sh -s $PROFILE
# 意図しない更新をした場合、クレデンシャルのバックアップの確認
cat ~/.aws/credentials.bak
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
SCRIPT_DIR=$(cd $(dirname $0); pwd) | |
# -e: エラーがあれば途中終了 | |
# -u: 未定義変数の場合はエラー | |
# -x: 実行コマンドの出力 | |
set -eux |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder