Both things have been introduced recently, and let you access even private ec2 instances
- Without VPN
- No open SSH port
- Authentication / Authorization is fully delegated to IAM
# Assumes valid AWS Credentials in ENV
Both things have been introduced recently, and let you access even private ec2 instances
# Assumes valid AWS Credentials in ENV
require('crypto').randomBytes(48, function(err, buffer) { var token = buffer.toString('hex'); console.log(token); }); |
""" | |
Sometimes you want to make several different replacements. Search by tag with | |
optional attributes. Replace with tag with optional attributes. | |
Thank you to Dan @ University of Exeter for bug fix | |
""" | |
from bs4 import BeautifulSoup | |
REPLACEMENTS = [('b', {}, 'strong', {}), |
""" | |
Async Tornado S3 uploader with AWS4 sign. | |
https://gist.github.com/stalkerg/63bad3ea49be6268df49 | |
Edited by @nanvel 2015-07-24 | |
Usage example: | |
.. code-block:: python |
var aTags = document.querySelectorAll('[target]'); | |
var att = document.createAttribute('rel'); | |
att.value = 'noopener noreferrer'; | |
aTags.forEach(function (tag) { | |
var nodeClone = att.cloneNode(true); | |
tag.setAttributeNode(nodeClone); | |
}); |
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.
Index: