Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Summit Madrid 2024: IoT for Dummies

Irene Aguilar
June 10, 2024
15

AWS Summit Madrid 2024: IoT for Dummies

Discover how to rapidly implement an IoT platform on AWS. I'll explain the basic components using a real-world use case in energy sustainability. Learn how to build a scalable and efficient solution, and understand the integration of key AWS services to collect data and manage IoT devices in an agile and secure manner. Join us to explore practical insights and hands-on guidance for your IoT projects.

Irene Aguilar

June 10, 2024
Tweet

Transcript

  1. IoT for dummies: By Irene Aguilar, AWS Community Builder, AWS

    UG BCN coLeader, AWS Ambassador at NTTDATA Rapid IoT Deployments on AWS
  2. #1804856 slido.com Which of the following are best practices for

    using AWS Private Certificate Authority (PCA)?
  3. #1804856 slido.com If it is isolated, how can we use

    this CA to generate subordinate CAs or certificates?
  4. #1804856 slido.com AWS Private Certificate Authority (PCA) Best practices Minimize

    use of the root CA if possible Give the root CA its own AWS account Separate administrator and issuer roles Implement managed revocation of certificates Turn on AWS CloudTrail Rotate the CA private key Pricing $400 per private CA per month for general-purpose mode $50 per private CA per month for short-lived certificate mode Number of certificates issued in the month ($0.75-0.001)
  5. #1804856 slido.com ¿How can we store data in a data

    lake and also send specific data to a platform for analysis?
  6. #1804856 slido.com And one last thing and we have it!

    We need to be able to update the firmware of the devices with new updates that will be stored in an S3 bucket. How do we do it?
  7. #1804856 slido.com ✓ Learned how to securely connect IoT devices

    to the cloud. ✓ Explored how to filter and route information to various AWS services based on different use cases. ✓ Demonstrated remote communication with devices from the cloud. AWS IoT Platform: Recap AWS IoT Core
  8. #1804856 slido.com ✓ VPC Endpoints for IoT Core: • Discovered

    that VPC endpoints exist for the IoT Core data plane but not for the control plane ✓ Effective Logging and Alerts: • The AWSIotLogsV2 log group is not visible in the CloudWatch console until enabled ✓ Device fleet disconnects: • Subscribe to lifecycle's disconnect event o ($aws/events/presence/disconnected/clientId) -> disconnectReason Lessons Learned from Developing an IoT Platform on AWS