Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Typoes $EC2_METADATA/latest/meta-data/local-ipv4 should be $EC2_METADATA/meta-data/local-ipv4 in ADDING SERVICE DISCOVERY TO EC2 BACKENDS #97

Open
DharmSonariya opened this issue May 31, 2020 · 0 comments

Comments

@DharmSonariya
Copy link

DharmSonariya commented May 31, 2020

What is the problem?
The code has typoes
Typoes in https://www.appmeshworkshop.com/appendix/servicediscovery/
line21
Current code :
INSTANCE_IP=$(curl -s $EC2_METADATA/latest/meta-data/local-ipv4);
Expected code:
INSTANCE_IP=$(curl -s $EC2_METADATA/meta-data/local-ipv4);

This is a documentation issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant