Dryrun

To test the command without actually running it. For example

aws ec2 run-instances --dry-run --image-id example --instance-type example

If successful, will display the log

An error occured (DryRunOperation) when calling RunInstances operation: Request would have been succeeded but DryRun flag is set.