A nice, resolution independent, SVG version of the AWS CloudFormation "Launch Stack" button π
Initially made for the Elastic CI Stack for AWS.
You can use it in Markdown like so:
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
or with plain olβ HTML:
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=samdengler&templateURL=https://s3.amazonaws.com/my-great-stack.json"><img alt="Launch Stack" src="https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/launch-stack.svg"></a>
AWS Region images and associated Markdown are available below:
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/us-east-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/us-east-2.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/us-west-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/us-west-2.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/ap-south-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=ap-south-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/ap-northeast-3.svg)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-3#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/ap-northeast-2.svg)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-2#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/ap-southeast-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/ap-southeast-2.svg)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/ap-northeast-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/ca-central-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=ca-central-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/eu-central-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/eu-west-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/eu-west-2.svg)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-2#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/eu-west-3.svg)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-3#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/eu-north-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=eu-north-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
[![Launch Stack](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/sa-east-1.svg)](https://console.aws.amazon.com/cloudformation/home?region=sa-east-1#/stacks/create/review?stackName=buildkite&templateURL=https://s3.amazonaws.com/my-great-stack.json)
To add a region:
- Clone the repo and modify the sketch file.
- Export as
SVG
to theimages/
directory - Create a Pull Request
See current AWS Region Names
Launch-Stack.sketch (Sketch 3)
See LICENSE (MIT)