AWS EC2 ubuntu access profile example - nbonnand/ovs-toolbox GitHub Wiki
1.5 AWS EC2 Ubuntu access profile example
Let's suppose that:
- OvS bridge is br0
- It is located on AWS EC2 18.197.164.250
- We are using ssh key /home/bonnand/.ssh/nicolas_AWS.pem
- As we are using EC2 ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20180627 (ami-de8fb135):
- As Openflow max protocol version supported is openflow13, we select openflow13 ( instead of default openflow14 )
- We need to use ubuntu username for ssh login to 18.197.164.250. ( Please note that the username is not the same as for RedHat OS !!!)
- Once logged on EC2, we need to use sudo to get root privilege
- We need to use no-stats python workaround because --no-stats options doesn't exist for ovs commands in this Open vSwitch release.
Fill the communication profile popup as in 