standards-and-practices icon indicating copy to clipboard operation
standards-and-practices copied to clipboard

Create Terraform examples for AWS

Open mwallert opened this issue 6 years ago • 8 comments

There should be some examples for setting up different AWS services with Terraform.

  • [ ] S3 Bucket
  • [ ] SSL Certificate
  • [ ] Elastic Beanstalk
  • [ ] Cloudfront
  • [ ] Route53 Record
  • [ ] EC2 Instance

mwallert avatar Jun 26 '19 21:06 mwallert

@mwallert We need Terraform examples!

coreyshuman avatar Apr 28 '20 21:04 coreyshuman

@coreyshuman I have some modules I've been working on I'll get something going this week

mwallert avatar Apr 28 '20 22:04 mwallert

Don't forget that we have an in-progress branch with some of this done: https://github.com/Shift3/standards-and-practices/tree/ac53b5655b09947150fbc555e4e818d35c1e63a7/aws/terraform/eb-cloudfront

We just gotta clean it up and split it into modules (I say like that's easily done lol)

carlosvargas avatar Apr 29 '20 16:04 carlosvargas

Indeed. I have part of one done for EB that is split into a module but I haven't tested actually running it. I have some time blocked out Friday that I'll start pushing this stuff up.

mwallert avatar Apr 29 '20 17:04 mwallert

@mwallert Just wondering, do we have any apps we can use for examples now that we are using Terraform more frequently?

michaelachrisco avatar Nov 16 '20 15:11 michaelachrisco

@michaelachrisco The boilerplate and nplh are the two that come to mind.

mwallert avatar Nov 17 '20 18:11 mwallert

@mwallert How do you feel about us adding a couple of the devops terraform modules into this repo? That way, the entire org will have those scripts available for them.

michaelachrisco avatar Jun 29 '21 15:06 michaelachrisco

@michaelachrisco Yeah absolutely, though that repo made need some permission changes to allow devs to actually see them.

mwallert avatar Jul 06 '21 16:07 mwallert