Skip to content

Instantly share code, notes, and snippets.

View yasiradn's full-sized avatar

Yasir yasiradn

  • Helsinki,Finland
View GitHub Profile
@yasiradn
yasiradn / twit_delete.py
Created December 23, 2019 22:00
Delete all tweets
import tweepy
from tweepy import api
# Enter your keys/secrets as strings in the following fields
CONSUMER_KEY = ''
CONSUMER_SECRET = ''
ACCESS_TOKEN = ''
ACCESS_SECRET = ''
deletion_count = 0
@yasiradn
yasiradn / README.md
Created April 19, 2018 06:17 — forked from mmailhos/AWS Architect Associate - Reminder.md
AWS Architect Associate - Reminder

AWS Architect Associate - Reminder

EC2

General purpose SSD have a maximum of 10.000 IOPS.

It is possible to detach non-root volume from running EC2 instance.

An EC2 placement group is used to determin how far are instances placed between each other. In cluster mode, they will be placed to reduce the latency inside a single AZ. In spread mode, they will be placed on different underlying hardware (and potentially in different AZ).