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
gefragt vor 5 Jahren219 Aufrufe
1 Antwort
0

It appears to be resolved as of this morning.

cransom
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen