/brain

Playing with infrastructure

Primary LanguageHCL

  • Create graphql server.
  • Create docker image containing server.
  • Create Terraform environment
    • Store state file in S3 bucket
    • Provision your VPC, subnet, routing table and security group.
    • Get docker image into the ecs!
    • Access the thing
    • Set up IAM roles and instance profile.
    • Set up an ALB.
    • Set up an Autoscaling group and launch configuration.
    • Create the ECS cluster.
    • Create the Task definition and service to run on the ECS cluster.
    • Create script to upload docker image to AWS
    • Automate this script within CI environment