senzing-garage/aws-marketplace-evaluation

Document the supported AWS regions.

Closed this issue · 3 comments

Currently the only AWS Regions that are supported are

  • af-south-1
  • ap-southeast-2
  • eu-west-1
  • eu-west-2
  • us-east-1
  • us-east-2
  • us-west-1
  • us-west-2

It is because our S3 buckets which hold the lamda function are only available in those AWS regions currently. Reference: the senzing-public-XX-YYYY-N buckets seen at https://s3.console.aws.amazon.com/s3/home

In our AWS Marketplace documentation, we should list the supported regions and have a "Contact Us" button for a customer to request another AWS region.

Note that the name of the S3 Bucket matters because the way it is access is programmatically in this manner:

https://github.com/Senzing/aws-cloudformation-ecs-poc-simple/blob/e33cccaa295d5ca4a0eae645687d2b933e4867f0/cloudformation.yaml#L2061

Pull requests: