ImportSnapshot tasks in us-east-2 started taking 5x longer

0

I'm curious if anyone else using us-east-2 has noticed this. To create new instances, we send a disk image to S3, run a aws ec2 import-snapshot <stuff>, and then aws ec2 register-imageto be able to stick that instance in our auto scaling group.

We've been using this process in us-east-2 for about 4 months now and the s3 upload took around 10 seconds and the AMI registration about the same. The disk image (around 3g, in a raw format) would take around 200 to 250 seconds for import-snapshot, which was acceptable.

On Monday (2019/1/28), we started having deployments fail because we hit a 15 minute timeout that we set for image imports. I added some extra logging and import-snapshots are around 1000 seconds and it nearly doubles our deployment turnaround time.

We haven't had any code changes, but since import-snapshot is a task that we fire off to amazon and then wait for it to complete by polling status, there's nothing really that I can change. Smaller image sizes don't appear to make a difference either.

cransom
asked 5 years ago215 views
1 Answer
0

It appears to be resolved as of this morning.

cransom
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions