エンタープライズクラウド事業部の黒野です。
今回はre:Invent2023に現地参加しており、アシスタントサービスであるAmazon Qが発表されました!

https://aws.amazon.com/jp/about-aws/whats-new/2023/11/aws-chatbot-q-conversations-teams-slack/

使ってみた

バージニア北部のコンソール画面にログインすると標準で右側のタブから表示されるようになっていました!

質問してみる

Max 1000 charactersとの制限があるみたいですが、サンプルの以下の分を入力してみます。

What is the CLI command to list all the t3.micro instances in my account?

アカウント内のすべてのt3.microインスタンスをリストアップするCLIコマンドは何ですか?

おおよそ5秒から10秒程度で以下のような回答が返ってきました!いい感じですね!!

To list all the t3.micro instances in your AWS account, you can use the following AWS CLI command:

`aws ec2 describe-instances --filters Name=instance-type,Values=t3.micro`

This command uses the `describe-instances` command to describe your EC2 instances. The `--filters` parameter allows you to filter the results by instance type. By specifying `Name=instance-type,Values=t3.micro`, it will only return instances of type `t3.micro`.
Sources
[1] [Launch, list, and terminate Amazon EC2 instances - AWS Command Line Interface] (https://docs.aws.amazon.com/cli/latest/userguide/cli-services-ec2-instances.html)
[2] [Launch, list, and terminate Amazon EC2 instances - AWS Command Line Interface] (https://docs.aws.amazon.com/cli/v1/userguide/cli-services-ec2-instances.html)
[3] [list-instances — AWS CLI 1.31.0 Command Reference] (https://docs.aws.amazon.com/cli/latest/reference/emr/list-instances.html)

AWSアカウント内のすべてのt3.microインスタンスを一覧表示するには、以下のAWS CLIコマンドを使用できます:

AWS Chatbotから使用してみる

以下のようにAWS Chatbotと連携しているSlackチャンネルで投稿することでQに対して質問することができました!
その他にはMicrosoft Teamsで使用できるようです。恐らくこの後Amazon Chimeも対応されるのではないかと思っています。
とても簡単…!社内のテック質問チャンネルなどと連携してみると相性がよさそうですね。

https://aws.amazon.com/jp/about-aws/whats-new/2023/11/aws-chatbot-q-conversations-teams-slack/

@aws how do I change lambda concurrency settings?

AWS re:Invent 2023 re:Cap presented by iret 2023年12月7日 (木)「AWS re:Invent 2023」のポイントを解説する「AWS re:Invent 2023 re:Cap presented by iret」を開催します。

詳細はこちら:https://cloudpack.jp/lp/aws-reinvent-recap-2023/