Skip to content

Commit

Permalink
Merge pull request #10 from aws-samples/sydney
Browse files Browse the repository at this point in the history
Add Sydney to target regions
  • Loading branch information
matteofigus authored Aug 10, 2020
2 parents 942da35 + 80258bc commit 34a0778
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ The demo application is deployed as an [AWS CloudFormation](https://aws.amazon.c
1. Deploy the latest CloudFormation template by following the link below for your preferred AWS region:

| Region | Launch Template |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **US East (N. Virginia)** (us-east-1) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-us-east-1.s3.us-east-1.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| **US East (Ohio)** (us-east-2) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-us-east-2.s3.us-east-2.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| **US West (Oregon)** (us-west-2) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-us-west-2.s3.us-west-2.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| **EU (Ireland)** (eu-west-1) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-eu-west-1.s3.eu-west-1.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| Region | Launch Template |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **US East (N. Virginia)** (us-east-1) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-us-east-1.s3.us-east-1.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| **US East (Ohio)** (us-east-2) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-us-east-2.s3.us-east-2.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| **US West (Oregon)** (us-west-2) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-us-west-2.s3.us-west-2.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| **EU (Ireland)** (eu-west-1) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-eu-west-1.s3.eu-west-1.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |
| **Asia Pacific (Sydney)** (ap-southeast-2) | [![Launch the VirtualProctor Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/new?stackName=VirtualProctor&templateURL=https://solution-builders-ap-southeast-2.s3.ap-southeast-2.amazonaws.com/amazon-rekognition-virtual-proctor/latest/template.yaml) |

2. If prompted, login using your AWS account credentials.
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.
Expand Down
2 changes: 1 addition & 1 deletion cfn-publish.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
template=templates/template.yaml
acl="public-read"
bucket_name_prefix="solution-builders"
regions="eu-west-1 us-east-1 us-east-2 us-west-2"
regions="ap-southeast-2 eu-west-1 us-east-1 us-east-2 us-west-2"
extra_files="frontend.zip"
2 changes: 1 addition & 1 deletion src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Globals:
MIN_CONFIDENCE: !Ref MinConfidence
OBJECTS_OF_INTEREST_LABELS: !Join [",", !Ref ObjectsOfInterestLabels]
REGION: !Ref AWS::Region
VERSION: '0.8'
VERSION: '0.9'
Api:
EndpointConfiguration: REGIONAL
Cors:
Expand Down

0 comments on commit 34a0778

Please sign in to comment.