I'm quite beginner with AWS, and I need to set up RDMA connectivity between client and server. Can anybody give me any idea, hint, guide or anything that helps me ?
Thank you
As of 02/2023, the only type of AWS instance that supports RDMA that I can find is P4d. And if you decide to go with that AWS may be able to help you with further instructions.
But, SoftRoCE will work on any type of instance. SoftRoCE is a software stack providing RDMA connections without any hardware requirement. The CentOS7 machine I am using has the rdma_core code already in it's kernel so I can start it by following this blog.