Skip to content

BigAl/intercom-custom-domain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudFront redirect for Intercom

AWS CloudFormation stack for setting up a CloudFront Distribution redirect to custom origin with SSL configured to support TLSv1.1 and above.

Based on the the information from the Intercom Developer site

Parameters

  • DomainName Required
  • PreExistingLogsBucket optional
  • CertificateArn Required

Usage

Create the stack

aws cloudformation deploy --template-file templates/master.yml --stack-name docs-intercom --parameter-overrides $(cat parameters/example.com)

Delete the stack

aws cloudformation delete-stack --stack-name docs-intercom

Note: the S3 logging bucket will need to be manually deleted

Route 53 (DNS)

This stack does not create the Route 53 DNS entry that is left to the user.

About

AWS CloudFormation custom domain redirect with SSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published