Deployment and Infrastructure Management Flashcards
________ and ______ ______ let you quickly stand-up new applications, automate the management of _________, and provide real-time visibility into system health
Deployment, infrastructure management, infrastructure
____ allows you stand up servers, databases, etc, based on scripts that you write. Basically you script out __________
IaC (Infrastructure as Code), infrastructure (provision resources)
One benefit of IaC is that you provision resources in a _______ ______ that saves time.
reproducible manner
_____ and _____ are scripting languages supported by AWS
JSON, YAML
___________ allows you to provision AWS resources using IaC via _____ ______, and ___________
CloudFormation, scripted templates, automation
CloudFormation provides a ________ process for provisioning resources
repeatable
________ _______ is a compute service that you use to deploy your web applications and web services to the AWS Cloud. (it is not used to deploy applications on-premises)
Elastic Beanstalk
_______ allows you to use ____ or ______ to automate the configuration of your servers and deploy code.
OpsWorks, Chef, Puppet
_____ and ______ are automation platforms that allow you to use code to automate the configuration of your servers.
Chef, Puppet