Skip to content

Commit

Permalink
Change link from t2 instances to generic burstable page. Save a redir…
Browse files Browse the repository at this point in the history
…ect!
  • Loading branch information
alexmclarty committed Jan 8, 2024
1 parent adb4c57 commit cf96e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions in/index.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
% if inst['base_performance']:
<span sort="${inst['base_performance']}">
<abbr title="For T2 instances, the 100% unit represents a High Frequency Intel Xeon Processors with Turbo up to 3.3GHz.">
<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/t2-instances.html" target="_blank">Base performance:
<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html" target="_blank">Base performance:
${"%g" % (inst['base_performance'] * 100,)}%
</a></abbr>
</span>
Expand All @@ -314,7 +314,7 @@
${inst['vCPU']} vCPUs
% if inst['burst_minutes']:
<abbr title="Given that a CPU Credit represents the performance of a full CPU core for one minute, the maximum credit balance is converted to CPU burst minutes per day by dividing it by the number of vCPUs.">
<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/t2-instances.html" target="_blank">
<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html" target="_blank">
for a
${"%gh %gm" % divmod(inst['burst_minutes'], 60)}
burst
Expand Down

0 comments on commit cf96e34

Please sign in to comment.