DEV Community

Aadit Unni
Aadit Unni

Posted on

Create security group and Key pair using Ansible

[98/100] #100DaysOfCloud Today, I created a security group with SSH access and a Key pair and saved the Key pair on your local system using Ansible.

Ansible is an open-source automation tool that uses playbooks to enable you to make deployments faster and scale to various environments. Think of playbooks as recipes that lay out the steps needed to deploy policies, applications, configurations, and IT infrastructure. You can use playbooks repeatedly across multiple environments. Customers who use Ansible playbooks typically deploy periodic changes manually. As complex workloads increase, you might be looking for ways to automate them

You can try do it by yourself by following the steps from the link below: GitHub

Top comments (0)