From 1befdf055f4b371ed41b736b89dbc1f4b89933b0 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 24 May 2020 00:58:58 -0400 Subject: [PATCH] Create README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03626c9 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Jenkins on ECS + +CloudFormation stack for creating an ECS service for Jenkins. + +## Launching Stack + +Make sure you are logged into the AWS Console and have permissions then click: + +[![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/template?stackName=ecs-jenkins-stack&templateURL=https://sumu-stacks.s3.us-east-1.amazonaws.com/jenkins/production/cloudformation/jenkins/top.yaml) + +Fill out the parameters and launch! + +--- + +Creates: + +- ALB +- DNS Records (optional) +- ECS Service +- ECS Task + +Requires: + +- ECS Cluster +- VPC Id +- ACM Certificate +- Subnet Ids