From c6fde4d9997a2240fd86a96b9103fa70fb03081e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kostka?= Date: Sat, 15 Oct 2016 22:46:01 +0200 Subject: [PATCH] Add newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46640e2..4023ec0 100644 --- a/README.md +++ b/README.md @@ -740,6 +740,7 @@ EC2 - ❗If the EC2 API itself is a critical dependency of your infrastructure (e.g. for automated server replacement, custom scaling algorithms, etc.) and you are running at a large scale or making many EC2 API calls, make sure that you understand when they might fail (calls to it are [rate limited](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/query-api-troubleshooting.html#api-request-rate) and the limits are not published and subject to change) and code and test against that possibility. - ❗Many newer EC2 instance types are EBS-only. Make sure to factor in EBS performance and costs when planning to use them. - 🔸An IAM role can be assigned to an EC2 instance [only at launch time](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html). You cannot assign to an existing instance. + AMIs ----