https://github.com/thejaxon/localstack
Deploying LocalStack ( A fully functional local cloud stack ) on Vagrant with the help of ansible as a provisioner
https://github.com/thejaxon/localstack
ansible aws docker localstack terraform vagrant
Last synced: 3 months ago
JSON representation
Deploying LocalStack ( A fully functional local cloud stack ) on Vagrant with the help of ansible as a provisioner
- Host: GitHub
- URL: https://github.com/thejaxon/localstack
- Owner: theJaxon
- Created: 2023-01-27T16:06:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T13:48:15.000Z (over 3 years ago)
- Last Synced: 2025-06-03T19:12:15.592Z (about 1 year ago)
- Topics: ansible, aws, docker, localstack, terraform, vagrant
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# localstack
Deploying [LocalStack](https://localstack.cloud/) ( A fully functional local cloud stack ) on Vagrant with the help of ansible as a provisioner
### How to use
```bash
git clone https://github.com/theJaxon/localstack.git
cd localstack && vagrant up
# Create the needed terraform files in this directory which maps to /vagrant on the guest machine
```
---
### Tools Included
- [**tflocal**](https://github.com/localstack/terraform-local) - Terraform CLI wrapper to deploy your Terraform applications directly to LocalStack
- [**awslocal** (aliased to aws)](https://github.com/localstack/awscli-local) - Thin wrapper around the "aws" command line interface for use with LocalStack
- [**DynamoDB Admin**](https://www.npmjs.com/package/dynamodb-admin) - GUI for DynamoDB Local, dynalite, localstack etc.