Convert Oracle Virtual box Images (.ova) to Amazon AMI images
Step 1: Install AWS Cli sudo apt install awscli Step2 : Configure CLI with Access Key and Secret Key. aws configure Step 3: Upload your ovi images to an S3 Bucket Note Down : BucketName, Filename (Key) Step 4: Create containers.json file sudo nano containers.json and paste below content after adding correct parameters [{“Description”: “GeoNode4”,“Format”:… Read More »