67628/how-to-create-key-from-aws-cli
Hi Guys,
I am new in aws cli. Can anyone help me, how can I create one key?
Hi@akhtar, You can use the bellow given command to create a key.
$ aws ec2 create-key-pair --key-name mykey --query 'KeyMaterial' --output text > Mykey.pem
To make .pem file readable.
$ chmod 400 Mykey.pem
Hope this will help you.
Suppose I have a list of instance ...READ MORE
Hello @Jino, The command for creating security group ...READ MORE
To create a security group all you ...READ MORE
You can use the following command:- C:\Users\priyj_kumar>aws s3api ...READ MORE
versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE
Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE
Instead of backslashes, use forward slashes C:\Users\jino>aws s3 ...READ MORE
You need to mention the path completely. ...READ MORE
Hi@akhtar, According to my knowledge, you can't edit ...READ MORE
Hi@akhtar, You can remove the ingress rule from ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.