amazon web services - How to obtain AWS EC2 key-pair creation date? -


To use ec2 examples, we need to create an SSP key pair. Do I need to remove the date on which the key pair was created? Is it possible to use AS SDK APIs?

The AWS does not provide a way to obtain the dates of the SDK dates, a key pair generated by the private key There is no API to retrieve the public key for some languages ​​via the SDK, although it is only accessible when running within an example 2 example because they curl http://169.254.169.254 Earns like / latest / meta-data / public-keys / 0 / openssh-key D run to get the key and metadata is only available from within the EC 2.

It is being said that I have never heard of receiving a date from an SSH Key pair. If you can show me how this is done, then maybe I can remove some things that work for you. EC2 SSH key pair is no different from any other key pair. The answer to your question remains the same, SDK does not provide this function.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -