How to do it...

  1. Create the key pair, and save it to disk:
      aws ec2 create-key-pair 
--key-name MyEC2KeyPair
--query 'KeyMaterial'
--output text > ec2keypair.pem
  1. Change the permissions on the created file:
        chmod 600 ec2keypair.pem
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.69.185