Skip to content

Instantly share code, notes, and snippets.

View ygbr's full-sized avatar
🛰️
Inventing the State of Art

Ygor Lemos ygbr

🛰️
Inventing the State of Art
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ygbr on github.
  • I am ygor (https://keybase.io/ygor) on keybase.
  • I have a public key whose fingerprint is 448B BAB7 7DC0 147D CEF5 5320 1E01 C96E 6362 6EE1

To claim this, I am signing this object:

@ygbr
ygbr / ec2-info.py
Created February 26, 2014 01:00
Amazon AWS EC2 Instance Info
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# This generates a dict with several info regarding your EC2 instance.
# If you need extra info, add the required info on the indicators list
#
#
import http.client
import hashlib