AWS Scripts
In this article I list all code snippets I find/create regarding AWS. Most of those snippets work with the AWS SDK for python ‘boto3’.
Prerequisites
Please follow this article to setup your AWS development environment.
Index
Print all S3 buckets
import boto3
s3 = boto3.resource('s3')
for bucket