AWSCloud Formation
AWS CloudFormation is an infrastructure-as-code service that lets you define and provision AWS resources using declarative JSON or YAML templates, so entire environments can be created, updated, and deleted as a single managed unit called a stack.
5 resources across 2 libraries
Glossary Terms(4)
AWS Lambda
AWS Lambda is Amazon Web Services' serverless compute service that runs code in response to events without requiring the user to provision or manage servers, b…
AWS CloudFormation
AWS CloudFormation is an infrastructure-as-code service that lets you define and provision AWS resources using declarative JSON or YAML templates, so entire en…
Azure Resource Manager
Azure Resource Manager (ARM) is the deployment and management layer of Microsoft Azure that lets users create, update, and delete resources through consistent…
Google Cloud Deployment Manager
Google Cloud Deployment Manager is Google Cloud's native infrastructure-as-code service that lets users define resources in YAML templates (optionally extended…