Giter Site home page Giter Site logo

srechallenge's Introduction

SREChallenge

IAAC for developing instance of web-server using terraform and testing the web servers using Puppet

SREChallenge

For this project, please think about how you would architect a scalable and secure static web application in AWS or another IaaS provider.

  • Create and deploy a running instance of a web server using a configuration management tool of your choice. The web server should serve one page with the following content.
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
  • Secure this application and host such that only appropriate ports are publicly exposed and any http requests are redirected to https. This should be automated using a configuration management tool of your choice and you should feel free to use a self-signed certificate for the web server.
  • Develop and apply automated tests to validate the correctness of the server configuration.

SET UP DEPENDENCIES:

install.sh is a bash script Installs terraform, python, node.js, python-pip, wget, unzip and generates ssh use:

bash install.sh

to install all the dependencies

AWS ENVIRONMENT

Set AWS environment variables using aws cli:

export AWS_ACCESS_KEY_ID=[AWS_ACCESS_KEY_ID]

export AWS_SECRET_ACCESS_KEY=[AWS_SECRET_ACCESS_KEY]

Web Server

Once you've set environment variables, you can go into the directory web-servers and deploy infrastructure:

cd web-server

terraform apply

Tests

Automated test using:

pytest --driver PhantomJS

Destroy infrastructure:

Destroy infrastructure with:

terraform destroy 

srechallenge's People

Contributors

karanbpem avatar

Watchers

James Cloos 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.