Skip to content

AWS EC2 redhat access profile

Nicolas Bonnand edited this page Aug 1, 2018 · 5 revisions

1.6 AWS EC2 RedHat access profile example

Let's suppose that:

  • OvS bridge is br0
  • It is located on AWS EC2 18.197.20.101
  • We are using ssh key /home/bonnand/.ssh/nicolas_AWS.pem
  • We are using EC2 ami RHEL-7.5_HVM_GA-20180322-x86_64-1-Hourly2-GP2 (ami-c86c3f23):
    • As Openflow max protocol version supported is openflow10, we select openflow10 ( instead of default openflow14 )
    • We need to use ec2-user username for ssh login to 18.197.164.250. ( Please note that the username is not the same as for ubuntu OS !!!)
    • Once logged on EC2, we need to use sudo to get root privilege

Fill the communication profile popup as in communication profile popup

Clone this wiki locally