Merge pull request #5067 from KishoreAnanth18/patch-1
Add link to AWS documentation for CPU Creditspull/5392/head
commit
74629f47d9
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# CPU Credits |
||||
|
||||
AWS EC2 instances earn CPU Credits when they are idle and consume CPU credits when they are active. A CPU credit provides the performance of a full CPU core for one minute. T2 and T3 instances accrue CPU Credits and use them to burst beyond their baseline performance. For example, a t2.micro instance receives credits continuously at a rate of 6 CPU Credits per hour. The credit balance of an instance can be saved for up to 7 days. When the instance does not have any CPU credits, it performs at the baseline. It's important to note that CPU credit pricing is different and additional to the instance pricing. AWS also offers Unlimited mode for instances that need to burst beyond the baseline performance for extended periods. |
||||
|
||||
Learn more from the following link: |
||||
|
||||
- [Burstable performance instances and CPU credits](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-credits-baseline-concepts.html) |
||||
|
Loading…
Reference in new issue