Does that require a static ip on remote?
I have skimmed the Jetbrain FAQ [1] and it says "no relay servers are involved"
[1] https://www.jetbrains.com/help/idea/faq-about-remote-develop...
You can use something like the following in your ~/.ssh/config:
Host devhost ProxyCommand aws --profile DevProfile ssm start-session --target i-0123456789abcdef0 --document-name AWS-StartSSHSession --parameters "portNumber=22"
You can use something like the following in your ~/.ssh/config:
You then tell intellij to connect to "devhost". This also works under recent versions of Windows (those which ship with openssh).