DocsAWS 101Blog
← Back to Blog

Multi-region support, Amazon Bedrock, and Amazon MSK

July 8, 2026 · v1.4.0 “Areson”

v1.4.0 is MiniStack's biggest release yet: multi-region support — resource state isolated per account and region, exactly like real AWS — plus four new Amazon Bedrock services covering the control plane, runtime, agents, and agent runtime, and Amazon MSK.

Multi-region support

Amazon Bedrock — four new services

Led by @dcabib.

Amazon MSK

Upgrade

docker pull ministackorg/ministack:1.4.0
docker run -d -p 4566:4566 ministackorg/ministack:1.4.0

Or pin in compose.yaml:

services:
  ministack:
    image: ministackorg/ministack:1.4.0
    ports:
      - "4566:4566"

Upgrading with PERSIST_STATE=1: existing state files load and migrate automatically. Legacy records that carry no ARN migrate to the default region (MINISTACK_REGION) — if your clients used a different region than MINISTACK_REGION on a non-ARN service, re-create those resources once under the new region scoping.


Stay in sync

Issues and PRs welcome on GitHub. Discussion on r/ministack.