one-observability-demo icon indicating copy to clipboard operation
one-observability-demo copied to clipboard

Setup API canary instructions incorrect parameter

Open aelivingstone opened this issue 4 years ago • 1 comments

The API uses the load balancer beginning servi-searc- The instructions get the SSM parameter for Servi-PetSi-

Instead of aws ssm get-parameter --name '/petstore/petsiteurl' | jq -r .Parameter.Value

It should be:

aws ssm get-parameter --name '/petstore/searchapiurl' | jq -r .Parameter.Value

aelivingstone avatar Oct 15 '21 11:10 aelivingstone

https://catalog.us-east-1.prod.workshops.aws/v2/workshops/31676d37-bbe9-4992-9cd1-ceae13c5116c/en-US/synthetics/apicanary

aelivingstone avatar Oct 15 '21 11:10 aelivingstone

Issue fixed.

awsimaya avatar Oct 24 '22 16:10 awsimaya