Git Product home page Git Product logo

terraform_aws's Introduction

Dev Environment on a EC2 using Terraform

Deployed Services :

  1. EC2 instance (t2.micro)
  2. Virtual Private Cloud (VPC)
  3. Internet Gateway
  4. Security Groups
  5. Route Table

To connect to the Environment :

  • Generate your keys for the EC2 instance
ssh-keygen -t ed25519
  • Then, type the below command
ssh -i <path to .ssh>\.ssh\<key-name> <instance_os>@<instance_public_ip>

To connect to the Environment via vscode :

  • Install the Remote-SSH extension
  • Run the provisioner provided in main.tf
    • Mention your path for respective ./ssh/config file
    • Note , now we have added the public IP of the instace in ./ssh/config
  • Now, connected to the public ip using the extension

All resource in AWS have been allocated using terraform ๐Ÿ”ฅ

You need to have a AWS account

terraform_aws's People

Contributors

veeresh-r-g avatar

Watchers

 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.