Hacker News new | ask | show | jobs
by rad_gruchalski 2195 days ago
When the wind blows in the right direction. Sometimes, your server would get stuck in provisioning for hours and only get „un-stuck” after creating a support ticket. Which, I kid you not, at one of the previous jobs, wd had automated in our provisioning popeline. Good times.

But when it worked, it worked. API was voodoo.

2 comments

I just discovered this today:

    aws support create-case \
        --subject "not working" \
        --communication-body file://description.txt
Fixing provisioning based on support tickets might have been automated on their side too :)