Skip to content

Instantly share code, notes, and snippets.

View leanautomation91's full-sized avatar
🎯
Focusing

leanautomation91

🎯
Focusing
View GitHub Profile
@leanautomation91
leanautomation91 / README.md
Created May 23, 2018 02:12 — 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.

OP: @leonardofed founder @ plainflow.


import boto3
import json
import time
config = {
'tag': 'schedule',
'exclude': ['i-071a35b4439f1a581'],
'exclude-tag': '',
'default': '{"mon": {"start": 7, "stop": 19},"tue": {"start": 7, "stop": 19},"wed": {"start": 7, "stop": 19},"thu": {"start": 7, "stop": 19},"fri": {"start": 7, "stop": 19},"sat": {"start": 7, "stop": 19},"sun": {"start": 15, "stop": 16}}'
}