クラウドサーバーとVPSをデプロイ

Gandi が2008年から誠実さと透明性を持って提供しているクラウドサーバーです。

VPS クラウドサーバーからクラウドホスティングインフラまで

アプリケーションをデプロイ

クラウドホスティングアプリをデプロイ

Gandi クラウド VPSは、アプリケーションをクラウドサーバーに迅速にデプロイするために必要な全てのツールを提供します。

  • たった2分で自動配信
  • 必要なパワーに応じて4つの構成が利用可能
  • デプロイを自動化するための Terraform、Ansible、Cloud-initと互換性のあるパブリックAPI
  • 835円 から
利用可能なクラウドホスティング構成を見る

オンラインサービスを開発中

オンラインサービスを開発中ですか?

オンラインアプリケーション (SaaS) を開発して顧客に提供している場合、Gandiのクラウドホスティングサーバーを使用して、以下を提供することができます。

  • 必要に応じてVPSクラウドサーバーのパワーを柔軟に変更
  • 最大1TBまでのストレージ
  • 固定費用なし、利用状況に応じた課金
  • 835円 から
利用可能なクラウドホスティング構成を見る

クラウドホスティングインフラ関連のプロジェクト

クラウドホスティングインフラ関連のプロジェクト

顧客向けにデプロイするクラウドサーバーインフラがある場合、次を利用することができます。

  • Infra-as-Codeツール (Terraform、Ansibleなど) と互換性のあるパブリックAPI
  • 4つの変更可能な構成
  • フランスに位置するデータセンター
  • 835円 から
利用可能なクラウドホスティング構成を見る

シンプル

クイックスタート

すぐに始められる

アカウントが有効化されると、クラウドサーバーの作成は簡単です。 デプロイには2分しかかかりません。

クラウドサーバーには、選択した最新バージョンのOS (Ubuntu、Debian、またはArch Linux) が付属しており、最大限のセキュリティを確保するためにSSHキーを介して接続します。

VPS クラウドホスティングについて

柔軟性

柔軟性がある使い方

クラウドサーバーのCPU / RAM構成は、ニーズに合わせていつでも変更できます。

ストレージボリュームも最大1TBまで拡張可能であり、複数のボリュームを単一のクラウドサーバーに接続できます。

最後に、支払い後の請求ではたまに発生するニーズや負荷のピークに対応するために、クラウドホスティングサーバーを数時間だけ展開することもできます。

クラウドホスティング VPS について

透明性のある価格

明確で予測を立てやすい価格

利用可能なクラウドホスティングリソースには、1時間あたりの設定価格があります。 毎月の費用は計算するのが簡単で、費用を管理することができます。

時間単位での請求は柔軟性があり、ニーズが安定している場合は価格は毎月同じになります。

外部帯域幅は請求されないため、隠れたコストはありません。

クラウドホスティング VPS について

オープン

クラウドホスティングリソースを好みに応じてコントロールする3つの方法と、通常の作業方法を次に示します。

UI: ユーザーインターフェース

UI: ユーザーインターフェース

Gandi クラウドユーザーインターフェースは、日常業務の時間を節約するように設計されています。 クラウドホスティングリソースの作成、消費の監視、SSHキーの管理などを簡単に行えます。

クラウドサーバー管理は誰でも利用できます。

Gandi クラウド VPS を試す

CLI: コマンドライン

CLI: コマンドライン

コマンドラインインターフェイス (CLI) を使用して、クラウドホスティングリソースに対して任意のアクションを実行できます。

Gandi クラウドホスティングプラットフォームで上級ユーザーはOpenStack CLI を利用できます。 パブリックAPIへのアクセスが許可されたら、OpenStack CLIを使用して、クラウドホスティングで必要なアクションを実行できます。

Gandi クラウド VPS を試す
# SSHキーペアを作成するopenstack keypair create --public-key <your_public_key_file> <keypair_name>  
 
# Create a 25GB volume 
openstack volume create --image <image_id> --size 25 <volume_name>  
 
# Create a V-R1 GandiCloud Server 
openstack server create --flavor V-R1 --volume <your_volume_id> --key-name <sshkey_name> <server_name>  
 
# 現在のGandi クラウドサーバーを確認する
openstack server list

API: infra-as-code ツール

API: infra-as-code ツール

パブリックOpenstack APIを使用して、クラウドインフラ管理ツールを自分で開発することができ、最も一般的なInfra-as-Codeクラウドサーバー管理ツール (Terraform、Cloud-init、Ansible、Puppetなど) を使用できます。

Gandi クラウド VPS を試す
... 
// terraform.tf: creation of a GandiCloud V-R1 
resource "openstack_compute_instance_v2" "gandi-server" { 
 name = "My-Gandi-server" 
 key_pair = "keypair_name" 
 flavor_name = "V-R1" 
 security_groups = ["default"] 
 power_state = "active" 
 network { 
 name = "public" 
 } 
 block_device { 
 uuid = "os_image_uuid" 
 source_type = "image" 
 volume_size = 25 
 boot_index = 0 
 destination_type = "volume" 
 delete_on_termination = true 
 } 
}

プロフェッショナル

  • 20年のサービス提供経験

    Gandi はサービスの品質がいかに重要であるかを知っています。 20年以上にわたりお客様に可能な限り最高のサービス品質を提供してきました。

  • 質に妥協しない

    質に妥協しないテクニカルサポートは1週間のうち6日間で利用可能で24時間対応です、月間99.95%の稼働時間を目標としています。

  • 顧客体験が最優先事項

    お客様のフィードバックは常にGandiのクラウドホスティング製品の改善の源となっています。改善できることがありましたら、feedback@gandi.net までメールでお問い合わせください。

"These folks are the best.. they even help you with getting started and any quirks you might have with setting up your OWN host! They do this out of withOUT you paying for any special 'help/support'! ..."

John K. from United States, on Hostadvice.com

Infra-as-Code プラットフォーム

様々なクラウドプロバイダーと同じツールと構成ファイルを使用してサーバーを定義、展開、および管理できる Infra-as-Code インフラのおかげです。 Gandi クラウドプラットフォームは、主要なクラウドとしてのインフラツールとネイティブに互換性のある OpenStack パブリックAPIを提供します。

Terraform

Terraform を使用すると、yaml構成ファイルからリソースをデプロイできます。 インフラの状態を簡単に管理することができます。

Ansible

Ansibleはサーバーに接続せずにサーバー上で様々なコマンド (プレイブック) を自動的に実行するためのツールです。

Cloud-init

Cloud-initスクリプトは、初期起動時にサーバーの構成をカスタマイズするのに役立ち、作成するサーバーの構成を自由に調整できます。

FAQ (よくある質問)

これら2つのサービスでは仮想サーバーを提供しています。クラウドサーバーはGandiの歴史的なプラットフォームであり、10年近くサービスを提供してきました。仮想サーバーは完全に自分向けにパーソナライズできるという特徴があります。 Gandi クラウドの機能は、Gandi クラウドVPSに徐々に含まれるようになります。

There are three types of cloud:

  • the public cloud — available on the internet
  • the private or business cloud — only available on a private network
  • the hybrid cloud — a mix of public and private clouds

Providing Cloud servers is an important part of Gandi's business since 2008. If you want several servers in the same data center, you can interconnect them using a private network to optimize performances and security. Private networks are also free.
There are 5 steps to choosing your cloud:1. Select the size of your new server2. Select the datacenter location3. Choose your version of Ubuntu, Debian, CentOS, or FreeBSD, depending on the applications you want to deploy4. Name your server and define a password for your account5. Start to use your new Cloud VPS
For more information, our online Cloud documentation can help!

The idea of a gaming cloud means relegating the need to insert a disk or cartridge to install or play a particular game definitively to the past. Just like Spotify for music or Netflix to video, cloud gaming enables you to play video games on different devices, without them having to be where the majority of the computing takes place.

To determine which gaming cloud to choose, consider the following factors:

- Check your geographic distance. The further a provider's servers, the more data needs to travel long distances between servers and you, causing lags between when you perform an action on your end and the corresponding action in a game. This constraint is progressively going away with the number of data centers increasing as you read these words.

- Verify your internet connection. Multiplayer games need a strong, stable internet connection, with a reliable latency

- Take stock of your equipment. To take full advantage of cloud gaming, you only need an internet connection and a screen on which to play — a computer, a console, a smart TV, a smartphone, or a tablet, to name a few options.

As far as controllers and mouses go, be careful! Certain services, like PlayStation Now or Stadia are only compatible with their own, corresponding controllers.

The three Cloud service models are IaaS, PaaS, and SaaS. IaaS (or Infrastructure as a Service) provides you with your own server environment without the need to administer the physical part of the infrastructure (datacenter, climate control, electricity, server room, etc.) With IaaS, businesses benefit from technical resources on virtual machines that can be shut down, stopped, reinstalled, or configured.

PaaS (Platform as a Service) allows you to rent the use of servers and integrated tools. This configuration is extremely useful for being able to quickly have access to a development and testing environment but also to host a website without having to manage the system layers.

SaaS (Software as a Service) is the Cloud service that's most well known by the general public. It enables businesses to use, in the form of a software package, multiple applications available online, generally by subscription. Apps like Google and Office 365 are examples of SaaS. The provider handles the installation, configuration, operations, and maintenance of the environment.

Get help

関連ニュース

全て確認

ニュースレターに登録しましょう

ニュースレターに登録して、最新ニュースや割引キャンペーン情報を受け取りましょう。月に1通だけ1ヶ月のニュースをまとめたメールが送信されます。登録された情報はGandi以外のサービスと共有されませんのでご安心ください。

Invalid registration

確認メールが送信されました

お問い合わせ

The chat tool requires accepting cookies.

The chat tool requires cookies to function properly. You can see the details of the cookies used in our privacy and cookie use policy.

Accept them to continue or use our support form if you refuse them.