タグ

Terraformに関するzembutsuのブックマーク (25)

  • Two-Tier AWS Architecture - Terraform by HashiCorp

    » Two-Tier AWS Architecture Example Source Code This provides a template for running a simple two-tier architecture on Amazon Web Services. The premise is that you have stateless app servers running behind an ELB serving traffic. To simplify the example, it intentionally ignores deploying and getting your application onto the servers. However, you could do so either via provisioners and a configur

    Two-Tier AWS Architecture - Terraform by HashiCorp
    zembutsu
    zembutsu 2014/07/29
    こういうのを読むと、あぁ、インフラのコード化ってこういう事かな?、と、データセンタで色々やっていた身でも、割ととシックリ来る。
  • Consul Example - Terraform by HashiCorp

    » Consul Example Example Source Code Consul is a tool for service discovery, configuration and orchestration. The Key/Value store it provides is often used to store application configuration and information about the infrastructure necessary to process requests. Terraform provides a Consul provider which can be used to interface with Consul from inside a Terraform configuration. For our example, w

    Consul Example - Terraform by HashiCorp
    zembutsu
    zembutsu 2014/07/29
    サンプル
  • Build infrastructure | Terraform | HashiCorp Developer

    zembutsu
    zembutsu 2014/07/29
    AWSでの実装サンプル
  • HashiCorp Blog: Terraform

    Sign up for freeGet started in minutes with our cloud products TerraformInfrastructure as code provisioning​​​​‌‍​‍​‍‌‍‌​‍‌‍‍‌‌‍‌‌‍‍‌‌‍‍​‍​‍​‍‍​‍​‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍​‍​‍​​‍​‍‌‍‍​‌​‍‌‍‌‌‌‍‌‍​‍​‍​‍‍​‍​‍‌‍‍​‌‌​‌‌​‌​​‌​​‍‍​‍​‍‌‍‍​‌‍​‌‌​‌‍‍​‌‍‍‌‌‍​‌‍‌​‍‌​​​‍‍‌‍​‌‌‍‌​‌‍‌‌‍‍‌‌‍‍​‍‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍‌‍‌‌‌‍‌​‌‍‍‌‌‌​‌

    HashiCorp Blog: Terraform
    zembutsu
    zembutsu 2014/07/29
    インフラ層を丸ごとコード化しましたってことかな。これまではミドルウェア層のコード化だったものが、もっと下のレイヤまで広くコード化(抽象化)できるようになりました、なので、どこでもアプリが動くぜ!的な。
  • Terraform by HashiCorp

    Deliver infrastructure as codeTerraform codifies cloud APIs into declarative configuration files. AdoptCompose infrastructure as code in a Terraform file using HCL to provision resources from any infrastructure provider. BuildInfrastructure automation workflows to compose, collaborate, reuse, and provision infrastructure as code across IT operations and teams of developers. StandardizeEstablish gu

    Terraform by HashiCorp
    zembutsu
    zembutsu 2014/07/29
    "Build, Combine, and Launch Infrastructure"、テラフォーム、インフラの構築・変更・管理ツールってことかな。