Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 오블완
- 아임포트
- git pull
- 취업
- ObjectMapper
- window11
- window10
- 취성패
- 자바
- vmware workstation player
- git
- window10 Education
- 티스토리챌린지
- 방통대
- git 설정
- 방송대
- json string
- Spring Boot
- 런던뮤지컬
- github
- window11 Education
- git pull --rebase
- 윈도우10 Education
- 운영체제
- 정처기
- java
- snake case
- camel case
- 소비통장
- IAMPORT
Archives
- Today
- Total
홍차의 미로찾기
[AWS] 과금 확인하기 (3) - $0.131 per GB-month of provisioned GP3 storage running MySQL 본문
프로그래밍/BUILD DEPLOY
[AWS] 과금 확인하기 (3) - $0.131 per GB-month of provisioned GP3 storage running MySQL
홍차안디 2024. 11. 11. 23:32반응형
$0.131 per GB-month of provisioned GP3 storage running MySQL
위 항목으로 0.28 달러가 부과되었다는 글을 작성했었다.
[AWS] 과금 확인하기 (2) - $0.131 per GB-month of provisioned GP3 storage running MySQL
그리고 해결된 줄 알았건만..
0.32 달러로 올랐다 (ㅠㅠ)
열심히 찾다가 원인을 발견했다.
바로 EC2 스토리지 볼륨이 gp3로 되어있었다.
gp2로 변경하면 된다. (gp2만 프리티어)
그리고 이건 바로 수정이 안되고, ec2를 멈춰야 수정이 가능하다.
반응형
'프로그래밍 > BUILD DEPLOY' 카테고리의 다른 글
[AWS] 과금 확인하기 (2) - $0.131 per GB-month of provisioned GP3 storage running MySQL (0) | 2024.11.10 |
---|---|
[AWS] 과금 확인하기 (1) - $0.005 per In-use public IPv4 address per hour (1) | 2024.11.09 |
[AWS] MAC에서 EC2 연결 오류 기록 - Permissions 0644, zsh: permission denied (1) | 2024.10.23 |
[AWS] MAC에서 EC2 연결하기 (터미널) (2) | 2024.10.22 |
[AWS] Elastic IPs(탄력적 IP) 생성 및 EC2 연결 (프리티어) + 탄력적 IP 삭제 (0) | 2024.10.22 |
Comments