Well, there are two ways. One, you can either push tasks from GAE towards AWS, or have your AWS instances pull tasks from GAE.
So, if you want to push tasks from GAE towards AWS, use URLFetch command. But, if you want AWS instances to pull tasks from GAE, put your tasks in the queue using PullQueue command and then make AWS instances to use AWS API to take tasks from the queue.