Giter VIP home page Giter VIP logo

laravelaws's Introduction

Deploying Laravel with Amazon ECS, AWS CloudFormation and an Application Load Balancer

This reference architecture provides a set of YAML templates for deploying a Laravel application (with its crons and workers) to Amazon EC2 Container Service (Amazon ECS) with AWS CloudFormation.

The architecture features high security and high availability, and can be adjusted based on your hosting budget. All details on Medium here

Overview

infrastructure-overview

The repository consists of a set of nested templates that deploy the following:

  • A tiered VPC with public and private subnets, spanning an AWS region.
  • A highly available ECS cluster deployed across two Availability Zones in an Auto Scaling group.
  • (optional) A pair of NAT gateways (one in each zone) to handle outbound traffic.
  • The Laravel application and its crons and workers deployed as ECS services (Dockerfiles for Laravel and Nginx provided).
  • An Application Load Balancer (ALB) to the public subnets to handle inbound traffic.
  • A S3 Bucket and a corresponding CloudFront distribution
  • SSL certificates for the CloudFront Distribution and the ALB
  • SSL offloading on the ALB so you don't have to manage certificates in your Nginx containers
  • All traffic is forced to HTTPS, and traffic to the www subdomain is redirected to the apex domain.
  • Centralized container logging with Amazon CloudWatch Logs.
  • CloudWatch monitoring alarms for the database and web instances

laravelaws's People

Contributors

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