208 Matching Annotations
- Dec 2016
-
aws.amazon.com aws.amazon.com
-
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
-
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.
-
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.
-
With Amazon SQS, you can quickly build message queuing applications that can run on any computer.
-
Amazon Simple Queue Service (Amazon SQS) is a web service that gives you access to message queues that store messages waiting to be processed.
-
- May 2016
-
docs.aws.amazon.com docs.aws.amazon.com
-
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
-
- Jan 2016
-
aws.amazon.com aws.amazon.com
-
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
-
- Mar 2015
-
blog.turret.io blog.turret.io
-
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.
-