7 Matching Annotations
  1. Dec 2016
    1. If you wish to run more than 20 On-Demand instances, complete the Amazon EC2 instance request form.
    1. Amazon SQS can help you build a distributed application with decoupled components, working closely with the Amazon Elastic Compute Cloud (Amazon EC2) and other AWS infrastructure web services.

      Instâncias EC2 produtoras colocam mensagens em uma fila SQS p/ serem consumidas por instâncias EC2 consumidoras.

    2. With Amazon SQS, you can move data between diverse, distributed application components without losing messages and without requiring each component to be always available.

      Permite desacoplar componentes da aplicação. Acho que pode ser acessado por aplicações fora da infra do AWS

    3. Amazon SQS offers a reliable, highly-scalable, hosted queue for storing messages in transit between computers

      Serviço gerenciado com auto scaling automático e redundância. Usa polling para acesso às msg da fila.

    4. What is Amazon SQS?

      Amazon Simple Queue Service (Amazon SQS) is a web service that gives you access to message queues that store messages waiting to be processed.

    5. With Amazon SQS, you can quickly build message queuing applications that can run on any computer.
    6. Amazon Simple Queue Service (Amazon SQS) is a web service that gives you access to message queues that store messages waiting to be processed.