Layer
Describes a layer.
Types
Properties
The layer attributes.
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
For 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.
The Amazon CloudWatch Logs configuration settings for the layer.
The ARN of the default IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
A JSON formatted string containing the layer's custom stack configuration and deployment attributes.
A LayerCustomRecipes
object that specifies the layer's custom recipes.
An array containing the layer's custom security group IDs.
AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs a set of standard recipes for each event. You can also provide custom recipes for any or all layers and events. AWS OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes
specifies the custom recipes for a particular layer to be run in response to each of the five events.
An array containing the layer's security group names.
Whether auto healing is disabled for the layer.
Whether to install operating system and package updates when the instance boots. The default value is true
. If this value is set 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.
A LifeCycleEventConfiguration
object that specifies the Shutdown event configuration.
Whether the layer uses Amazon EBS-optimized instances.
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.