When passing ServerGroupLaunchConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
server_group_id: "ServerGroupId",
launch_order: 1,
server_launch_configurations: [
{
server: {
server_id: "ServerId",
server_type: "VIRTUAL_MACHINE", vm_server: {
vm_server_address: {
vm_manager_id: "VmManagerId",
vm_id: "VmId",
},
vm_name: "VmName",
vm_manager_name: "VmManagerName",
vm_manager_type: "VSPHERE", vm_path: "VmPath",
},
replication_job_id: "ReplicationJobId",
replication_job_terminated: false,
},
logical_id: "LogicalId",
vpc: "VPC",
subnet: "Subnet",
security_group: "SecurityGroup",
ec2_key_name: "EC2KeyName",
user_data: {
s3_location: {
bucket: "S3BucketName",
key: "S3KeyName",
},
},
instance_type: "InstanceType",
associate_public_ip_address: false,
iam_instance_profile_name: "RoleName",
configure_script: {
bucket: "S3BucketName",
key: "S3KeyName",
},
configure_script_type: "SHELL_SCRIPT", },
],
}
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