@@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33metadata :
44 template_name : AmazonAWSCloudProviderShell2G
55 template_author : Quali
6- template_version : 1.0.2
6+ template_version : 1.1.1
77 template_icon : DeploymentTypes-AWS-EC2.png
88
99description : >
@@ -147,16 +147,25 @@ node_types:
147147 Enable Source Dest Check :
148148 type : boolean
149149 default : true
150- description : " Indicates whether source/destination checking is enabled. A value
151- of true means checking is enabled, and false means checking is disabled. This
152- value must be false for Virtual Appliance instances like virtual
153- firewalls/routers."
150+ description : " Set to True to enable source/destination checks.
151+ Source/destination checks allow users to create custom routing inside the VPC.
152+ It is applied to all vNICs of a certain instance. If enabled, you can
153+ reconfigure routing to go through that instance. This value must be False for
154+ Virtual Appliance instances like virtual firewalls/routers."
154155 tags : [ user_input ]
155156 Status Check Timeout :
156157 type : integer
157158 default : 0
158- description : " Timeout in seconds for AWS status checks to pass. If set to 0 then
159- the default timeout will be used."
159+ description : " Timeout, in seconds, for AWS status checks to pass. Some virtual
160+ appliances may take a while to fully deploy and AWS will show them as impaired
161+ from 20 minutes until they fully deploy. Therefore, to ensure virtual appliance
162+ instances are not stopped when they become impaired, use this attribute to
163+ provide a long enough timeout for the instance to complete its status check.
164+ The default timeout is 600 seconds (10 minutes). However, instance deployment
165+ will fail once the instance status becomes 'impaired'. Specifying a status check
166+ timeout period will configure CloudShell to ignore the 'impaired' status and
167+ instead wait for the instance deployment to complete or the timeout period to
168+ pass."
160169 tags : [ user_input ]
161170 artifacts :
162171 icon :
0 commit comments