Code Monkey home page Code Monkey logo

sls-ec2's Introduction

EC2

Info

This stack deploys the minimal needed to run an EC2 instance accessible on the internet; networking, monitoring, alerting are all included.

Resources included are...

  • Network: vpc, acl, subnet, routetable & routes, internet gateway, elastic ip, security group, ssh key pair.
  • Monitoring: cloudwatch agent install on the ec2 for cloudwatch metrics and logs.
  • Alerting: sns for notifications and cloudwatch alarms for memory, cpu, disk, system status usage.

Scripts

An example path might be ~/.ssh/ec2_app.

Generate SSH Keys

ssh-keygen -t <rsa|ed25519> -m PEM -b 4096 -C <email|[email protected]> -f <path|~/.ssh/ec2_app> -P ""
chmod 400 <path|~/.ssh/ec2_app>
  • Add public key to infra/files/ directory as ec2_app.pub

Development

Install:

yarn install

Deploy:

yarn run deploy

SSH into Ingest Server

bash scripts/get_ssh_command.sh --path ~/.ssh/ec2_app --service <service-name>
  • service is the stack service name with hyphened server, ie example-server

  • Copy the output and ssh into instance.

Access in Browser

bash scripts/get_public_ip.sh
  • Copy the output into browser.

Remove:

yarn run remove

sls-ec2's People

Contributors

saqemlas avatar

Watchers

 avatar  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.