We just migrated over to VPC as well, and came across a really weird "bug". We auto-scale EC2, and randomly when auto-scaling, the new server couldn't connect to memcache (ElastiCache). Note that when you migrate over to VPC you have to migrate everything -- launch new ElastiCache servers in VPC, EC2 servers, RDS servers, etc. Back to the bug.. I'd ssh into the EC2 server, and when I telnetted to memcache, it wouldn'…
Migrating from AWS to AWS
11–20 of 20 posts
Re: Migrating from AWS to AWS
#12I wish Instagram engineering posts were all just collections of pictures with comments, with a different Instagram filter for each picture.
Re: Migrating from AWS to AWS
#13We just migrated over to VPC as well, and came across a really weird "bug". We auto-scale EC2, and randomly when auto-scaling, the new server couldn't connect to memcache (ElastiCache). Note that when you migrate over to VPC you have to migrate everything -- launch new ElastiCache servers in VPC, EC2 servers, RDS servers, etc. Back to the bug.. I'd ssh into the EC2 server, and when I telnetted to memcache, it wouldn'…
Re: Migrating from AWS to AWS
#14Re: Migrating from AWS to AWS
#15I'm used to AWS pricing but I'm still a little fuzzy on how AWS VPC pricing works. It is $0.05 per VPN Connection-hour. But in this context what is a "VPN connection?" Do you literally just set up your cloud for "free" (aside from paying for instances, etc) and then only pay $0.05 for every hour you spend connected to the private cloud externally? Does the VPC have any external visibility aside from the VPN connectio…
VPC is free (and actually, new AWS accounts launch instances by default into a default VPC Amazon sets up for you). The $0.05 per VPN Connection-hour is only if you want to connect your own network to your VPC. http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VP... > Does the VPC have any external visibility aside from the VPN connections? And if it does, what is stopping you just setting up your own VPN ser…
Re: Migrating from AWS to AWS
#16Re: Migrating from AWS to AWS
#17We just migrated over to VPC as well, and came across a really weird "bug". We auto-scale EC2, and randomly when auto-scaling, the new server couldn't connect to memcache (ElastiCache). Note that when you migrate over to VPC you have to migrate everything -- launch new ElastiCache servers in VPC, EC2 servers, RDS servers, etc. Back to the bug.. I'd ssh into the EC2 server, and when I telnetted to memcache, it wouldn'…
This sounds like an EC2 bug, not an ElastiCache bug. EC2 uses "locally administered addresses" for MACs (as it should), but the administrator assigning MAC addresses is responsible for ensuring that addresses are not reused within a collision domain.
Re: Migrating from AWS to AWS
#18We just migrated over to VPC as well, and came across a really weird "bug". We auto-scale EC2, and randomly when auto-scaling, the new server couldn't connect to memcache (ElastiCache). Note that when you migrate over to VPC you have to migrate everything -- launch new ElastiCache servers in VPC, EC2 servers, RDS servers, etc. Back to the bug.. I'd ssh into the EC2 server, and when I telnetted to memcache, it wouldn'…
This sounds like arp cache. And can be "fixed" by arping (forced arp responses without a who has)
Re: Migrating from AWS to AWS
#19We just migrated over to VPC as well, and came across a really weird "bug". We auto-scale EC2, and randomly when auto-scaling, the new server couldn't connect to memcache (ElastiCache). Note that when you migrate over to VPC you have to migrate everything -- launch new ElastiCache servers in VPC, EC2 servers, RDS servers, etc. Back to the bug.. I'd ssh into the EC2 server, and when I telnetted to memcache, it wouldn'…
This sounds like arp cache. And can be "fixed" by arping (forced arp responses without a who has)