v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14198892.8 KB

Updates engine-specific attributes on a specified server. The server enters the MODIFYING state when this operation is in progress. Only one update can occur at a time. You can use this command to reset a Chef server's public key (CHEF_PIVOTAL_KEY) or a Puppet server's admin password (PUPPET_ADMIN_PASSWORD).

This operation is asynchronous.

This operation can only be called for servers in HEALTHY or UNHEALTHY states. Otherwise, an InvalidStateException is raised. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

post/#X-Amz-Target=OpsWorksCM_V2016_11_01.UpdateServerEngineAttributes

Headers

X-Amz-Target'OpsWorksCM_V2016_11_01.UpdateServerEngineAttributes' required

Request body

ServerNamestring required

The name of the server to update.

AttributeNamestring required

The name of the engine attribute to update.

AttributeValuestring

The value to set for the attribute.

Response

Success