Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.
To pass AWS certification, you should have:
- Sound knowledge about most of the AWS services ( EC2, VPC, RDS, Cloudfront, S3, Route53 etc,)
- Hands on experience with AWS services.
- h - move left
- j - move down
- k - move up
- l - move right
- w - jump by start of words (punctuation considered words) W - jump by words (spaces separate words)
- e - jump to end of words (punctuation considered words)
- E - jump to end of words (no punctuation)
- b - jump backward by words (punctuation considered words) B - jump backward by words (no punctuation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MacPro:~ forrestgump$ vagrant up | |
| Bringing machine 'Vaprobash' up with 'virtualbox' provider... | |
| ==> Vaprobash: Importing base box 'ubuntu/trusty64'... | |
| ==> Vaprobash: Matching MAC address for NAT networking... | |
| ==> Vaprobash: Checking if box 'ubuntu/trusty64' is up to date... | |
| ==> Vaprobash: Setting the name of the VM: Devbox | |
| ==> Vaprobash: Clearing any previously set forwarded ports... | |
| ==> Vaprobash: Fixed port collision for 22 => 2222. Now on port 2200. | |
| ==> Vaprobash: Clearing any previously set network interfaces... | |
| ==> Vaprobash: Preparing network interfaces based on configuration... |


