Skip to content

Commit 27869e6

Browse files
authored
Merge pull request #7 from aws-samples/add-sydney-region
Add Sydney Region
2 parents 73124fa + d78c206 commit 27869e6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.DS_Store
33
packaged.zip
44
samconfig.toml
5+
docs/SA-Amazon Rekognition Custom Labels Batch Image Processing_old.png

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The demo application is deployed as an [AWS CloudFormation](https://aws.amazon.c
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) |
6363
| **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) |
64+
| **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) |
6465

6566
2. If prompted, login using your AWS account credentials.
6667
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"
4+
regions="eu-west-1 us-east-1 us-east-2 us-west-2 ap-southeast-2"

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.11"
15+
Version: "v0.12"
1616

1717
Resources:
1818
SourceS3Bucket:

0 commit comments

Comments
 (0)