bash <(curl -s https://gist.githubusercontent.com/vjm/fea77232e2bd6bb49f24/raw/jenkins-setup.sh)
bash <(curl -s https://gist.githubusercontent.com/vjm/fea77232e2bd6bb49f24/raw/jenkins-update.sh)
bash <(curl -s https://gist.githubusercontent.com/vjm/fea77232e2bd6bb49f24/raw/elk-setup.sh)
bash <(curl -s https://gist.githubusercontent.com/vjm/fea77232e2bd6bb49f24/raw/elk-update.sh)
@rem Simple recursive backup script [email protected] 2011 | |
@echo off | |
rem I strongly recommend backing up to a different drive or machine | |
set sourcedir=c:\projects | |
set destdir=g:\autobackups\projects | |
for /f "tokens=1-3 delims=/ " %%g in ('date /t') do ( | |
set mm=%%g | |
set dd=%%h |
http://www.slideshare.net/lynnlangit/understand-aws-pricing | |
http://www.infoq.com/presentations/fog | |
http://www.youtube.com/watch?v=6B4F563l-E0 | |
http://s3.amazonaws.com/CloudVerticalBlog/CloudVertical-AWS-Cost-Cheat-Sheet.pdf | |
https://docs.google.com/spreadsheet/ccc?key=0AthwQzSGHFM1dGtKM3ppc2F6UHZrRGdHY1phdV96cWc#gid=0 | |
https://docs.google.com/spreadsheet/m?key=0AoDjeOlMnC0fdGpOUWJsYzlJM3BHV0Znb2JaanpiNEE | |
https://cloudvertical.com/cloud-costs#cloud_costs/index | |
http://www.planforcloud.com/ |
http { | |
log_format bodylog '$remote_addr - $remote_user [$time_local] ' | |
'"$request" $status $body_bytes_sent ' | |
'"$http_referer" "$http_user_agent" $request_time ' | |
'<"$request_body" >"$resp_body"'; | |
lua_need_request_body on; | |
set $resp_body ""; | |
body_filter_by_lua ' |
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
How do you scale a system from one user to more than 11 million users? Joel Williams, Amazon Web Services Solutions Architect, gives an excellent talk on just that subject: AWS re:Invent 2015 Scaling Up to Your First 10 Million Users.
If you are an advanced AWS user this talk is not for you, but it’s a great way to get started if you are new to AWS, new to the cloud, or if you haven’t kept up with with constant stream of new features Amazon keeps pumping out.
As you might expect since this is a talk by Amazon that Amazon services are always front and center as the solution to any problem. Their platform play is impressive and instructive. It's obvious by how the pieces all fit together Amazon has done a great job of mapping out what users need and then making sure they have a product in that space.
Current as of: August, 2016
Passing SA Pro:
- get ACloudGuru 5 certification bundle. (Disclaimer: I have no financial interest in ACloudGuru.)
- work through Associate courses. Take and pass all Associate exams.
- work through SA Pro course
- take the SA Pro Sample exam. Note that answers are provided for version from the Japan site. Download the PDF. The answers are at the end of each question.
- take SA Pro Practice exam. If you get 75% or higher, just take the SA Pro exam.
You can download the PDF of the questions here
- Which of the following statements about SQS is true?
- A. Messages will be delivered exactly once and messages will be delivered in First in, First out order
- B. Messages will be delivered exactly once and message delivery order is indeterminate
- C. Messages will be delivered one or more times and messages will be delivered in First in, First out order
- D. Messages will be delivered one or more times and message delivery order is indeterminate
External Resources
- linuxacademy.com (Training)
- Acloud.guru (training)
- Read the top-level Documentation and FAQs for all the major AWS resources (EC2, S3, RDS, Auto Scaling, etc). The answers to the "nit-picky" questions can be found here. It's also helpful to go deeper on VPCs and networking-related concepts.
- Everyone says read the white papers. The ones I read were:
- Security Best Practices https://d0.awsstatic.com/whitepapers/Security/AWS_Security_Best_Practices.pdf
- Cloud Best Practices https://d0.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf