AWS EC2 Parrot Linux instance

1.2k Views Asked by At

I want to deploy an AWS EC2 instance of Parrot Linux and I cannot find it in the marketplace.

I have uploaded an OVA to S3 of the latest 4.7 version and tried to import but got an error:

ClientError: Unsupported kernel version 5.0-parrot

Even when the kernel version is 4.19 (from uname -r command)

Is there a way to get Linux Parrot on AWS?

2

There are 2 best solutions below

0
On BEST ANSWER

I have successfully imported a Parrot Home 4.7 machine to AWS. After installing kernel version 4.15.0-65-generic and removing the stock one the image was imported without any issues.

1
On

You could create a virtualbox/ virtualmachine image and then convert this to a AMI image.

Here is a write-up on how to do it. http://www.ioncannon.net/system-administration/1246/converting-from-virtualbox-or-vmware-to-ec2-now-easier-than-ever/

If you have been able to bootup your virtualbox, there should not be any issue launching an instance through AMI as well.