Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "401 - Unauthorized" when retrieving instance meta data #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexander-herr
Copy link
Contributor

When running the script to update the Wordpress DB to point to the DNS name of the RDS instance it fails because the instance's meta data is not available without a token on newer EC2 instances.

E.g.: curl http://169.254.169.254/latest/meta-data/public-hostname -> 401 Unauthorized

Instead get token first and then use the token to fetch meta data.

When running the script to update the Wordpress DB to point to the DNS name of the RDS instance it fails because the instance meta data is not available without a token on newer EC2 instances.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant