mdmahtabuddin/aamar-localstack

By mdmahtabuddin

•Updated 3 months ago

Custom LocalStack image pre-configured for local AWS cloud emulation and DevOps testing.

Image
Message queues
API management
Databases & storage
0

303

mdmahtabuddin/aamar-localstack repository overview

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]

https://github.com/MdMahtabUddin⁠

Tag summary

Content type

Image

Digest

sha256:7975ba85c…

Size

436.6 MB

Last updated

3 months ago

docker pull mdmahtabuddin/aamar-localstack:v2