Cortex onboarding suggestions

  • Onboarding #1:

    • Calculator asks for account id but not name. Name is expected in variables.tf
  • Onboarding #5: automate s3 creation

    • Due to be part of platman 1.0
    • TMP:
      export PROD_NAME=dataplatform
      mkdir $PROD_NAME
      mkdir $PROD_NAME/alpha
      mkdir $PROD_NAME/beta
      mkdir $PROD_NAME/prod
      # place appropriate clusters.yaml in each folder
      aws s3 sync $PROD_NAME s3://core-platform-cluster-definitions/$PROD_NAME/
      
  • Onboarding #6: request SSM creation sooner and automate

    • The problem occurred that product team filled the cluster calculator quickly but were unavailable when I returned to ask them for the SSM params
    • Incorporate the necessary information into the calculator and automate?
    • Must have permissions to operate on behalf of target account