I have the official Amazon client, and I have been using it for years. When I upgraded to 22.04, the client began to crash on every launch. It seems to be an error with OpenSSL
$ ./workspacesclient
No usable version of libssl was found
[1] 23961 IOT instruction (core dumped) ./workspacesclient
I did attempt to load an older libssl with
$ sudo aptitude install libssl-dev
But that did not change the behavior in any way that I could see.