DocsAWS 101Blog
← Back to Blog

IAM enforcement, CloudFront SaaS Manager, and EC2 that boots real containers

August 23, 2026 · v1.5.0

v1.5.0 is a feature release. IAM gains opt-in request authorization: set AUTH=true and MiniStack evaluates the caller's policies before serving a request. CloudFront adds SaaS Manager multi-tenant distributions, EC2 can boot a real container behind an instance and SSM Run Command runs commands on it, S3 gains Glacier and Deep Archive restore, and a concurrency change keeps a blocking handler from stalling other requests. Around that, IAM, S3, RDS, Cognito, DynamoDB and Lambda fixes.

New

Changed

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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