서버 접속

ssh -i K10D104T.pem [[email protected]](<mailto:[email protected]>)

Redis 접속

# docker로 올린 Redis 접속 방법
sudo docker exec -it redis redis-cli --raw

# 접속 후 비밀번호 작성
AUTH 'ssafy227'

Jenkins 접속

sudo docker exec -u 0 -it jenkins bash

S3 주소

<https://ap-northeast-2.console.aws.amazon.com/s3/buckets/todayeat-bucket>