Skip to content
Advertisement

How can I add an IP address in a AWS CLI with out exporting

I am running below command to ingress in aws-cli, it is working fine if I provide an IP address, but I want it to know the IP and pass it. I was trying something like below but it is not helping

JavaScript

If I am doing below then it works but I want it to be done by above way.

JavaScript

Advertisement

Answer

Use -s with curl.

Try this:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement