You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to Redeploying PetSearch Service after doing instrumentation following this tutorial, it seems there is no /petstore/petsearch-ecr in my ECR, and the following command does not work: PETSEARCHECR=$(aws ssm get-parameter --name '/petstore/petsearch-ecr' | jq -r .Parameter.Value | cut -d':' -f 1)
Would you please help to troubleshoot that issue?
Many thanks,
The text was updated successfully, but these errors were encountered:
Hello @bahung,
Thank you for your patience. I have recently on boarded to the team and I'm following up with issues for this project.
It appears we updated the code: PETSEARCHECR=$(aws ssm get-parameter --name '/petstore/searchimage' | jq -r .Parameter.Value | cut -d':' -f 1)
I'm going to confirm if this is still an issue with the new code and will let you know what I find.
When trying to Redeploying PetSearch Service after doing instrumentation following this tutorial, it seems there is no
/petstore/petsearch-ecr
in my ECR, and the following command does not work:PETSEARCHECR=$(aws ssm get-parameter --name '/petstore/petsearch-ecr' | jq -r .Parameter.Value | cut -d':' -f 1)
Would you please help to troubleshoot that issue?
Many thanks,
The text was updated successfully, but these errors were encountered: