3
1 Comment

Daily Standup 04/21/2020

DATE: April 21st, 2020

What will you accomplish by end of April?

  • Finish and launch MVP of TinyDev

What did you do yesterday to work towards your goal?

  • Reproduced PostgreSQL deployment and wrote down exact steps of how to get it working

What will you do today?

  • Finish templating out IAM, KMS, and SMS CloudFormation stacks
on April 21, 2020
  1. 1

    (thanks for the updoots, it really helps keep my spirits up!)

    12:51AM ET

    RescueTime statistics: 11h 20m (75% productive)

    Was really productive today, templated out IAM, and key + secret CloudFormation stacks from scratch up to working. IAM is first CloudFormation template I wrote from scratch pretty much.

    Tomorrow:

    • [:question:] Set up a CloudFormation EC2 definition for the compute layer,
      with NAT traversal, autoscaling groups, and load balancing
    • [:question:] Set up a CloudFormation EBS volume to scale out the data layer
    • [:question:] Set up a CloudFormation EFS volume for static files to be
      served
    • [:question:] Set up a CloudFormation ECS definition for the container
      orchestration layer, with service / task / cluster definitions, and
      auto-pulling from ECR
    • [:question:] Set up CI/CD pipelines for test and production deploys with AWS
      CodeBuild and AWS CodePipeline