Add keypairs resource (#6381)
* Update 103-keypairs.md * Update src/data/roadmaps/aws/content/101-ec2/103-keypairs.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6470/head
parent
805bf57fd3
commit
891b9b63ea
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Keypairs |
||||
|
||||
Key pairs are part of Amazon EC2 and are used to securely log into your instances. A key pair consists of a public key and a private key. Amazon EC2 generates the key pair and gives you the private key, whereas the public key is stored with AWS. When you launch an EC2 instance, you specify the name of the key pair. You can then use the private key to securely connect to your instance. Key pairs are region-specific, meaning you need to create separate key pairs for each region in which you operate your instances. |
||||
Key pairs are part of Amazon EC2 and are used to securely log into your instances. A key pair consists of a public key and a private key. Amazon EC2 generates the key pair and gives you the private key, whereas the public key is stored with AWS. When you launch an EC2 instance, you specify the name of the key pair. You can then use the private key to securely connect to your instance. Key pairs are region-specific, meaning you need to create separate key pairs for each region in which you operate your instances. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@EC2 - Keypairs](https://docs.aws.amazon.com/pt_br/AWSEC2/latest/UserGuide/ec2-key-pairs.html) |
||||
|
Loading…
Reference in new issue