Skip to Content
図解まるわかり 仮想化のしくみ
book

図解まるわかり 仮想化のしくみ

by 鈴木 健治, 宗村 拓実, 丸山 勝康, 欧 肖
May 2024
Intermediate
248 pages
6h 59m
Japanese
Shōeisha
Content preview from 図解まるわかり 仮想化のしくみ
152
8-6
Terraformを使用したIaCでの
クラウド環境のコントロール
Terraform、クラウド環境
Terraformとは、HashiCorp社によって開発されたIaCツールです。
Terraformは宣言型言語で、インフラの状態を定義するだけでインフラを
構築できます。 Terraformを使用すると、クラウドプロバイダAWS、
Azure、Google Cloud などやオンプレミスの環境を、一貫性のある方法
で定義、作成、変更、削除できます8-13)
 Terraform クラウド環境を構築する手順は次の通りです 8-14)
プロジェクトディレクトリに移動し、terraform initのコマンドで
Terraform を初期化する
ルートディレクトリに Terraform 定義ファイル*.tfを作成する
クラウドプロバイダ、認証情報や接続設定を定義ファイルに記述す
る。以下がプロバイダ指定の記載例
   provider "aws" {
    region = "us-west-2"
   }
リソースの設定を定義ファイルに記述する。以下がEC2 の記載例
   resource "aws_instance" "example" {
    ami = "ami-00000000000000000"
    instance_type = "t2.micro"
   }
terraform planのコマンドでリソースの構築プランに意図しない
影響や問題がないか確認する ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

図解まるわかり 電池のしくみ

図解まるわかり 電池のしくみ

中村 のぶ子
エンジニアが学ぶ会計システムの「知識」と「技術」

エンジニアが学ぶ会計システムの「知識」と「技術」

広川 敬祐, 五島 伸二, 小田 恭彦, 大塚 晃, 川勝 健司

Publisher Resources

ISBN: 9784798187068