Published on : May 24, 2023 by TECH
AWS CloudFormation provides you with a simple way to create and manage a collection of AWS resources by provisioning and updating them in an orderly and predictable way. In simple terms, it allows you to create and model your infrastructure and applications without having to perform actions manually. AWS CloudFormation enables you to manage your […]
Published on : April 12, 2023 by TECH
Roles let you automatically load related vars, files, tasks, handlers, and other Ansible artifacts based on a known file structure. After you group your content into roles, you can easily reuse them and share them with other users. Prerequisites In order to execute the automated setup provided by the playbook we’re discussing in this guide, […]