AWS CLI(Command Line Interface)를 사용하기 위해서는 account credentials 이 필요하다.
- access keys
- X.509 certificates
- key pairs
If a user needs a signing certificate (for example, to use the Amazon EC2 command line tools), you first must obtain a signing certificate and then upload it to the IAM system. IAM doesn't have an API action to create signing certificates, so you must use a third-party tool such as OpenSSL to create the certificate first.
User Credentials
Secret Access Keys and Access Key IDs
X.509 Certificates
Although you can use IAM to create an access key, you can't use IAM to create a signing certificate. However, you can use free third-party tools such as OpenSSL to create the certificate. (For information about OpenSSL, go to http://www.openssl.org/.) After you have the signing certificate, you must upload it to IAM; the user needs to keep the corresponding private key to use for signing requests. You can use IAM to upload the certificate. For more information about using signing certificates, see Managing User Keys and Certificates.
Important
For security purposes, we recommend that you rotate your users'
credentials on a regular basis. A user can have multiple access keys
or signing certificates at a given time for this purpose. For more
information, see Rotating Credentials.
References
- http://stackoverflow.com/questions/8995304/how-to-download-an-ec2-x-509-certificate-with-an-iam-user-account
- http://docs.amazonwebservices.com/IAM/latest/UserGuide/IAM_Concepts.html#IAM_SecurityCredentials
- http://docs.amazonwebservices.com/IAM/latest/UserGuide/Using_UploadCertificate.html
댓글 없음:
댓글 쓰기