Skip to content

moabukar/localstack-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

LocalStack AWS + Terraform Demo

This repository showcases how to use LocalStack with Terraform to deploy an EC2 instance running Nginx and create an S3 bucket.

Prerequisites

Setup

  1. Start LocalStack:
localstack start


cd terraform/
terraform init
terraform apply

terraform destroy ## to clean up

Note:

  • Localstack resources are not real, so you cannot SSH into the EC2 instance or access the S3 bucket outside of LocalStack. They are there to verify that the Terraform & AWS code works as expected.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published