Hacker News new | ask | show | jobs
by Hamuko 1649 days ago
I don't find the console slow, but I find it pretty stupid. There are some things that I can't do via the console, only via the API, and some stuff just doesn't make sense. Like why does AWS WAF have its own region selection (that always defaults to us-east-1) separate from the console region selection?
1 comments

>Like why does AWS WAF have its own region selection

Assuming you're talking about WAFv2, it seems that's because they chose to have a single set of api endpoints instead of regional-based endpoints. And that the CLI --region option is really only equipped to swap endpoints.

Doesn't explain why they chose that path though.

I think even WAF v1 had stupid region selections on the console.