I am scripting creation and manipulation of an ec2 instance. During testing all is well except that I actually launch the instance, which fairly costly in the long run.
I have been searching for a test end point where I can verify that syntax of the call I make is ok, but I have not been able to find one.
Is there any way I can send ec2 api requests, for instance running new instances, and get responses without actually launching the instance?