0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AWS GPUが使えるインスタンスの調べ方テクニック

Last updated at Posted at 2023-03-19

GPUが使えるインスタンスの調べ方

AMI名がそのインスタンスの設定を示しているので、それを確認します。

EC2の左サイドバー、イメージの「AMI」を選択、左上のところで「パブリックイメージ」を選択。
検索でgpuと入れて検索する。

AMI名がamzn2-ami-ecs-gpu-hvm-2.0.20210331-x86_64-ebs とかになっているので、そこを確認する。

この場合、ecsで利用可能な、GPU搭載のインスタンス、という意味になる。

なので、ecs-gpuと検索すればecsで利用可能な、GPU搭載のインスタンスを検索することができる。

リンクの方法を使えば、AWS CLIでも検索できる。

ちなみにGPUを使用する場合は、こちらに記載のインスタンスを指定する必要がある。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?