Coder Social home page Coder Social logo

aws-terraform-3tier's Introduction

Readme

Introduction

super minimal serverless AWS resources

Run the terraform code

dependencies

Ensure:

  • ensure that you are running terraform 0.12 release.
  • The host running Terraform can authenticate to AWS. Authenticate with your aws credential keys or provide a path to your shared credentials on your host machine For proper details, see https://www.terraform.io/docs/providers/aws/index.html#authentication.
  • Do this only if you wish to manage state in S3, navigate to the root folder and create a backend.tf file and copy all details in backendSample.lock file into your newly created file. Fill in all the appropriate details as required OR
  • You can run state in your local file and push to github for collaboration.
  • If you want to just run a demo of this infrastructure i suggest just ignore trying to run it on S3 and move on to the below steps

0. run

  • Make sure to navigate into services/dev and run the below commands
  • terraform init (run this to initialize terraform)
  • terraform plan (run this to test your infra before applying)
  • terraform apply (run this to apply your infra setup)
  • terraform destroy (run this to destroy all resources created after testing)
  • copy the DNS name of your front load balancer to see a sample of your application

aws-terraform-3tier's People

Contributors

faithful1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.