Create AWS Access key ID and secret access key
AWS provides two types of access – AWS Management Console and Programmatic Access. This access is provided by the user creator at the time of… Read More »Create AWS Access key ID and secret access key
AWS provides two types of access – AWS Management Console and Programmatic Access. This access is provided by the user creator at the time of… Read More »Create AWS Access key ID and secret access key
Getting performance metrics from industrial equipment is challenging because data is often locked into proprietary on-premises data stores and typically requires specialized expertise to retrieve… Read More »What is AWS IoT SiteWise
In this series of post we will see how we can connect a NodeMCU to AWS IoT service. We will see the settings needed to… Read More »NodeMCU to AWS IoT service
This post is part three in a three part series of steps to connect Connect NodeMCU to AWS IoT Core. In the last two post… Read More »How to Connect NodeMCU to AWS IoT Core
There are two main methods for encoding certificate data – “.pem” and “.der”. DER = Binary encoding for certificate data PEM = The base64 encoding… Read More »How To Convert Certificates from .pem to .der format
In AWS, the devices that connect to the IoT service are called Things. In order to communicate with the AWS IoT services, we will do… Read More »How to Create a “Thing” in AWS IoT
Foggy on your cloud jargon? The majority of all new infrastructure is provisioned in cloud. In this post we will understand in short various cloud… Read More »Common Cloud Computing terms – Do you know them?
Creating a S3 bucket To create a bucket Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/. Choose Create bucket.The Create bucket wizard… Read More »How to store and extract data from AWS S3 bucket?
Introduction Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of… Read More »What is Amazon S3
Introduction Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative… Read More »Whats is DynamoDB ?