-
Notifications
You must be signed in to change notification settings - Fork 27
AWS EC2 ubuntu access profile example
Nicolas Bonnand edited this page Aug 1, 2018
·
7 revisions
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
© 2018 Nicolas Bonnand, licensed under the Apache License, Version 2.0