Python estructure for exercises and documentation
AWS SDK para Python (Boto3) example
for i in ec2.instances.all():
if i.state['Name'] == 'stopped':
i.start()
AWS EC2 Management with Python Boto3 – Create, Monitor & Delete EC2 Instances