-
ssm agent 설치 (centos)aws 2020. 11. 9. 15:31728x90
요즈음 ssm agent 를 이용하여 cli 작업을 하곤 하는데
centos 계열은 ssm agent 가 설치되어 있지 않아서 아래와 같이
수동으로 agent 설치 후 작업을 진행하면 된다.
sudo yum -y install https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
'aws' 카테고리의 다른 글
aws cloudwatch memory monitoring 추가 (0) 2020.11.11 동일한 vpc 내에 public subnet 과 private subnet ssm agent 적용 방법 (0) 2020.11.10 boto3 패키지를 사용한 s3 권한 확인 업로드 테스트 (using boto3 for s3 upload test) (0) 2020.11.06 mount to s3 with s3fs on redhat(centos) (0) 2020.11.04 Jupyterhub 구축 가이드 (0) 2020.11.02