How can you achieve this?

Posted by: Pdfprep Category: SCS-C01 Tags: , ,

You want to launch an EC2 Instance with your own key pair in AWS.

How can you achieve this? Choose 3 answers from the options given below.
A . Use a third party tool to create the Key pair
B . Create a new key pair using the AWS CLI
C . Import the public key into EC2
D . Import the private key into EC2

Answer: A,B,C

Explanation:

This is given in the AWS Documentation Creating a Key Pair

You can use Amazon EC2 to create your key pair. For more information, see Creating a Key Pair Using Amazon EC2.

Alternatively, you could use a third-party tool and then import the public key to Amazon EC2. For more information, see Importing Your Own Public Key to Amazon EC2. Option B is Correct, because you can use the AWS CLI to create a new key pair 1 https://docs.aws.amazon.com/cli/latest/userguide/cli-ec2-keypairs.html

Option D is invalid because the public key needs to be stored in the EC2 Instance For more

information on EC2 Key pairs, please visit the below URL:

* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs

The correct answers are: Use a third party tool to create the Key pair. Create a new key pair using the AWS CLI, Import the public key into EC2 Submit your Feedback/Queries to our Experts

Leave a Reply

Your email address will not be published.