Here are some of my thoughts:
Suppose you provide a caching instance, such as memcached, that runs on some EC2 instances, and you use AWS Elastic IP to map to these instances. Since Elastic IP is a kind of static IP address, you can now pre-configure new instances of web applications to find memcached istanced via memcached IP
During automatic scaling, you can now find memcached servers.
source share