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

mq.tf instance type is deprecated

Offen Anfängerfreundlich
#2 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Shell
Sterne
6
Forks
8
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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.

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

Open sample-devops-agent-ecs-workshop/terraform/lib/dependencies/mq.tf and inspect line 17. Replace the deprecated mq.t3.micro value with the requested supported instance type, then verify the Terraform configuration still reflects the AWS reference and no other mq.t3.micro usage remains.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
aws, terraform
Bereich
infrastructure
Issue-Typ
Bug
Schwierigkeit
1/5
Geschätzter Aufwand
Unter einer Stunde
Aktivitätsstatus
Aktiv
Klarheit
Klar beschrieben
Anfängerfreundlichkeit
92/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.