February 2018
Intermediate to advanced
200 pages
5h 51m
English
We will be using the ec2_lc module for creating launch configurations, the ec2_asg module for creating auto scaling groups, the ec2_scaling_policy module to define scaling policies and the ec2_metric_alarm module for creating a metric alarm to take actions like scaling up EC2 instances.
- name: Create Launch Configuration ec2_lc: region: ""{{ aws_region }}"" aws_access_key: ""{{ access_key }}"" aws_secret_key: ""{{ secret_key }}"" name: my_first_lc image_id: ""{{ ami_id }}"" key_name: ...Read now
Unlock full access