Troubleshooting a json pull request in Windows

2024-06-20 1 min read Troubleshooting Barny Baron

Journey: 📊 Community Builder 📊

Subject matter: 💡 Troubleshooting 💡

Task: Troubleshooting a json pull request in Windows

While working on an EKS with Fargate Game Build project linked here I ran into a problem that needed troubleshooting and thought I would share it.

Troubleshooting

Problem observed:

As part of the configuration, I needed to use a specific permission set for my EKS Load Balancer.

When attempting to pull down a json iam policy using a curl command, it was asking for a ‘uri’.

curl failing

As I was using a Windows machine, I needed to identify an alternative command.

Fix required:

After a few swarches online, instead of curl which is Linux based, I used “wget (PATH)” and this was successful:

wget working

If this post helps just one other person, it has served its purpose well!

Cloud