본문 바로가기
반응형

IT/FinOps10

AWS 비용 절감하기 위해 지금 할 수 있는 일 10가지 이 글은 다음 글을 요약 번역한 글입니다. https://aws.amazon.com/ko/blogs/compute/10-things-you-can-do-today-to-reduce-aws-costs/ 10 things you can do today to reduce AWS costs | Amazon Web Services This post is contributed by Shankar Ramachandran, SA Specialist, Cost Optimization Introduction AWS’s breadth of services and pricing options offer the flexibility to effectively manage your costs, and still keep the .. 2023. 8. 30.
중소기업에서 클라우드 비용을 관리하는 방법 이 글은 다음의 블로그를 요약 번역한 글입니다. https://aws.amazon.com/ko/blogs/smb/how-to-manage-cloud-costs-for-your-small-or-medium-business/ How to Manage Cloud Costs for Your Small or Medium Business | Amazon Web Services For your small or medium business (SMB) to get maximum return on its IT investments, you must build a strong foundation of cloud financial management capabilities. IDC surveys (2022) show that.. 2023. 8. 22.
AWS re:Invent 2022에서 만난 FinOps 솔루션들 AWS re:Intvent 2022 에 참석하게 되어, expo를 둘러보면서 확인한 솔루션들을 정리해 보았다. 노출된 순서는 보이는대로 정리한 것으로, 좋고 나쁨은 데모로만 봐서 현재로서는 알수 없고 단지 나열이라는 것은 참고바란다. 1. solo.io https://www.solo.io/ 2. cloudzero https://www.cloudzero.com/ 3. cloudfix https://cloudfix.aurea.com/ 4. apptio https://www.apptio.com/products/cloudability/ 5. logz.io https://logz.io/ 6. CloudHealth by vmware https://cloudhealth.vmware.com/ 7. kubecost ht.. 2022. 12. 6.
[AWS] FinOps 소개 - 실례합니다. DevSecFinBizOps 입니다. https://aws.amazon.com/ko/blogs/enterprise-strategy/introducing-finops-excuse-me-devsecfinbizops/ Introducing FinOps—Excuse Me, DevSecFinBizOps | Amazon Web Services Who is accountable for managing the costs of a digital service? Enterprises are increasingly pushing accountability outward to cross-functional teams. There is an important reason for this: teams can make decisions and put them into.. 2022. 9. 19.
[GCP] GCP를 조금 더 저렴하게 이용하는 방법 AWS와 마찬가지로 GCP에도 저렴하게 이용할 수 있는 방법들이 있습니다. 이러한 정책들은 Google Cloud 가격 책정 페이지 (https://cloud.google.com/pricing/?hl=ko) 를 참고하시면 좋습니다. AWS가 익숙한 분들을 위해 AWS의 무엇과 비슷한지 함께 설명하도록 하겠습니다. 지속 사용할인 (https://cloud.google.com/compute/docs/sustained-use-discounts?hl=ko) Compute Engine 일정 기간 동안 가상머신 실행하면 자동으로 할인 적용 별도 설정 필요 없음 한달 동안 최대 30% 절약 이 할인 정책의 좋은 점은 알아서 해준다는 것입니다. 예를 들어 한 달 동안 us-central1 리전에서 다음과 같이 두 개의.. 2022. 8. 1.
[aws] aws cli로 오래된 s3 객체 지우기 aws cli 명령어 중에 rm으로는 s3 객체를 여러개를 한번에 지울수 없다. s3api 를 사용해서 지워야되는데, 해당되는 리스트를 만들고, 리스트에 있는 파일을 지우는 방식으로 진행했다. 2018년 12월 31일까지 수정된 파일 저장하기 aws s3api list-objects --bucket stillshot-log --query "Contents[?LastModified 2022. 7. 22.
[AWS] 미사용 EBS 한 번에 지우기 Autoscailing 사용시 instance 가 종료되면 ebs 가 남는 경우가 있는데, 정기적으로 지우기 위해서 조회해서 한번에 삭제하는 스크립트를 만들어 보았다. AWS CLI 설치는 필수! https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/cli-chap-install.html 미사용 볼륨 조회 aws ec2 describe-volumes --filters Name=status,Values=available 이런식으로 조회가 된다. 미사용 볼륨 삭제 aws ec2 delete-volume --volume-id [volume-id] 조회된 VolumeId를 넣어주면 된다. CloudWatch 랑 람다 연동해서 삭제할 수도 있지만, cloudwatch,.. 2022. 7. 20.
[AWS] 인스턴스 스케줄러 사용법 (2) - 작동 방법 인스턴스 스케줄러가 먼지 궁금하신 분들은 1편부터!! https://newstars.tistory.com/542 [AWS] 인스턴스 스케줄러 사용법 (1) - 스택생성 AWS 인스턴스 스케줄러는 인스턴스 시작과 중지 일정을 설정하여 비용을 아낄수 있게 도와주는 서비스 이다. https://aws.amazon.com/ko/solutions/implementations/instance-scheduler/ 링크에 보면 구현 가이드.. newstars.cloud 인스턴스 스케줄러가 동작하는 구성도 이다. 동작 방식은 다음 순서로 진행된다. 일정한 간격으로 Amazon CloudWatch Events 설정 (cron식). 해당 이벤트가 AWS Instance Scheduler AWS Lambda 함수를 호출. 사.. 2022. 7. 19.
[AWS] 인스턴스 스케줄러 사용법 (1) - 스택생성 AWS 인스턴스 스케줄러는 인스턴스 시작과 중지 일정을 설정하여 비용을 아낄수 있게 도와주는 서비스 이다. https://aws.amazon.com/ko/solutions/implementations/instance-scheduler/ 링크에 보면 구현 가이드 등이 있기 때문에 활용하면 쉽게 만들수 있다. 과정을 쉽게 설명하면, DynamoDB에 있는 스케줄에 따라 Lambda를 이용해서 지정된 태그의 인스턴스를 껐다 켰다 해주는 것이다. 먼저 CloudFormartion에서 스택을 생성하자 템플릿은 상단의 인스턴스 스케줄러 소개 페이지에 있다. 템플릿 링크 : https://s3.amazonaws.com/solutions-reference/aws-instance-scheduler/latest/aws-i.. 2022. 7. 19.
반응형