AWS S3 버킷과 EC2 Instance 연결
프로젝트 배포에 사용한 ec2와 S3을 연동해 보았다.
추가로 ec2-s3 역할에
AmazonEC2FullAccess, AmazonSSMManagedInstanceCore, CloudWatchAgentServerPolicy
이 세가지 정책도 추가하였다.
1 | $ aws s3 ls aipin-bucket |
이런식으로 s3에 업로드한 파일이 보인다.
1 | $ aws s3 cp s3://aipin-bucket/pgvector.zip /root |
AWS S3 버킷과 EC2 Instance 연결
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.