From d15d6e66ec31c71bf02a4e140fb19a5aa930c860 Mon Sep 17 00:00:00 2001 From: Ankam Ravi Kumar Date: Wed, 16 Jan 2019 12:40:52 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 395c7d3..142c44e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Ansible Playbooks Ansible Palybooks Written and Published by www.server-computer.com. NO WARRANTY for any damages and loss of data. + +- [Spin new ec2 instance](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/spinawsec2.yml) +- [Terminate existing ec2 instance using instnace id](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/terminate.yml) +- [Create New Key pair and download keys](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/createnewkeypair.yml) +- [Delete KeyPair from AWS EC2](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/removekeypair.yml) + +- +