Dan,
No problemo. Here are some commands executed and the results,
http://fpaste.org/158995/18354211/
What that paste demonstrates:
1. DNS enabled and instance running in VPC
2. Ping instance on public IP: SUCCESS
3. Allocate address (euca-allocate-address -d vpc)
4. Associate address with the instance (euca-associate-address -a
eipalloc-439828dc -i i-66f151d9)
5. Describe address shows association (euca-describe-addresses)
6. Describe instances shows EIP as public IP
7. Ping instance on the EIP public IP: FAIL
8. Disassociate address (euca-disassociate-address -a eipassoc-949fd5cb)
9. Describe instances, the instance's public IP is now the same as it's
private
10. Instance still cannot be pinged
--
Tony