Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

delianides/dropshare-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dropshare Terraform

Sets up an S3 backup Cloudfront CDN to upload Dropshare files too. It also sets up Rebrandly for shortlinks.

How to Use?

  • This assumes you already have purchased a Domain to use.
  • Make sure you've installed Terraform
  • Install and configure the AWS CLI
  1. Create or log in to your AWS account.
  2. Create a Route53 hosted zone for your domain and update the nameservers in your domain. Its important to have the domain already setup as it makes generating a ACM certificate automatic during the process.
  3. Run terraform init; This downloads the module and AWS provider.
  4. (Optional) You can run terraform plan to test and make sure everything looks good.
  5. Run terraform apply and enter the domain you previously setup.
  6. The run should end after a few minutes and output the domain and IAM keys to use in Dropshare (Do not use root credentials)
  7. Use those credentials to create a connection in Dropshare.

Thanks

CloudPosse

Releases

No releases published

Packages

No packages published

Languages