0
0
IOT Protocolsdevops~5 mins

AWS IoT Core architecture in IOT Protocols - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is AWS IoT Core?
AWS IoT Core is a managed cloud service that lets connected devices easily and securely interact with cloud applications and other devices.
Click to reveal answer
beginner
Name the main components of AWS IoT Core architecture.
The main components are: Device Gateway, Message Broker, Rules Engine, Device Shadows, and Registry.
Click to reveal answer
intermediate
What role does the Device Gateway play in AWS IoT Core?
The Device Gateway securely receives messages from devices using MQTT, HTTP, or WebSocket protocols and routes them to the Message Broker.
Click to reveal answer
intermediate
Explain the purpose of the Rules Engine in AWS IoT Core.
The Rules Engine evaluates inbound messages and routes them to other AWS services like Lambda, S3, or DynamoDB based on defined rules.
Click to reveal answer
intermediate
What is a Device Shadow in AWS IoT Core?
A Device Shadow is a virtual representation of a device's state that allows applications to interact with devices even when they are offline.
Click to reveal answer
Which protocol is NOT supported by AWS IoT Core for device communication?
AFTP
BHTTP
CWebSockets
DMQTT
What component routes messages from devices to AWS services in AWS IoT Core?
ADevice Gateway
BMessage Broker
CDevice Shadow
DRules Engine
What does the Device Shadow allow you to do?
AStore device firmware
BManage device certificates
CRepresent device state virtually
DEncrypt device messages
Which AWS IoT Core component securely accepts device connections?
ADevice Gateway
BRules Engine
CRegistry
DMessage Broker
What is the Registry used for in AWS IoT Core?
AManaging AWS user accounts
BStoring device metadata and identities
CRunning device code
DRouting messages
Describe the flow of a message from a device to an AWS service in AWS IoT Core architecture.
Think about how the message moves step-by-step through the components.
You got /3 concepts.
    Explain how AWS IoT Core supports device state management when devices are offline.
    Focus on the virtual representation of device state.
    You got /3 concepts.