From 83effa8b4cbb36b96ed4a069772c3739bca643d5 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 23 Jul 2024 02:17:12 +0200 Subject: [PATCH] chore(aws/ec2): add source --- knowledge base/cloud computing/aws/ec2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/knowledge base/cloud computing/aws/ec2.md b/knowledge base/cloud computing/aws/ec2.md index 19f60d0..0043bdd 100644 --- a/knowledge base/cloud computing/aws/ec2.md +++ b/knowledge base/cloud computing/aws/ec2.md @@ -12,6 +12,9 @@ Use an instance profile to pass an IAM role to an EC2 instance. `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 +require downtime. +
Real world use cases @@ -117,6 +120,7 @@ See [EBS]. - [IAM roles for Amazon EC2] - [Retrieve instance metadata] - [Burstable performance instances] +- [Change the instance type] [aws ec2 instance pricing comparison]: https://ec2instances.github.io/