AmazonCreateAmiImageParameters Object
Last updated
{
"credentialIds": [
"cred-00000001"
],
"regionNames": [
"us-east-1"
],
"instanceIdentificationMethod": "by-instance-id",
"instanceId": "i-11111111",
"imageName": "$(INSTANCEID)-$(DATE)",
"description": "Created from $(INSTANCEID)",
"consistencyMethod": "reboot-instance",
"setImageNameTagMethod": "same-as-image-name",
"setSnapshotNameTagMethod": "same-as-image-name",
"tags": [
{
"key": "skeddly:instance-id",
"value": "$(INSTANCEID)",
"addToImage": true,
"addToSnapshots": true
},
{
"key": "skeddly:source-image-id",
"value": "$(IMAGEID)",
"addToImage": true,
"addToSnapshots": true
}
],
"targetRegionName": "ca-central-1"
}