Troubleshooting a json pull request in Windows
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.
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’.
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:
If this post helps just one other person, it has served its purpose well!