aws opsworks update-layer

Updates a specified layer. Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions

Options

NameDescription
--layer-id <string>The layer ID
--name <string>The layer name, which is used by the console
--shortname <string>For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/. The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
--attributes <map>One or more user-defined key/value pairs to be added to the stack attributes
--cloud-watch-logs-configuration <structure>Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream
--custom-instance-profile-arn <string>The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers
--custom-json <string>A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON
--custom-security-group-ids <list>An array containing the layer's custom security group IDs
--packages <list>An array of Package objects that describe the layer's packages
--volume-configurations <list>A VolumeConfigurations object that describes the layer's Amazon EBS volumes
--enable-auto-healingWhether to disable auto healing for the layer
--no-enable-auto-healingWhether to disable auto healing for the layer
--auto-assign-elastic-ipsWhether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer
--no-auto-assign-elastic-ipsWhether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer
--auto-assign-public-ipsFor stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer
--no-auto-assign-public-ipsFor stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer
--custom-recipes <structure>A LayerCustomRecipes object that specifies the layer's custom recipes
--install-updates-on-bootWhether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances. We strongly recommend using the default value of true, to ensure that your instances have the latest security updates
--no-install-updates-on-bootWhether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances. We strongly recommend using the default value of true, to ensure that your instances have the latest security updates
--use-ebs-optimized-instancesWhether to use Amazon EBS-optimized instances
--no-use-ebs-optimized-instancesWhether to use Amazon EBS-optimized instances
--lifecycle-event-configuration <structure>
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command