Home week 43 summary
Post
Cancel

week 43 summary

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
      • [ ]
  • 在 profile/resume 页面,需要看到我以前创建的 resume.

AWS CLI

CLI console sensitive to CAPITAL letter, format accepted ‘json’,not ‘JSON’.

  1. aws configure
  2. Access Key ID
  3. Access Key
  4. region-name
  5. output format: json.

SSH into the EC2 instance

  1. Have the pem key ready
  2. cd to the key file
  3. chmod 0400 keyFile.pem
  4. ssh -i keyFile.pem ec2-user@public-ip-address
This post is licensed under CC BY 4.0 by the author.