Giter Club home page Giter Club logo

bean-counter-service's Introduction

bean-counter-service

git clone https://github.com/skarlekar/bean-counter-service.git cd bean-counter-service/pre-requisites/ ./prereqs-ubuntu.sh aws configure set default.region us-east-1 aws configure set default.output json

Create the ECR Repository

source ./create-bean-counter-repository.sh

Build Docker image and push to ECR repository

./push-to-ecr.sh

Create the bean counter log group

./create-bean-counter-log-group.sh

Create the bean counter cluster

./create-bean-counter-cluster.sh

Create ecsTaskExecutionRole and taskRole in IAM and note down the ARNs

source ./create-roles.sh

Generate bean counter task definition from the template

./generate-bean-counter-task-definition.sh $TASK_ROLE_ARN $TASK_ROLE_ARN

Register the bean counter task definition

./register-bean-counter-task.sh

Create VPC, Subnets and Security groups for running Fargate

source ./create-vpc-subnets.sh

Create the ALB

source ./create-alb.sh

Generate bean counter service definition from the template

./generate-bean-counter-service-definition.sh $SUBNET1 $SUBNET2 $SECURITYGROUP

Create the service

./create-bean-counter-service.sh

Set the scaling policy

./set-scaling-policy.sh

Test scaling

./test-scaling.sh

bean-counter-service's People

Contributors

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