Added s3cmd intro and note about encryption and performance.

This commit is contained in:
Donne Martin 2015-02-19 08:45:11 -05:00
parent 2ac42e46da
commit c8569ed3d5

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:f59ffce0eaf78612d7d3a80cbeded6c9da4ff5cb53efa49c1d2ce8cba1663c8c"
"signature": "sha256:f75051e8768199fb18b1e41e2b9e76d496309c12f65bffda915754795767ecb3"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -133,7 +133,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Setup S3cmd"
"## Setup S3cmd\n",
"\n",
"I\u2019ve found S3cmd to be a great command line tool for interacting with S3 on AWS. S3cmd is written in Python, is open source, and is free even for commercial use. It offers more advanced features than those found in the AWS CLI."
]
},
{
@ -157,7 +159,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Configure s3cmd:"
"Running the following command will prompt you to enter your AWS access and AWS secret keys. To follow security best practices, make sure you are using an IAM account as opposed to using the root account.\n",
"\n",
"I also suggest enabling GPG encryption which will encrypt your data at rest, and enabling HTTPS to encrypt your data in transit. Note this might impact performance."
]
},
{