Before doing all this you have to create a bucket in your AWS console. Or just use AWS cli tool in order to create one.
- Install pip (if not installed already):
$ curl -O https://bootstrap.pypa.io/get-pip.py
- Install AWS cli tool:
$ sudo pip install awscli