MiniStack: 실제 DB 컨테이너를 갖춘 무료 오픈 소스 LocalStack 대안

hackernews | | 📰 뉴스
#aws #docker #localstack #ministack #오픈소스
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

LocalStack의 유료화 전환에 대응하여 MiniStack이라는 경량 오픈 소스 대안이 공개되었습니다. 이 도구는 실제 Postgres와 Redis 컨테이너를 사용해 AWS의 RDS 및 ElastiCache를 완벽하게 에뮬레이션하며, 무료 라이선스와 2초의 빠른 시작 속도를 제공합니다. LocalStack의 Mock 방식 대신 진짜 Docker 인프라를 구동하여 개발 환경의 신뢰성을 높이면서도 메모리 사용량은 30MB로 최적화했습니다.

본문

LocalStack is no longer free. MiniStack is. 30 AWS services on a single port — with real Postgres, Redis, and Docker containers. No account, no license key, no telemetry. Core AWS services plus real infrastructure — RDS runs actual databases, ElastiCache runs real Redis, ECS starts real Docker containers, Athena executes real SQL via DuckDB (when installed). Same developer experience. Fraction of the cost and footprint. | Feature | LocalStack Free | LocalStack Pro | MiniStack ⚡ | |---|---|---|---| | Core services (S3, SQS, DDB…) | Now paid | ✅ | ✅ Free | | Lambda, IAM, SSM, EventBridge | Paid | ✅ | ✅ Free | | RDS (real DB containers) | ❌ | ✅ | ✅ Real Postgres/MySQL | | ElastiCache (real Redis) | ❌ | ✅ | ✅ Real Redis | | ECS (real Docker) | ❌ | ✅ | ✅ Real Docker | | Athena (real SQL) | ❌ | ✅ | ✅ DuckDB (optional) | | Glue Catalog + Jobs | ❌ | ✅ | ✅ | | API Gateway v2 (HTTP APIs) | ✅ | ✅ | ✅ + data plane | | API Gateway v1 (REST APIs) | ✅ | ✅ | ✅ + data plane | | Firehose | ✅ | ✅ | ✅ S3 delivery | | Route53 | ✅ | ✅ | ✅ | | Cognito (user pools + identity) | Paid | ✅ | ✅ Free | | EC2 (instances, VPC, subnets, SGs) | Paid | ✅ | ✅ Free | | EMR (clusters, steps, instance groups) | Paid | ✅ | ✅ Free | | EBS (volumes, snapshots, attach/detach) | Paid | ✅ | ✅ Free | | EFS (file systems, mount targets, access points) | Paid | ✅ | ✅ Free | | ALB / ELBv2 (LBs, listeners, rules + Lambda data plane) | Paid | ✅ | ✅ Free | | SNS→SQS fanout + SQS→Lambda ESM | ❌ | ✅ | ✅ | | Startup time | ~15-30s | ~15-30s | ~2s | | Memory at idle | ~500MB | ~500MB | ~30MB | | Docker image | ~1 GB | ~1 GB | 150 MB | | License | BSL (restricted) | Proprietary | MIT | | Price | Now paid | $35+/mo | $0 forever | Where it matters most — RDS, ElastiCache, and ECS run real Docker containers. No fake endpoints, no stubbed responses. One command. 30 services. Real infrastructure. Free.

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →