aamar-localstack
Custom LocalStack image pre-configured for local AWS cloud emulation and DevOps testing.
303
This repository contains a customized Docker image for LocalStack, the world's most popular local cloud emulator. This image is specifically tailored for DevOps and SQA (Software Quality Assurance) testing workflows, allowing for zero-cost AWS service experimentation.
đ Purpose DevOps Learning: To practice Infrastructure as Code (IaC) using Terraform.
Testing: To perform integration testing for cloud-native applications.
Cost Efficiency: To simulate AWS environments (S3, Lambda, DynamoDB, IAM) locally without any cloud bill.
đ ď¸ Included AWS Services You can interact with this image using awslocal or Terraform to manage:
S3: Simple Storage Service (Bucket management)
IAM: Identity and Access Management (User/Role simulation)
Lambda: Serverless function execution
DynamoDB: NoSQL Database operations
âď¸ Quick Start To run this container on your local machine:
docker pull mdmahtabuddin/aamar-localstack:v2
docker pull mdmahtabuddin/aamar-localstack:v2 && docker run -d --name my-localstack -p 4566:4566 -p 4510-4559:4510-4559 mdmahtabuddin/aamar-localstack:v2
Technical Stack Base Image: LocalStack
Orchestration: Docker
Configuration Tool: AWS CLI / awslocal / Terraform
Maintained by: [Md Mahtab Uddin]
Content type
Image
Digest
sha256:7975ba85câŚ
Size
436.6 MB
Last updated
3 months ago
docker pull mdmahtabuddin/aamar-localstack:v2