How do I update Iglu Resolver to reference personal Iglu Server? (needed for RDB shredder)

I appreciate the reply, @Colm.

I specified port 8080 since that’s the port I identify in the repo-server section of the Iglu Server application.conf file:

repo-server {
  interface = "0.0.0.0"
  port = 8080
  pool = "cached"
}

Is that not needed? If not, what’s the expected method for hosting the Iglu Server? Right now the uri just points to port 8080 of the EC2 instance’s public DNS address. How would I change that to point to the correct API endpoint as you recommend? Would I structure my uri like so HOST/api/schemas/ ?

I was able to SSH into the EC2 instance of the Iglu Server from the Instance i’m using to run RDB Shredder, so I don’t think it’s a permissions issue. To facilitate ease of setup I have all IAM roles, security groups, etc. set wide open at the moment.

Can you expand on which use cases would require a user self-hosting the stand schemas? Per this thread the other day, I thought my use case would require a self-hosted Iglu Server. Thanks again for the help!