Contents
0. What is the name of the ELB which needs to be pre-warmed? | |
a. e.g. yourwebapp-yourcompany-123456789.us-east-1.elb.amazonaws.com | |
1. What is the approximate increase percentage in traffic, or expected requests/sec that will go through the load balancer (whichever is easier to answer)? | |
a. e.g. 3,500 per second | |
2. Do you know the average amount of data passing through the ELB per request/response pair? | |
a. e.g. Roughly 250KB. | |
3. Expected percent of traffic going through the ELB that will be using SSL termination? |
I've seen it asked a couple of times in #gitlab
on freenode about upgrading GitLab and what is a good method or recommended method. While GitLab HQ does not recommend a specific workflow for their upgrades I am here to introduce you to my work flow. Feel free to use it or adapt it to your own style. Please note I wrote the majority of this around GitLab 6.0 but GitLab 6.2 is currently released. This will likely apply to any future GitLab release if they stick to the same model of releasing via SCM.
If you'd like to follow other stuff I write about randomly I have a LinuxQuestions.org blog under the user sag47 or you can look at my recent posts on LinuxQuestions.org by doing an advanced search and search by user name. I try to make them all informative.
A GitLab major version is released on the 22nd of each month. Each release has it's own upgrad
[ | |
{rabbit, [ | |
{auth_backends, [rabbit_auth_backend_internal]}, | |
{auth_mechanisms, ['PLAIN','AMQPLAIN']}, | |
{backing_queue_module, rabbit_variable_queue}, | |
{cluster_nodes, []}, | |
{collect_statistics, coarse}, | |
{collect_statistics_interval, 5000}, | |
{default_permissions, [<<".*">>,<<".*">>,<<".*">>]}, | |
{default_user, <<"guest">>}, |
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
Get EC2 CloudWatch stats and graph them in Dashing.
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
--- | |
# Deploys a new version of foo | |
- name: Deploy new version of foo | |
hosts: tag_type_appserver:&tag_stage_prod | |
user: ubuntu | |
sudo: true | |
gather_facts: false | |
serial: 1 | |
vars_prompt: |
Copyright (c) 2015, Shahar Evron | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, | |
are permitted provided that the following conditions are met: | |
1. Redistributions of source code must retain the above copyright notice, this | |
list of conditions and the following disclaimer. | |
2. Redistributions in binary form must reproduce the above copyright notice, |