Skip to content

Instantly share code, notes, and snippets.

View tomisaacson's full-sized avatar

Tom Isaacson tomisaacson

View GitHub Profile
@tomisaacson
tomisaacson / instance_checker.sh
Created October 19, 2018 01:23
File I got from AWS to help check the Linux VM I was trying to import to EC2 was supported
#!/bin/bash
##########################################################################################
# AWS VM Import Instance Checker 1.2 #
# #
# The script has been implemented to simplify the VM Import process of the virtual #
# environment in AWS. #
# #
# The script checks that the requirements to import a VM in AWS are verified. #
# Please make a backup of the VM before to proceed. #
# #