How to deploy EC2 instance with terraform
Terraform apply will the manifest and spin up the EC2 instance and output the instance_id and instance_public_ip. Destroy the EC2 Instance You can destroy the Read More
Terraform apply will the manifest and spin up the EC2 instance and output the instance_id and instance_public_ip. Destroy the EC2 Instance You can destroy the Read More
Create EC2 instance with Ansible In this tutorial I will show you simple Ansible playbook to create EC2 instance with Ansible. Ansible is a radically Read More