aws ec2 run-instances --image-id ami-id --key-name yourkeyname --instance-type t2.micro --region us-east-1 --subnet-id your-subnet-id --count 1
Use this command and you can create an EC2 instance. To access it you will need either putty or a cli tool like cmder.