Translate

2010年2月12日金曜日

Access to the Internet: AmazonVPC Getting Started p16

Access to the Internet
インターネットへのアクセス


In the exercise in this guide, you communicate with the us-east-1.ec2.amazonaws.com Amazon EC2 API endpoint over the Internet using the command line tools to create your VPC, subnets, etc., and to launch your Amazon EC2 instances within the VPC. The tools require that the local machine has:

このガイドでは、VPCやサブネットなどの作成、VPC環境下でのAmazonEC2インスタンスのLaunchを、コマンドラインツールを使ってus-east-1.amazonaws.com Amazon EC2 API エンドポイントとインターネット経由で通信して行います。コマンドラインツールはローカルマシンが以下の項目を満たしている必要があります:

・Java version 5 or later installed (for more information, see The Java Runtime Environment (p.17))
・JavaランタイムVer5以降がインストールされていること(詳細はThe Java Runtime Environment (p.17)を参照のこと)
・An .ec2 directory in the home directory with the required credentials (for more information, see How to Get Your Credentials (p. 17))
・ホームディレクトリ直下の.ec2ディレクトリが使用可能であること(詳細はHow to Get Your Credentials (p. 17)参照のこと)

0 件のコメント:

o1-previewにナップサック問題を解かせてみた

Azure環境上にあるo1-previewを使って、以下のナップサック問題を解かせてみました。   ナップサック問題とは、ナップサックにものを入れるときどれを何個入れればいいかを計算する問題です。数学では数理最適化手法を使う際の例でよく出てきます。 Azure OpenAI Se...