Skip to content

Releases: ameyrupji-com/ameyrupji.com-iac

v1.4.0

08 Nov 20:19
2435ccf
Compare
Choose a tag to compare

The features implemented in this release are as follows:

  • GH-9 Added Infrastructure Code using Terraform to update the website now be added in CloudFront (CDN) and now able to support https!

v1.3.0

14 Mar 06:02
f375e7c
Compare
Choose a tag to compare

The features implemented in this release are as follows:

v1.2.0

20 Feb 05:09
e8aed7c
Compare
Choose a tag to compare

The features implemented in this release are as follows:

  • GH-10 Added Infrastructure Code using Terraform to create the following infrastructure on AWS S3 Buckets with Route53 Records: http://styleguide.ameyrupji.com and http://styleguide.beta.ameyrupji.com to host style guide website for the platform.
  • GH-8 Update Terraform version to v0.12.20. Other minor features implemented in this ticket are
    • Upgraded circleci/aws-s3 orb to 1.0.15
    • Added ability to deploy feature branches

v1.1.0

31 May 22:39
60ec5a4
Compare
Choose a tag to compare

The features implemented in this release are as follows:

  • Added Infrastructure Code using Terraform to create the following infrastructure on AWS
  • Updated continuous deployment pipeline to use terraform version 0.11.14 and not the latest release

v1.0.0

11 May 22:53
9fc3dc7
Compare
Choose a tag to compare

The major features implemented in this release are as follows:

  • Infrastructure Code using Terraform to create the following infrastructure on AWS
    • S3 Buckets with Route53 Records:
      • ameyrupji.com, www.ameyrupji.com, beta.ameyrupji.com, and www.beta.ameyrupji.com - to host the main website code
      • blog.ameyrupji.com, blog.beta.ameyrupji.com - to host code for redirecting users WordPress blog
      • code.ameyrupji.com, code.beta.ameyrupji.com - to host code for redirecting users to website code repo on GitHub
      • iac.ameyrupji.com, iac.beta.ameyrupji.com - to host code for redirecting users Infrastructure as code (IaC) repo on GitHub
      • images.ameyrupji.com, images.beta.ameyrupji.com - to host images across all of ameyrupji.com domain
    • API Gateway with Route53 Record with the following methods:
      • / (root) with GET and OPTIONS method
      • /email with POST and OPTIONS method
  • Continuous deployment pipeline using CircleCI where the develop branch created the infrastructure required to host websites for beta environment and master branch created the infrastructure required to host websites for prod environment