Skip to main content
1-Visitor
February 8, 2018
Solved

AWS IoT connector

  • February 8, 2018
  • 1 reply
  • 3888 views

Hi,

I followed each and every steps on "AWS IoT connector quickstart" guide,

but i m stuck in Setting up Thingworx AWS IoT connection Server step 6.

i am getting error like This: "Template validation error: Template error: Unable to get mapping for RegionMap::us-west-2::ConnectorAMI"

and its showing "Link is not available" in estimated cost.,

i have attached screenshots. please provide me Guidence.

Thank you,

Regards,

Akshaykumar.

Best answer by ShengLiangQiu

That demo only works on us-east-1, if you happen to open the design template of CloudFormation, you will find a piece of code like:

"Mappings": {
"RegionMap": {
"us-east-1": {
"ConnectorAMI": "ami-1fac2409"
}}}

So please use us-east-1 instead, should be N. Virginia.

1 reply

12-Amethyst
March 14, 2018

That demo only works on us-east-1, if you happen to open the design template of CloudFormation, you will find a piece of code like:

"Mappings": {
"RegionMap": {
"us-east-1": {
"ConnectorAMI": "ami-1fac2409"
}}}

So please use us-east-1 instead, should be N. Virginia.