I want to be able to ssh into an EC2 instance, and run some shell commands in it, like this.
How do I do it in boto3?
use boto3 to discover instances and fabric to run commands on the instances