Server
Describes a configuration management server.
Types
Properties
Associate a public IP address with a server that you are launching.
The number of automated backups to keep.
The ARN of the CloudFormation stack that was used to create the server.
An optional public endpoint of a server, such as http://aws.my-company.com
. You cannot access the server by using the Endpoint
value if the server has a CustomDomain
specified.
Disables automated backups. The number of stored backups is dependent on the value of PreferredBackupCount.
The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer().
The engine model of the server. Valid values in this release include Monolithic
for Puppet and Single
for Chef.
The engine version of the server. For a Chef server, the valid value for EngineVersion is currently 2
. For a Puppet server, specify either 2019
or 2017
.
The instance profile ARN of the server.
The instance type for the server, as specified in the CloudFormation stack. This might not be the same instance type that is shown in the EC2 console.
The status of the most recent server maintenance run. Shows SUCCESS
or FAILED
.
The preferred backup period specified for the server.
The preferred maintenance period specified for the server.
The security group IDs for the server, as specified in the CloudFormation stack. These might not be the same security groups that are shown in the EC2 console.
The name of the server.
The service role ARN used to create the server.
The server's status. This field displays the states of actions in progress, such as creating, running, or backing up the server, as well as the server's health state.
Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).