204 Matching Annotations
  1. Dec 2016
    1. Amazon Simple Queue Service (Amazon SQS) is a web service that gives you access to message queues that store messages waiting to be processed.
  2. 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

  3. 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

  4. Mar 2015
    1. Excellent guide for creating a fresh CoreOS image for AWS using Ext4 and OverlayFS.

      This is the future for CoreOS and should be more stable than btrfs.