InstanceLaunchTemplateUpdate
The updated launch template configuration for Amazon ECS Managed Instances. You can modify the instance profile, network configuration, storage settings, and instance requirements. Changes apply to new instances launched after the update.
For more information, see Store instance launch parameters in Amazon EC2 launch templates in the Amazon EC2 User Guide.
Contents
- ec2InstanceProfileArn
-
The updated Amazon Resource Name (ARN) of the instance profile. The new instance profile must have the necessary permissions for your tasks.
For more information, see Amazon ECS instance profile for Managed Instances in the Amazon ECS Developer Guide.
Type: String
Required: No
- instanceRequirements
-
The updated instance requirements for attribute-based instance type selection. Changes to instance requirements affect which instance types Amazon ECS selects for new instances.
Type: InstanceRequirementsRequest object
Required: No
- monitoring
-
CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring. By default, your managed instance is configured for basic monitoring. You can optionally enable detailed monitoring to help you more quickly identify and act on operational issues. You can enable or turn off detailed monitoring at launch or when the managed instance is running or stopped. For more information, see Detailed monitoring for Amazon ECS Managed Instances in the Amazon ECS Developer Guide.
Type: String
Valid Values:
BASIC | DETAILED
Required: No
- networkConfiguration
-
The updated network configuration for Amazon ECS Managed Instances. Changes to subnets and security groups affect new instances launched after the update.
Type: ManagedInstancesNetworkConfiguration object
Required: No
- storageConfiguration
-
The updated storage configuration for Amazon ECS Managed Instances. Changes to storage settings apply to new instances launched after the update.
Type: ManagedInstancesStorageConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: