more static site links https://medium.com/@albertstill/building-a-static-site-with-a-web-application-framework-using-wget-aws-s3-cli-circleci-5b9285d1af1d#.b048khwd9 http://docs.aws.amazon.com/cli/latest/reference/s3/index.html again: http://www.aaronsw.com/weblog/000404 https://blog.lmorchard.com/2014/10/20/static-blog-generation-with-gulp/ http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html again: https://www.davidbaumgold.com/tutorials/host-static-site-aws-s3-cloudfront/#upload-to-s3 https://www.getlektor.com/ - python-based ssg http://olai.in/ https://davidwalsh.name/introduction-static-site-generators http://superuser.com/questions/279986/uploading-files-to-s3-account-from-linux-command-prompt I've found Python's AWS bindings in the boto package (pip install boto) to be helpful for uploading data to S3. http://s3tools.org/s3cmd http://aws.amazon.com/cli/ http://docs.aws.amazon.com/cli/latest/reference/s3/ http://tmont.com/blargh/2014/1/uploading-to-s3-in-bash https://gist.github.com/vszakats/2917d28a951844ab80b1 http://docs.aws.amazon.com/cli/latest/reference/s3/cp.html Copies a local file or S3 object to another location locally or in S3. http://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html http://docs.aws.amazon.com/codedeploy/latest/userguide/how-to-push-revision.html http://stackoverflow.com/questions/15910534/how-to-transfer-files-between-aws-s3-and-aws-ec2 http://stackoverflow.com/questions/16299710/pushing-to-s3-bucket http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html http://docs.aws.amazon.com/cli/latest/userguide/cli-s3.html http://s3tools.org/s3cmd-sync http://s3tools.org/s3cmd-howto http://s3tools.org/s3cmd https://gist.github.com/chrismdp/6c6b6c825b07f680e710