Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


Download and Register Equinix Certificate

To authorize Equinix NRT Streaming service to send events to an AWS IoT Core destination, you must download Equinix Certificate and register it in IoT Core console.

  1. Download Equinix certificate.
  2. Log in to AWS IoT Console.
  3. In the navigation pane, select Security, then select Policies.
  4. Click Create policy.
  5. Enter a policy name.
  6. In the Policy document section, select JSON.
  7. Copy and paste the following JSON, replace ${AWS_ACCOUNT_NUMBER} with your AWS account identifier.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iot:Connect",
"iot:Publish"
],
"Resource": [
"arn:aws:iot:*:${AWS_ACCOUNT_NUMBER}:client/*",
"arn:aws:iot:*:${AWS_ACCOUNT_NUMBER}:topic/*"
]
}
]
}
  1. Click Create.
  2. In the navigation pane, select All devices, then select Things.
  3. Click Create things.
  4. Select Create single thing and click Next.
    SmartView Create Single Thing
  5. Enter a name and click Next.
  6. Choose Skip creating a certificate at this time and click Create thing.
  7. In the navigation pane, select Security, then select Certificates.
  8. Click Add certificate, then select Register certificates.
  9. Select CA is not registered with AWS IoT.
    SmartView Certificate Upload
  10. Click Upload and upload Equinix certificate.
  11. Select the uploaded certificate and click Activate.
    SmartView Certificate Activate
  12. Click Register.
  13. On the Certificates page, click the newly registered entry.
    SmartView View Certificate
  14. Click Attach policies.
    SmartView Certificate Policy
  15. Select your policy and click Attach policies.
  16. On the Certificates page, under the Things tab, click Attach to things.
    SmartView Certificate Policy
  17. Select your thing instance and click Attach to thing.
  18. Proceed with creating a subscription using Amazon IoT Core communication channel.

webhook

webhook