Skip to content

Instantly share code, notes, and snippets.

View jwsun-github's full-sized avatar
🏠
Working from home

jwsun-github

🏠
Working from home
View GitHub Profile
@jwsun-github
jwsun-github / README.md
Created May 23, 2017 15:05 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


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


@jwsun-github
jwsun-github / lamp_demo_final.yaml
Created June 1, 2017 18:13 — forked from whelmed/lamp_demo_final.yaml
The final result of our LAMP demo
---
- hosts: all
gather_facts: false
connection: local
become: yes
vars:
packages:
- apache2
- mysql-server