Configuring CloudFront distributions

Distributions can be configured with a fairly wide array of options. Our recipe is going to be quite simple so that you can get up and running as quickly as possible. But we will talk through some of the more common configuration options:

The Match Viewer option forwards requests to the origin based on which protocol the user requested with in their browser. Again, we are keeping things quite simple in this recipe, so we'll be opting for HTTP Only.

  The CloudFormation template provided with this recipe expects one or more
  aliases to be provided in the form of a comma-delimited list of strings.

A comprehensive list and detailed explanation on which values can be specified when creating a CloudFront distribution can be found here at http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html.