Skip to content

Instantly share code, notes, and snippets.

@meleksomai
meleksomai / extract_aws_org_scps.py
Created September 1, 2022 15:40
This python code extract all SCPs in an AWS Organization to distinct JSON files
#!/usr/bin/env python
"""Retrieves the list of all SCPs in an AWS Organization.
This utility retrieves the content in JSON format of all the SCPs (Service
Control Policies) in a given AWS Organization.
"""
import boto3
org = boto3.client("organizations")
@meleksomai
meleksomai / README.md
Last active August 29, 2015 14:21 — forked from haggen/README.md

Get boot2docker working with nfs instead of vboxsf.

Tested on:

Boot2Docker-cli version: v1.6.0
Git commit: 9894ae9

In your Mac, open the file /etc/nfs.conf and add this line: