@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
84 lines • 1.46 kB
JSON
{
"Groups": [
{
"GroupName": "string",
"GroupId": "string"
},
{
"GroupName": "string",
"GroupId": "string"
},
{
"GroupName": "string",
"GroupId": "string"
},
{
"GroupName": "string",
"GroupId": "string"
}
],
"BlockDeviceMappings": [
{
"DeviceName": "string",
"Ebs": {
"AttachTime": "string",
"DeleteOnTermination": true,
"Status": "attaching",
"VolumeId": "string"
}
},
{
"DeviceName": "string",
"Ebs": {
"AttachTime": "string",
"DeleteOnTermination": false,
"Status": "attached",
"VolumeId": "string"
}
}
],
"DisableApiTermination": {
"Value": false
},
"EnaSupport": {
"Value": true
},
"EbsOptimized": {
"Value": false
},
"InstanceId": "string",
"InstanceInitiatedShutdownBehavior": {
"Value": "string"
},
"InstanceType": {
"Value": "string"
},
"KernelId": {
"Value": "string"
},
"ProductCodes": [
{
"ProductCodeId": "string",
"ProductCodeType": "marketplace"
},
{
"ProductCodeId": "string",
"ProductCodeType": "marketplace"
}
],
"RamdiskId": {
"Value": "string"
},
"RootDeviceName": {
"Value": "string"
},
"SourceDestCheck": {
"Value": false
},
"SriovNetSupport": {
"Value": "string"
},
"UserData": {
"Value": "string"
}
}