I hereby claim:
- I am ellerbrock on github.
- I am ellerbrock (https://keybase.io/ellerbrock) on keybase.
- I have a public key ASBOZfNDOocWAiF_v7kBP1y3o6bqLxG6qq4zbRYiNTZghAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Reference: | |
https://www.cloudgear.net/blog/2015/5-minutes-kubernetes-setup/ | |
# install homebrew and cask | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# install virtualbox | |
brew cask install virtualbox | |
# install dockertoolbox |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed
#cloud-config | |
ssh_authorized_keys: | |
- ssh-rsa key | |
write_files: | |
- path: /opt/cloud-config.yml | |
permissions: 0644 | |
content: | | |
#cloud-config |
{ | |
"ignitionVersion": 1, | |
"storage": { | |
"filesystems": [ | |
{ | |
"device": "/dev/disk/by-label/ROOT", | |
"format": "btrfs", | |
"create": { | |
"force": true, | |
"options": [ |
{ | |
"ignitionVersion": 1, | |
"storage": { | |
"filesystems": [ | |
{ | |
"device": "/dev/disk/by-label/ROOT", | |
"format": "btrfs", | |
"create": { | |
"force": true, | |
"options": [ |
Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.
To pass AWS certification, you should have:
default coreos | |
prompt 1 | |
timeout 15 | |
display boot.msg | |
label coreos | |
menu default | |
kernel http://<your_server_name>/coreos_production_pxe.vmlinuz | |
append initrd=http://<your_server_name>/coreos_production_pxe_image.cpio.gz cloud-config-url=http://<your_server_name>/cloud-config.yml |