AWS re:Post을(를) 사용하면 다음에 동의하게 됩니다. AWS re:Post 이용 약관

unused reserved capacity with regional reserved Instance

0

hello everyone, if i bough a regional reserved instance (which gives no capacity reservation in any availability zones within the region) and i created a reservation over a specific AZ match the same attributes of the regional reserved instance and then created the instance in that AZ that match both regional reservation and AZ capacity reservation attributes , do i get charged on demand (no discount) because of unused reservation in the AZ if the regional reserved instance is stopped ?

profile picture
질문됨 3년 전1.2천회 조회
1개 답변
3
수락된 답변

Reserved Instances cannot be stopped. If you purchase Regional RI, you have it active for the whole term (1yr or 3yr) and can benefit from the discount at any point during that time.

If you use On-Demand Capacity Reservcation (ODCR) in any of the AZ of that same region, the RI discount will apply to resources depending whether you run any EC2 instance inside ODCR or not:

  • if you don't run any EC2 instance inside ODCR, it means than ODCR is unused, and in this case your Regional RI discount will be applied to your unused ODCR (instead of on-demand charges you will be covered by the RI charges)
  • if you have EC2 instance running that is matching attributes of your ODCR, in that case you don't pay anything for ODCR (because it's used), however you are charged for the EC2 instance instead; but because you have Regional RI, in this case the RI discount will be applied to your running EC2 instance, and you will not pay on-demand charges

There's more information about ODCR billing in the docs here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-pricing-billing.html

profile pictureAWS
전문가
답변함 3년 전
profile picture
전문가
검토됨 6달 전
profile picture
전문가
검토됨 8달 전
  • thanks alot i digged the whole ec2 doc and for my question i found answer: for regional RI , if an instance running in AZ match capacity reservation/RI attributes in that AZ if it is running or not i will get the discount ( no ondemand fees for stopping it in behalf of capacity reservation the unused/stoped reserved capacity will be the same as the RI discount) for zonal reservation which apply capacity reservation be default if an instance match the RI stop/unused the reservation capacity will charge me on demand , that strange im new to AWS and was checking how things works thanks alot for your answer

  • Yes, you're right. It seems like you talk about 2 different scenarios...

    • in case with the Regional RI, if you also have capacity reservation (ODCR), then regional RI discount will be applied at any time, doesn't matter if your EC2 instance is running or not
    • Zonal RI cannot apply to unused ODCR; Zonal RIs can only apply to running EC2 instances; if you do not run any EC2 instances, you will be charged the on-demand fee for the capacity reservation;

    Essentially, if you plan to use OCDR, you should rather go with the Regional RI option. Or - better explore Savings Plans instead.

  • Finally I found the answer, thanks a lot. As I understand from Nataliya_G's reply,

    • If a running instance matches both ODCR and Regional RI then I will be charged Regional RI fee only.
    • If there is no running instance, I will be charged Regional RI fee only (Regional RI always applies to both used and unused ODCR).
    • If a running instance matches both ODCR and Zonal RI then I will be charged Zonal RI fee only.
    • If there is no running instance, I will be charged both of Zonal RI and ODCR fees (Zonal RI always applies to used ODCR).
    • Generally Zonal RI also provides capacity reservation, so I don't have to apply additional ODCR to avoid double charging when instance is not running.

    Correct me if I'm wrong.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠