Skip to content

dxsim/terraform_localstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Daniel Sim-Xien
May 16, 2023
52feb00 · May 16, 2023

History

4 Commits
May 10, 2023
May 16, 2023
May 11, 2023
May 10, 2023
May 11, 2023

Repository files navigation

See:https://onexlab-io.medium.com/localstack-s3-terraform-9b1554e2add8

Installation

Option 1: Docker-compose

docker-compose up

Option 2: Manual Installation

Install localstack in your environment of choice (ie venv)

virtualenv -p python3 venv
pip install localstack
source/venv/bin/activate
localstack launch -d

View service status

View localstack services

localstack status services

Web browser/ api health check http://localhost:4566/health

Stop Localstack

docker stop localstack_main

Tflocal with Terraform Setup: https://docs.localstack.cloud/user-guide/integrations/terraform/

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/custom-service-endpoints#localstack

Check port activity

netstat -tunlp | grep 4566

Kill port

fuser 4566/tcp -k

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages