Create transparent network on AWS Windows instance

Hello,

Each time I try to create a transparent network on AWS Windows instance, the RDP connection is close after running the command, and I can’t reconnect to the server again.
The commands I tried:

  1. docker network create -d transparent --gateway --subnet <ip/cidr>
  2. docker network create -d transparent

Thanks,

Ziv

This is a known issue which AWS is working to fix.

In the meantime, please try a different instance type such as G2, I3, M3,

I’ll try to use different instance type, hope it’ll work.
Thank you