Infrastructure as Code Tools

Tools for managing infrastructure through code.

  • DevOps
  • 18 entries
  • 6 sections
  • CC0 — public domain

The data

0

Tool
Terraform
Type
Declarative
Description
Open-source tool for provisioning cloud resources with HCL.

1

Tool
CloudFormation
Type
Declarative
Description
AWS service for modeling and provisioning resources.

2

Tool
Ansible
Type
Procedural
Description
Agentless configuration management and orchestration.

3

Tool
Puppet
Type
Declarative
Description
Configuration management using a domain-specific language.

4

Tool
Chef
Type
Procedural
Description
Infrastructure automation using Ruby-based cookbooks.

5

Tool
Pulumi
Type
Declarative
Description
Infrastructure as code using general-purpose programming languages.

Fetch the same bytes

The static files are identical to what the API returns, but with no rate limit and no server round trip. Use the API when you want a query and a content type; use the files when you want to cache one document.

curl "https://yjtoon.com/api/dataset/infrastructure-as-code-tools?format=toon"
const res = await fetch(
  "https://yjtoon.com/static-data/dataset/infrastructure-as-code-tools.toon"
);
const toon = await res.text();

Rate limit: 120 requests per minute per IP, no key and no signup. API reference →

Topics

  • devops
  • iac
  • terraform