I’ve been trying to import the honeypot image into AWS EC2 using the aws_cli, but I’m getting an error that the import can’t finish because the image doesn’t have DHCP enabled. Has anyone managed to successfully import the image? Here’s the status report about the import as well.
{
"ImportImageTasks": [
{
"Description": "mini-dc-vm",
"ImportTaskId": "import-ami-[redacted]",
"SnapshotDetails": [
{
"DiskImageSize": 1743942144.0,
"Format": "VMDK",
"Status": "completed",
"Url": "s3://rapid7-artifacts/honeypot-collector.ova",
"UserBucket": {
"S3Bucket": "rapid7-artifacts",
"S3Key": "honeypot-collector.ova"
}
}
],
"Status": "deleted",
"StatusMessage": "ClientError: DHCP client not installed.",
"Tags": [],
"UsageOperation": "RunInstances"
}
]
}