Listing Thumbnail

    Intel® Distribution of OpenVINO™ Toolkit

     Info
    Sold by: Intel 
    An open-source toolkit for optimizing and deploying deep learning models. Boost your AI deep-learning inference performance!
    Listing Thumbnail

    Intel® Distribution of OpenVINO™ Toolkit

     Info
    Sold by: Intel 

    Overview

    Play video

    OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference. OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applications and solutions that solve a variety of tasks including emulation of human vision, Generative AI, LLMs, automatic speech recognition, natural language processing, recommendation systems, and many others. Based on the latest generations of artificial neural networks, including Convolutional Neural Networks (CNNs), large language models (LLM), recurrent and attention-based networks, the toolkit extends computer vision and non-vision workloads across Intel® hardware, maximizing performance. It accelerates applications with high-performance, AI, and deep learning inference deployed from edge to cloud.

    Highlights

    • Deploy High-Performance Deep Learning Inference. Optimize and deploy deep learning solutions across multiple Intel® platforms: Intel-powered CPUs, integrated GPUs, Intel discrete GPUs, Intel NPUs, and FPGAs
    • Leverage pre-optimized and open-sourced pre-trained models, code samples, and demos from the Open Model Zoo. More Generative AI coverage, Large Language Model (LLM) support, and more model compression techniques.
    • This AMI includes OpenVINO, and Jupyter Interface to run OpenVINO Notebooks.

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    AmazonLinux 2023

    Typical total price

    This estimate is based on use of the seller's recommended configuration (c7i.4xlarge) in the US East (N. Virginia) Region. View pricing details

    $0.714/hour

    Pricing

    Intel® Distribution of OpenVINO™ Toolkit

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (143)

     Info
    • ...
    Instance type
    Product cost/hour
    EC2 cost/hour
    Total/hour
    t2.large
    $0.00
    $0.093
    $0.093
    t2.xlarge
    $0.00
    $0.186
    $0.186
    t2.2xlarge
    $0.00
    $0.371
    $0.371
    t3.large
    $0.00
    $0.083
    $0.083
    t3.xlarge
    $0.00
    $0.166
    $0.166
    t3.2xlarge
    $0.00
    $0.333
    $0.333
    m3.xlarge
    $0.00
    $0.266
    $0.266
    m3.2xlarge
    $0.00
    $0.532
    $0.532
    m4.large
    $0.00
    $0.10
    $0.10
    m4.xlarge
    $0.00
    $0.20
    $0.20

    Additional AWS infrastructure costs

    Type
    Cost
    EBS General Purpose SSD (gp3) volumes
    $0.08/per GB/month of provisioned storage

    Vendor refund policy

    It is Free !

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Updated to OpenVINO 2024.2.0. with Amazon Linux 2023 OS. Includes OpenVINO notebooks.

    Additional details

    Usage instructions

    1. Launch the AMI. Note: Make sure the public IP address is enabled and is launched in a VPC with internet access.

    2. Open Jupyter Notebook by navigating to port 8888, the URL is http://:8888 Note: It might take a few minutes for the ec2 instance to boot up, so if the webpage doesn't load, please try again in a few minutes.

    3. The Jupyter Notebook password is

    4. To run sample notebooks, you can navigate to /notebooks. Sample URL: http://:8888/lab/tree/notebooks

    Additional Resources: -- See step-by-step detailed Instructions here: https://github.com/IntelAI/openvino-demos/blob/master/aws/ami/Getting-Started-Guide-to-Launch-EC2-with-OpenVINO.pdf 

    -- Instructions to connect to OpenVINO AMI with RDP/VNC session: https://www.youtube.com/watch?v=K0eJshISQv4 

    Support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    3.7
    3 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    67%
    0%
    0%
    0%
    33%
    3 AWS reviews
    Gavin

    Run DL Models faster!

    Reviewed on Oct 18, 2023
    Purchase verified by AWS

    The Intel distribution of OpenVINO AMI is a versatile solution for deep learning inference workloads on AWS. The OpenVINO AMI provides a pre-configured environment for OpenVINO, and preconfigured Jupyter Notebooks which makes it easy to get started and deploy models quickly

    Manikanth

    Easy to use via Jupyter Notebook

    Reviewed on Sep 21, 2021
    Purchase verified by AWS

    With OpenVINO preinstalled, it is easy to quickly start experimenting with OpenVINO toolkit. Access to OpenVINO jupyter Notebook directly without logging into the console is convienent

    phanimvs

    AWS OpenVino Kit Crashes

    Reviewed on Sep 03, 2021
    Purchase verified by AWS

    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

    View all reviews