According to the EC2 documentation, its more cost-effective to use the internal address to communicate between EC2 instances. What is the optimal way to communicate between EC2 and S3? Is there a notion of an “internal address” for S3 and is it any faster/more cost effective than fetching from public address?
According to the EC2 documentation, its more cost-effective to use the internal address to
Share
http://aws.amazon.com/ec2/:
http://aws.amazon.com/s3/:
so there is no need for a separate internal address.