1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

複数のAWS Chatbotを1つのSlackチャンネルで使う

Last updated at Posted at 2021-08-24

はじめに

SlackからAWS CLIコマンドを実行できて便利なAWS Chatbotだが、AWS ChatbotのAWSアカウントが複数ありそれを同一Slackチャンネル内で使うのはどうするのか?で躓いたのでその解決方法を備忘録に残す

状況のイメージ

Slack-AWS Chatbot 複数アカウント.png

やり方

非常に簡単で、以下のように

@aws set default-account xxxxxxxxxxxx

とすると、AWS Chatbotから実行するコマンド(AWS CLI)の実行環境を設定できる
@aws set default-accountとコマンドを実行しAWS Chatbotの質問に応答するやり方もある

補足

以下の画像は、@aws set default-accountしてAWS Chatbotからの応答に対してAWS Account Idを選択する事でデフォルトのアカウントを設定したもの
@aws set default-account <xxxxxxxxxxxx|yyyyyyyyyyyy>となっているように、@aws set default-account xxxxxxxxxxxx@aws set default-account yyyyyyyyyyyyでアカウント切り替えが実行できる
image.png

参考文献

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?