chore(aws): ebs bursting performances

This commit is contained in:
Michele Cereda
2025-03-25 20:58:28 +01:00
parent e5165a8160
commit 746c686f20
3 changed files with 91 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ Use an instance profile to allow an EC2 instance to use an IAM role.
`T` instances launch as `unlimited` by default. Launch them in `standard` mode to avoid paying for surplus credits.
The instance type [_can_ be changed][change the instance type]. The procedure depends on the root volume, but does
The instance type [_can_ be changed][change the instance type]. The procedure depends on the root volume, and **does**
require downtime.
Clone EC2 instances by:
@@ -189,7 +189,7 @@ Also see [CompleteLifecycleAction].
## Image customization
Refer [ImageBuilder].
Refer [Image Builder].
## Further readings