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
I have Localstack running on a different machine (my desktop) which is connected to same machine, the localstack instance is listening to 0.0.0.0:4566 , and is responding well to aws --endpoint=http://{ desktop-local-ip}:4566 commands when running from my laptop...
But when i am running cdklocal bootstrap i could see that in verbose mode that it is still making request to 127.0.0.1 and not my local desktop ip...
[15:50:21] Setting "CDK_DEFAULT_REGION" environment variable to ap-south-1
[15:50:21] Looking up default account ID from STS
[15:50:21] Unable to determine the default AWS account (UnknownEndpoint): Inaccessible host: '127.0.0.1' at port '4566'. This service may not be available in the `ap-south-1' region.
I have Localstack running on a different machine (my desktop) which is connected to same machine, the localstack instance is listening to
0.0.0.0:4566
, and is responding well toaws --endpoint=http://{ desktop-local-ip}:4566
commands when running from my laptop...But when i am running cdklocal bootstrap i could see that in verbose mode that it is still making request to 127.0.0.1 and not my local desktop ip...
full verbose output is here:-
The text was updated successfully, but these errors were encountered: