Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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.
Solved! Go to Solution.
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.
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.