Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

182
Visualizações
Amazon EC2 -> S3 traffic limit

My Amazon EC2 (Windows / t2.Large) server uploads ~200K files to S3 (bucket is in the same region as the server). After a few hours of ~100 files a minute the upload slows down to ~30 files a minute with no obvious reason. Pausing the process for a few hours will make it go fast again. Does Amazon put a limit on this traffic? Any other reason for the speed loss?

Here is my upload code:

        string S3_KEY = S3TargetFileName;

        S3_KEY = S3FolderName + "/" + S3_KEY;

        S3_KEY = S3_KEY.ToLower();
        PutObjectRequest request = new PutObjectRequest()
        {
            CannedACL = S3CannedACL.PublicRead,
            BucketName = BucketName,
            Key = S3_KEY,
            FilePath = LocalFullPath
        };
        var client = GetS3Client();
        client.PutObject(request);
over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

You have probably run out of CPU credits for your instance. The T2 instances are Burstable Performance Instances. Once your CPU credits are depleted, you will experience a slowdown.

You can see your CPU Credit Balance from the EC2 console (select your instance, then go to the Monitoring tab). It should probably near zero now.

For sustained workloads that should not be slowed down, you should switch to a different family of instances that are not burstable (e.g. the M4 family).

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda