Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 993 Bytes

File metadata and controls

30 lines (27 loc) · 993 Bytes

Worklog

Entries

12/5/22

  • Check out new branch for CloudFormation deployment
    • cfn template
    • Makefile
    • README.md

To Do

  • From project files
    └─ emr-managed-scaling-cluster
    ├─ emr
    │  ├─ Makefile
    │  │  ├─ line 9: TODO add .pem file to .gitignore
    │  │  ├─ line 10: TODO add key material to SecretsManager
    │  │  ├─ line 33: TODO add dashboard
    │  │  ├─ line 73: TODO delete dashboard
    │  │  ├─ line 75: TODO delete from SecretsManager
    │  │  └─ line 80: TODO 
    │  └─ template.yaml
    │     ├─ line 92: TODO parameterize MIN_CAPACITY_UNITS
    │     ├─ line 94: TODO parameterize MAX_CAPACITY_UNITS
    │     ├─ line 96: TODO parameterize MAX_ON_DEMAND_CAPACITY_UNITS
    │     └─ line 107: TODO add outputs
    └─ WORKLOG.md
  • Fix tee: ___logs/app.log: No such file or directory in Makefile