aws-samples / aws-samples/sample-devops-agent-ecs-workshop

mq.tf instance type is deprecated

オープン 初心者向け
#2 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Shell
スター
6
フォーク
8
PR マージ指標
30日以内にマージされた PR はありません

説明

in sample-devops-agent-ecs-workshop\terraform\lib\dependencies\mq.tf (line 17)

```
instead of ...
host_instance_type = "mq.t3.micro"
use
host_instance_type = "mq.m5.large"
```

Refer: mq.**t3.micro is deprecated** [](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/rmq-broker-instance-types.html)

Important
The mq.t3.micro instance type is deprecated and is no longer available for new broker creation. Existing brokers using mq.t3.micro reach end of support on October 1, 2026. We recommend upgrading to mq.m5.large or mq.m7g.medium or higher before the end of support date to prevent disruptions.

You cannot downgrade a broker from an mq.m7g or mq.m5 instance type to a mq.t3.micro instance type.

The mq.t3.micro instance type does not support cluster deployment.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

sample-devops-agent-ecs-workshop/terraform/lib/dependencies/mq.tf を開き、17 行目を確認します。非推奨の mq.t3.micro の値を、要求されたサポート対象のインスタンスタイプに置き換え、その後、Terraform 構成が引き続き AWS リファレンスを反映していること、および mq.t3.micro の使用箇所が他に残っていないことを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
aws, terraform
領域
infrastructure
issue の種類
バグ
難易度
1/5
見積もり時間
1時間未満
活発さ
活発
明瞭さ
明確に書かれている
初心者へのやさしさ
92/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。