211 Matching Annotations
  1. Mar 2017
  2. Dec 2016
    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.

  3. May 2016
    1. To set an environment variable The following command sets the value of the "PARAM1" variable in the "my-env" environment to "ParamValue": aws elasticbeanstalk update-environment --environment-name my-env --option-settings Namespace=aws:elasticbeanstalk:application:environment,OptionName=PARAM1,Value=ParamValue The option-settings parameter takes a namespace in addition to the name and value of the variable. Elastic Beanstalk supports several namespaces for options in addition to environment variables.

      Glad to find this invocation, the analog to eb setenv

  4. Jan 2016
    1. Amazon EC2 Spot instances allow you to bid on spare Amazon EC2 computing capacity. Since Spot instances are often available at a discount compared to On-Demand pricing, you can significantly reduce the cost of running your applications, grow your application’s compute capacity and throughput for the same budget, and enable new types of cloud computing applications.

      Saving money using Amazon EC2 Spot Instances to execute Elastic MapReduce job flows

  5. Mar 2015