10 Oct 2022 to 17 Oct 2022
思路
- 点击 create button same as the button at JR dash board.
TODOs
- change PersonalDetail to PersonalDetails
change firtname to firstName, lastname to lastName
- 新建一个modal,接收resume的名字.
- 在后台看到我的 resume
- [ ]
- 在后台看到我的 resume
- 在 profile/resume 页面,需要看到我以前创建的 resume.
AWS CLI
CLI console sensitive to CAPITAL letter, format accepted ‘json’,not ‘JSON’.
- aws configure
- Access Key ID
- Access Key
- region-name
- output format: json.
SSH into the EC2 instance
- Have the pem key ready
- cd to the key file
- chmod 0400 keyFile.pem
- ssh -i keyFile.pem ec2-user@public-ip-address