Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Create rds by cloudformation #75

Closed
wants to merge 22 commits into from
Closed

Commits on Jul 25, 2017

  1. Copy the full SHA
    bd1206c View commit details
    Browse the repository at this point in the history
  2. [cloudformation] set DBInstaceClass to db.t2.micro

    t2.micro is enought, because this rds needs a few data and accesses.
    selmertsx committed Jul 25, 2017
    Copy the full SHA
    4055be3 View commit details
    Browse the repository at this point in the history
  3. [cloudformation] set DBSecurityGroups in RevieeeAppServerSecurityGrou…

    …p for RevieeeDB
    
    rds will be accessed by nginx, and nginx instance has RevieeeAppServerSecurityGroup
    selmertsx committed Jul 25, 2017
    Copy the full SHA
    cb04ca3 View commit details
    Browse the repository at this point in the history
  4. [cloudformation] set AllocatedStorage to 1 in RevieeeDB

    1 GB storage is enough for Revieee, because our service is less than 100,000 record even if all the tables are combined.
    selmertsx committed Jul 25, 2017
    Copy the full SHA
    dfb80d8 View commit details
    Browse the repository at this point in the history
  5. [cloudformation] set MasuterUserName and Password to Parameters in Re…

    …vieeeDB
    
    MasterUsername and MasterUserPassword cannot set the value to cloudformation because of security.
    selmertsx committed Jul 25, 2017
    Copy the full SHA
    e3f58d6 View commit details
    Browse the repository at this point in the history
  6. [cloudformation] constrains DBUserName and DBPassword Parameters

    so that these necessary parameter are not lacking
    selmertsx committed Jul 25, 2017
    Copy the full SHA
    27d080d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Copy the full SHA
    6045e64 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b9b56c6 View commit details
    Browse the repository at this point in the history
  3. [cloudformation] remove DeletionPolicy: Snapshot in RDS

    there is no big problem if records are deleted in our service.
    selmertsx committed Jul 26, 2017
    Copy the full SHA
    069df5a View commit details
    Browse the repository at this point in the history
  4. [cloudformation] set EngineVersion to 5.6.35 for rds, since version 5…

    ….6.35 is latest version
    selmertsx committed Jul 26, 2017
    Copy the full SHA
    79e7c30 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. [cloudformation] set StorageType to gp2, because we don't need high p…

    …erformance storage for our service
    selmertsx committed Jul 27, 2017
    Copy the full SHA
    b8149d9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    059f34c View commit details
    Browse the repository at this point in the history
  3. [cloudformation] set DBParameterGroupName. we set character_set utf8m…

    …b4 to use japanese character.
    selmertsx committed Jul 27, 2017
    Copy the full SHA
    9590e34 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8ab79a2 View commit details
    Browse the repository at this point in the history
  5. [cloudformation] set SubnetIds to RevieeeAppSubnet1a and 1c in DB Sub…

    …netGroups
    
    since App Server is too little.
    selmertsx committed Jul 27, 2017
    Copy the full SHA
    065db00 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Copy the full SHA
    09329d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Copy the full SHA
    db74119 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3299344 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e77aa44 View commit details
    Browse the repository at this point in the history
  4. [cloudformation] create SpotFleet IAM::Role before EcsSpotFleetReques…

    …t creates
    
    bugfix bellow error
    
    ```
    Failed to create the changeset: Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state Status: FAILED. Reason: Circular dependency between resources: [EcsSpotFleetRequest]
    ```
    selmertsx committed Jul 31, 2017
    Copy the full SHA
    e0fa77e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. fix ecs_cluster name to bugfix below error

    `Circular dependency between resources: [EcsSpotFleetRequest]`
    selmertsx committed Aug 6, 2017
    Copy the full SHA
    23920c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Copy the full SHA
    0733f73 View commit details
    Browse the repository at this point in the history