Reading AWS Kinesis Data Stream messages from the console

Suppose we want to read AWS Kinesis Data Stream messages from the console. We can make it happen, as long as we have AWS CLI installed and configured. Get main stream information: Get stream shard list: For intance, we want to read shardId-000000000000. We should get shard iterator for the beginning of the stream for […]

READ MORE

How to find out what is taking up disk space in Linux

Sometimes disk space suddenly runs out, and you need to quickly identify the cause. Let’s find the problematic partition using the command: Output example: We are looking partitions, which 95% full or more. Use the /cd command to navigate to the folder from the corresponding “Mounted on” column. In our case it is /data folder. […]

READ MORE