You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`instance_type`|`t2.micro`| The type of the creating instance (e.g. `t2.micro`) | No |
63
63
|`vpc_id`| `` | The id of the VPC that the creating instance security group belongs to | Yes |
64
64
|`security_groups`|[]| List of Security Group IDs allowed to connect to creating instance | Yes |
65
-
|`subnets`|[]|List of VPC Subnet IDs creating instance launched in | Yes |
65
+
|`subnet`|``| VPC Subnet ID creating instance launched in| Yes |
66
66
|`associate_public_ip_address`|`true`| Associate a public ip address with the creating instance. Boolean value | No |
67
-
|`comparison_operator`|`GreaterThanOrEqualToThreshold`| Arithmetic operation to use when comparing the specified Statistic and Threshold | Yes |
68
-
|`metric_name`|`StatusCheckFailed_Instance`| Name for the alarm's associated metric | Yes |
69
-
|`evaluation_periods`|`5`| Number of periods over which data is compared to the specified threshold | Yes |
70
-
|`metric_namespace`|`AWS/EC2`| Namespace for the alarm's associated metric | Yes |
71
-
|`applying_period`|`60`| Period in seconds over which the specified statistic is applied | Yes |
72
-
|`statistic_level`|`Maximum`| Statistic to apply to the alarm's associated metric | Yes |
73
-
|`metric_threshold`|`1`| Value against which the specified statistic is compared | Yes |
74
-
|`default_alarm_action`|`action/actions/AWS_EC2.InstanceId.Reboot/1.0`| String of action to execute when this alarm transitions into an ALARM state | Yes |
67
+
|`comparison_operator`|`GreaterThanOrEqualToThreshold`| Arithmetic operation to use when comparing the specified Statistic and Threshold | No |
68
+
|`metric_name`|`StatusCheckFailed_Instance`| Name for the alarm's associated metric | No |
69
+
|`evaluation_periods`|`5`| Number of periods over which data is compared to the specified threshold | No |
70
+
|`metric_namespace`|`AWS/EC2`| Namespace for the alarm's associated metric | No |
71
+
|`applying_period`|`60`| Period in seconds over which the specified statistic is applied | No |
72
+
|`statistic_level`|`Maximum`| Statistic to apply to the alarm's associated metric | No |
73
+
|`metric_threshold`|`1`| Value against which the specified statistic is compared | No |
74
+
|`default_alarm_action`|`action/actions/AWS_EC2.InstanceId.Reboot/1.0`| String of action to execute when this alarm transitions into an ALARM state | No |
75
+
|`additional_ips_count`|`0`| Count of additional EIPs | No |
0 commit comments