From b6ab28ccf29ef367c74ea96d18bd9e3e93f22bf1 Mon Sep 17 00:00:00 2001 From: Greg Oledzki Date: Sun, 8 Nov 2020 19:20:51 +0100 Subject: [PATCH] key-pairs Correcting the info on key-pairs. --- docs/5_Compute/5a_EC2/EC2_Concepts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/5_Compute/5a_EC2/EC2_Concepts.md b/docs/5_Compute/5a_EC2/EC2_Concepts.md index a912b1f..74d7a87 100644 --- a/docs/5_Compute/5a_EC2/EC2_Concepts.md +++ b/docs/5_Compute/5a_EC2/EC2_Concepts.md @@ -5,4 +5,5 @@ * **Notes:** * Occupies single AZ, single host in that AZ. * Security groups associated with network interface, not the instance. - * Key Pairs are globally available in AWS, they are not region specific. + * Key Pairs are region-specific (although [you can upload the same key pair to all the regions](https://aws.amazon.com/premiumsupport/knowledge-center/ec2-ssh-key-pair-regions/)) +