Skip to content

Commit c516f6f

Browse files
authored
Update aws작업시작.md
sudo passwd root
1 parent 6e28a63 commit c516f6f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

aws/aws작업시작.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ vi codedeploy-agent.log
2626
- InstanceAgent::Plugins::CodeDeployPlugin::CommandPoller: Missing credentials - please check if this instance was started with an IAM instance profile
2727
- [출처](https://sarc.io/index.php/aws/1327-tip-codedeploy-missing-credentials)
2828
- sudo service codedeploy-agent restart 실행 후 sudo service codedeploy-agent status 실행해서 active인지 확인 후 배포 진행
29+
30+
### root 비밀번호 생성
31+
```
32+
sudo passwd root
33+
```

0 commit comments

Comments
 (0)