DocsAWS 101Blog
← Back to Blog

Cross-account AMI sharing, CloudFormation updates stop destroying resources, IAM caller identity

September 4, 2026 · v1.5.7

v1.5.7 makes EC2 AMIs shareable across accounts with real launch permissions, teaches CloudFormation to update twelve resource types in place instead of destroying and re-creating them, and gives API Gateway IAM-authorized methods a real caller identity — including the Cognito identity-pool fields an Amplify app relies on. Cognito TOTP codes now actually verify, and the Aurora reader endpoint is a name that resolves.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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