Command option Sample:aws iot register-certificate

Search command sample in the internet.It is the result.

Registers a device certificate with AWS IoT.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iot/register-certificate.html

aws iot register-certificate --certificate-pem file://deviceCertTwo.crt
    Use Your Own Certificate with AWS IoT | AWS Mobile Blog : http://aws.amazon.com/blogs/mobile/use-your-own-certificate-with-aws-iot/
aws iot register-certificate --certificate-pem file://deviceCert.crt --ca-certificate-pem file://caCert.crt
    X.509 Certificates and AWS IoT - AWS IoT : http://docs.aws.amazon.com/iot/latest/developerguide/device-certs-your-own.html
aws iot register-certificate --certificate-pem file://deviceCert.crt --ca-certificate-pem file://caCert.crt
    Aws Iot Mqtt - PDF Free Download : http://edoc.site/aws-iot-developer-guide-pdf-free.html
aws iot register-certificate --certificate-pem file://deviceCert.pem --ca-certificate-pem file://rootCA.pem) it is then able to connect to AWS.

    AWS IoT Authentication - Using own certificate not working - Internet of Things Stack Exchange : http://iot.stackexchange.com/questions/3099/aws-iot-authentication-using-own-certificate-not-working
aws iot register-certificate --certificate-pem file://deviceCert.pem --ca-certificate-pem file://rootCA.pem) it is then able to connect to AWS.

    amazon web services - AWS IoT Authentication - Using own certificate not working - Stack Overflow : http://stackoverflow.com/questions/50992125/aws-iot-authentication-using-own-certificate-not-working
aws iot register-certificate --certificate-pem file://deviceCert.pem --ca-certificate-pem file://rootCA.pem
    AWS Black Belt Online Seminar 2016 AWS IoT : http://www.slideshare.net/AmazonWebServicesJapan/aws-black-belt-online-seminar-2016-aws-iot

aws のオプション一覧