Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

AWS OpenVino Kit Crashes

  • By phanimvs
  • on 09/03/2021

Sir,

I installed OpenVino Image from AWS Marketplace using SpotInstance

Did RDP into the instance using the commands below.
Copying a text with the with right click mouse drag closes the remote desktop.

Very nice bug sir in the image. Please fix it.


------------------------------------------

sudo yum -y update
sudo amazon-linux-extras install mate-desktop1.x
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
sudo openssl req -x509 -sha384 -newkey rsa:3072 -nodes -keyout /etc/xrdp/key.pem -out /etc/xrdp/cert.pem -days 365
sudo yum install xrdp tigervnc-server
sudo systemctl start xrdp
sudo systemctl enable xrdp
sudo passwd ec2-user
sudo OpenVinoDev1

/etc/xrdp/xrdp.ini and comment out the line containing “channel_code = 1”.
sudo sed -i 's/<USER>/ec2-user/' /etc/systemd/system/vncserver@.service

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo yum install ./google-chrome-stable_current_x86_64.rpm
sudo ln -s /usr/bin/google-chrome-stable /usr/bin/chromium

sudo file -s /dev/xvdf
sudo mkfs -t ext4 /dev/xvdf
sudo mkdir /Data
sudo mount /dev/xvdf /Data/

sudo cp /etc/fstab /etc/fstab.bak
vi /etc/fstab
/dev/xvdf /Data ext4 default,nofail 0 0
sudo mount -a


  • By Ravi
  • on 09/25/2021

Hi Phanimvs We created a video on how to connect to OpenVINO AMI via RDP/VNC: https://youtu.be/K0eJshISQv4 We followed all the steps listed here: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-linux-2-install-gui/ We followed all the steps listed in the above link and were able to do a VNC session with copy/paste functions. Let us know if you run into further issues with RDP. Sincerely, Ravi.

  • By Ravi
  • on 09/22/2021

Hi Phanimvs, Here is a video showing how to do RDP/VNC on OpenVINO AMI: https://youtu.be/K0eJshISQv4 We followed the instructions listed here: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-linux-2-install-gui/ Sincerely, Ravi

  • By Ravi
  • on 09/21/2021

Hi Phanimvs OpenVINO AMI is based on Amazon Linux 2 image. The recommended way to do RDP on Amazon Linux 2 is: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-linux-2-install-gui/ We followed all the steps listed in the above link and were able to do a VNC session with OpenVINO AMI with copy/paste functions. Let us know if you have any more issues with RDP/VNC. Sincerely, Ravi.