Metadata-Version: 2.1
Name: webotron-20
Version: 0.3
Summary: Webotron 20 is a tool to deploy static website to AWS.
Home-page: https://github.com/erankitcs/automating-aws-with-python
Author: Ankit K Singh
Author-email: er.ankit.cs@gmail.com
License: MIT
Download-URL: https://github.com/erankitcs/automating-aws-with-python/archive/v0.3.tar.gz
Keywords: AWS,BOTO3,S3Website,CloudFront
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: boto3

# Automating AWS with Python
Repository for the A Cloud Guru course *Automating AWS with Python*

## 01-webotron

Webotron is a script that will sync a local directory to an s3 bucket, and optionally configure Route 53 and cloudfront as well.

## Features

Webotron currently has the following features:

- List bucket
- List contents of a bucket
- Create and set up bucket
- Sync directory tree to bucket
- Set AWS profile with --profile=<profile_name>
- Configure route 53 domain
- Configure Cloud Front distribution with SSL


