You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorksCM::Types::RestoreServerRequestWhen passing RestoreServerRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
backup_id: "BackupId", server_name: "ServerName", instance_type: "String",
key_pair: "KeyPair",
}
Instance Attribute Summary collapse
The ID of the backup that you want to use to restore a server.
The type of instance to restore.
The name of the key pair to set on the new EC2 instance.
The name of the server that you want to restore.
The ID of the backup that you want to use to restore a server.
#instance_type ⇒ StringThe type of instance to restore. Valid values must be specified in the following format: ^([cm][34]|t2).*
For example, m5.large
. Valid values are m5.large
, r5.xlarge
, and r5.2xlarge
. If you do not specify this parameter, RestoreServer uses the instance type from the specified backup.
The name of the key pair to set on the new EC2 instance. This can be helpful if the administrator no longer has the SSH key.
#server_name ⇒ StringThe name of the server that you want to restore.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4