본문 바로가기

배포4

AWS 프리티어 기간 중 과금될 때 짧은 결론: 로드 밸런서 설정할 때 4개의 가용 영역을 선택하여 추가적인 Public IP가 생겨 과금이 일어남.    AWS 프리티어를 프로젝트에 사용하고, 한달이 채 지나지 않았는데 거의 12000원에 가까운 금액이 과금되었다. 아무리 2월부터 IPv4주소에 대해서 과금을 한다고 해도 이정도일리는 없는데... 싶어서 뜯어보았다. 우선, 첫번째로 VPC에 대한 요금이 엄청나왔다. 두번째로 S3 요금이 제일 많이 나왔다.  IPv4가 시간당 0.005달러를 쓰고 1289 시간이 사용되어서 6.45달러가 부과되었다.   S3도 찾아보니 기가당 0.025달러가 부과되는데, 32기가를 써서 0.81달러가 부과되었다. 뭔가 생각보다 더 부과되고 있는거 같은데 원인을 찾을 수 없어서 아마존에 문의를 해봤다.I s.. 2024. 6. 26.
5/23 배포 TIL ec2에서 인스턴스 연결이 자꾸 실패하던 문제https://stackoverflow.com/questions/66884055/elastic-beanstalk-ec2-instance-connect-cant-connect Elastic Beanstalk & EC2 Instance Connect: Can't connectI created an Elastic Beanstalk environment from Visual Studio and need to login to service the underlying ec2 vm. I don't have an credentials for the server, so I wanted to use EC2 Instance Connect...stackoverflow.com 위 방.. 2024. 5. 23.
EC2에서 ssh git clone에서 오류 생길 때 https://luvris2.tistory.com/641 Git, EC2 Permission denied Error) 깃허브 접근 거부 해결 방법Overview 해당 포스팅은 AWS EC2 환경에서 깃허브의 기능을 이용하기 위하여 작성되었습니다. 에러 화면 Permission denied (publickey). 해결 화면 깃 클론으로 가져오고 정상적으로 클론되었는지 파일 목록luvris2.tistory.com 위 자료를 참고하여 ssh 키를 생성했더니 성공적으로 클론이 되었음! 2024. 5. 16.
EC2 CodeDeploy Agent 설치 Ruby version 2.x needs to be installed. 에러 https://github.com/aws/aws-codedeploy-agent/issues/301#issuecomment-1129912011 CodeDeploy agent is not supporting ruby v3.0.1 · Issue #301 · aws/aws-codedeploy-agentWhen I tried to install codedeploy agent on my server: $ bundle install Fetching gem metadata from http://rubygems.org/........... Resolving dependencies... Bundler found conflicting requirements f...github.com 위 자료 참고해서 해결 2024. 4. 24.