mq.tf instance type is deprecated
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 92/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- aws, terraform
- Domain
- infrastructure
Research direction
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.
Written by the indexing model from the issue text.
Description
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
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.
- Dominant language
- Shell
- Stars
- 6
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from aws-samples/sample-devops-agent-ecs-workshop
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
All issues in aws-samples/sample-devops-agent-ecs-workshop
Similar issues
-
docs(agents): strengthen the no-backslash-escaped-backticks rule with an issue-creation example Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
package-update
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
oSoWoSo/vOid_Community_repOsitory#148 · 1 comment ·
-
chore
Difficulty 1/5 Under an hour Newbie friendliness 91/100
alunduil/alunduil-chezmoi#792 ·
-
area: compat bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
zenhub-dev
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
OpenLiberty/ci.docker#747 ·