Skip to content

Commit 907e4f6

Browse files
authored
Merge pull request #8 from aws-samples/frankfurt
added buttons
2 parents 27869e6 + e0cdb99 commit 907e4f6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ The demo application is deployed as an [AWS CloudFormation](https://aws.amazon.c
6060
| **US East (N. Virginia)** (us-east-1) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-us-east-1.s3.us-east-1.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
6161
| **US East (Ohio)** (us-east-2) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-us-east-2.s3.us-east-2.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
6262
| **US West (Oregon)** (us-west-2) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-us-west-2.s3.us-west-2.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
63-
| **EU (Ireland)** (eu-west-1) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-eu-west-1.s3.eu-west-1.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
63+
| **Europe (Ireland)** (eu-west-1) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-eu-west-1.s3.eu-west-1.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
64+
| **Europe (London)** (eu-west-2) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-2#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-eu-west-2.s3.eu-west-2.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
6465
| **Asia Pacific (Sydney)** (ap-southeast-2) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-ap-southeast-2.s3.ap-southeast-2.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
66+
| **Europe (Frankfurt)** (eu-central-1) | [![Launch the LabelDetection Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/new?stackName=LabelDetection&templateURL=https://solution-builders-eu-central-1.s3.eu-central-1.amazonaws.com/amazon-rekognition-custom-labels-batch-processing/latest/template.yaml) |
6567

6668
2. If prompted, login using your AWS account credentials.
6769
3. You should see a screen titled "_Create Stack_" at the "_Specify template_" step. The fields specifying the CloudFormation template are pre-populated. Click the _Next_ button at the bottom of the page.

cfn-publish.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
template=template.yaml
22
acl="public-read"
33
bucket_name_prefix="solution-builders"
4-
regions="eu-west-1 us-east-1 us-east-2 us-west-2 ap-southeast-2"
4+
regions="eu-west-1 us-east-1 us-east-2 us-west-2 ap-southeast-2 eu-west-2 eu-central-1"

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Parameters:
1212
Mappings:
1313
Solution:
1414
Constants:
15-
Version: "v0.12"
15+
Version: "v0.13"
1616

1717
Resources:
1818
SourceS3Bucket:

0 commit comments

Comments
 (0)