• DynamoDB backup to a different AWS account

    One of the well known ways to backup AWS DynamoDB is to use Data Pipelines and EMR. But there are few disadvantages with this approach like creation of temporary EC2 instance, using provisioned read capacity of the DynamoDB table for backup and it could take a lot of time to...


  • క్రిమి తెచ్చిన కష్టాలు

    ఔషదాలు వందలు ప్రాణ వాయువు పదివేలు సూది మందులు లక్షలు ఠికాలు అసలు దొరకనే లేవు క్రిమి తెచ్చింది ఈ కష్టాలు చెమటలు పట్టిస్తున్న చావు భయాలు బ్రతకడానికి మన పరుగులు ఇంకెంతకాలం ఈ అవస్థలు ఇకనైనా తెరుద్దాం మన కళ్ళు తెలుసుకుందాం మన భాద్యతలు మారుద్దాం మన జీవన విధానాలు వచ్చేస్తున్నాయి మంచి రోజులు


  • Bargaining?

    I have seen quite a few videos recently on the topic of bargaining at street/small vendors. Today, I have seen another video on Facebook. A couple goes to a coconut vendor to buy a coconut. The wife bargains the coconut which the husband does not like it. Another situation, giving...


  • Rename AWS S3 bucket in terraform

    There is no direct way to rename a S3 bucket from console or from terraform. We have create a new bucket, copy the content and delete the old bucket. Create a new bucket Go to AWS console and create the new bucket manually by copying the bucket settings from old...


  • Run Nodejs and Mongo application on RaspberryPi running Ubuntu 20.04 using Docker and Docker Compose

    Sub post of Deploy Nodejs 12 and Mongodb 4.4 application on a RaspberryPi Prev: Install Docker and Docker Compose on a RaspberryPi running Ubuntu 20.04 We are going to Dockerise the application and run it in the RaspberryPi using docker compose in this post. Dockerising the application Create a Dockerfile...