AWS EC2 Provisioning and Configuration Management with Ansible

preview_player
Показать описание
Installing Ansible & boto
SSH Keys setup
Inventory setup
Playbooks
a.Key pair creation
b.Security Group creation
c.Launch EC2 instance
d.Terminate EC2 instance
Рекомендации по теме
Комментарии
Автор

And what to do if you have ubuntu instances instead of centos isntances?

JackReacher
Автор

hi vipin is it possible to give a help to me i have followed the steps what you suggested i am able to create key and securitygroup but i am unable to create a ec2 instance
i am unable to create a instance using the ansible playbook i have writen a playbook


---
- hosts: localhost
connection: local
gather_facts: no
vars:
region: us-east-2
tasks:
- name: ec2 creation
ec2:
region: "{{ region }}"
key_name: ramesh
image: ami-02f706d959cedf892
wait: yes
group: launch-wizard-2


but i am unable to create instance i am getting the below error please give me a hep to create a ec2 instance.


fatal: [localhost]: FAILED! => {"changed": false, "msg": "Instance creation failed => Unsupported: The requested configuration is currently not supported. Please check the documentation for supported configurations."}

rameshbabu
Автор

Hi Vipin, It was really nice complete explanation, its working as the way you described in the video!!

avishji
Автор

Hi Vipin !! You rocked - i was looking for this integration way you explained this is very crisp and flawless !! all the best for upcoming goodies in life ..you will be a great trainer .share you contact details

kalramani