Using AWS free tire, I can create instance using GUI and I see it by clicking on Instance menu. I'm using AWS to learn about docker. Yesterday I created my first instance remotely, using docker-machine, from the command line. I expected that I could find that as a regular instance in EC2 console, but I failed to find any related instance there. Could anyone please tell me where in AWS panel it is located?
I just ran into the same problem, here's how I found it.
EC2 shows instances depending on what 'region' has been selected. Select different regions inside AWS console using the dropdown tab in the top right corner of your screen. By default, instances created by docker-machine
end up in us-east-1 (N. Virginia).