What does AAA mean in nginx example of split_clients?

"AAA" is just an ordinary string. IP address from $remote_addr variable and string "AAA" are concatenated and hashed into a 32-bit number. In case there are two requests from the same IP, this ensures that the value for the $variant variable will be the same.