Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleAWS Configure
$ aws configure

AWS Access Key ID [None]: XXXXXXXXX	( Give your AWS account Access Key ID )
AWS Secret Access Key [None]: YYYYYYYYYYYYY ( Give your AWS Secret Key )
Default region name [None]: ZZZZZZZZZZ ( Give your Region Name )
Default output format [None]: json


Oncw Once you done this aws configure in your local PC, then automatically below files will be create with below content. so, please cross check whether that is created or not.

Code Block
languagebash
titleAWS Configure
vi ~/.aws/config

[default]
region = ZZZZZZZZZZ
output = json

...

https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-iot.html


After created the creation of IOT credential, you will can get below list of details

Stream Name, Default Region, IOT Credential Endpoint, Certificate key, Private Kay, Role Alias and cacertificate keyMove the certificate.pem,private.pem. key and cacert.pem keys into your RPI /etc/ssl/certs/ directory


STEP 3:

Copy certificate.pem,private.pem.key and cacert.pem keys into your RPI /etc/ssl/certs/ directory

...