Skip to content

arkhoss/cd-aws-cloudformation-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cd-aws-cloudformation-ecs

cd-aws-cloudformation-ecs demo

PreRequisities

  • AWS CLI
  • AWS ECR Image with timeoff-management-application app

How to Run this AWS CloudFormation Deployment

In your AWS you must create a ECR Repository with the application:

https://github.com/arkhoss/timeoff-management-application

Once created the repository, build the image and push it.

git clone https://github.com/arkhoss/timeoff-management-application.git && cd timeoff-management-application

$(aws ecr get-login --no-include-email --region us-east-1)

docker build -t timeoff-management-application .

docker tag timeoff-management-application:latest ${AWS-AccountId}.dkr.ecr.us-east-1.amazonaws.com/timeoff-management-application:latest

docker push ${AWS-AccountId}dkr.ecr.us-east-1.amazonaws.com/timeoff-management-application:latest

Then proceed to deploy the Application with the CloudFormation Template below, click the rocket!

Deploy Region Name Region Launch Types
🚀 US East (N. Virginia) us-east-1 Fargate

This repository is being created for Gorilla reasons ^^

About

cd-aws-cloudformation-ecs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages