Use `aws ec2 run-instances`.
Spinning up a VM from the CLI is faster than the console once
you know the syntax. The simulator accepts:
aws ec2 run-instances --image-id ami-12345 --instance-type t3.micro
TASK
----
Run that command. Pass when the output contains "InstanceId".
TIP: In real AWS, always pass `--key-name` (so you can SSH in) and
`--security-group-ids` (so traffic is allowed). And tag everything!
Sign in to save your code and track progress across devices.