gatsby-uc / gatsby-plugin-s3

Deploy your gatsby site to a S3 bucket.
https://gatsby-plugin-s3.jari.io/
MIT License
210 stars 110 forks source link

EHOSTUNREACH when trying to run #409

Closed davidrhoderick closed 1 year ago

davidrhoderick commented 1 year ago

When I try to run with credentials, I get the following error:

AWS_PROFILE="**********_AWSAdministratorAccess" AWS_ACCESS_KEY_ID="***************" AWS_SECRET_ACCESS_KEY="**************************" && gatsby-plugin-s3 deploy

✖ Failed.
  Error: connect EHOSTUNREACH 169.254.169.254:80

  - node:net:1487 TCPConnectWrap.afterConnect [as oncomplete]
    node:net:1487:16

It doesn't give out any other information and I'm not sure what this message means. Any ideas?

davidrhoderick commented 1 year ago

Sorry to update with little information but I was able to get it working. Probably just needed to update credentials and check the configuration.