Skip to content
Paul Duvall edited this page Nov 18, 2019 · 24 revisions

4.1 AWS Certificate Manager and Amazon CloudFront in Console

Review and ensure that you have setup your development environment before going through the steps below.

Create a Digital Certificate in AWS Certificate Manager

  1. Go to the ACM Console.
  2. Click on Get Started.
  3. Select the Request a public certificate radio button and click the Request a certificate button.
  4. In the Add domain names section, enter * followed by the name of the domain you own (for example, I am entering *.encryptaws.com. Yours will be different) in the Domain name field.
  5. Click the Next button.
  6. On the Select validation method page, choose the DNS validation option and click Review.
  7. On the Review page, review your settings and click the Confirm and request button.
  8. On the Validation page, expand the Domain section and click the Create record in Route 53 button. Then click the Create button.
  9. Once the DNS Record indicates Success, click the Continue button.
  10. Review your ACM Certificate Configuration on the Certificates page.

Create an Amazon CloudFront Distribution

Create an S3 bucket to host website files

  1. Go to the S3 Console.
  2. Click the Create bucket button.
  3. Enter ceoa-4-ACCOUNTID in the Bucket name field. Replace ACCOUNTID with the results of the following command: aws sts get-caller-identity --output text --query 'Account'. Click the Next button.
  4. Leave the defaults on the Configure options page. Then click the Next button.
  5. Leave the defaults on the Set permissions page and click the Next button.
  6. Click the Create bucket button.

Create the CloudFront Distribution

  1. Go to the CloudFront Console.
  2. Click the Create Distribution button.
  3. Click the Get Started button in the Web section.

Clone this wiki locally