cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

AWS IoT connector

AkshayKumar
10-Marble

AWS IoT connector

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Top Tags