Messaging services in AWS: Creating a SNS topic and pushing a message to SQS

Hello Guys , SNS and SQS are messaging services in AWS . SNS is a push based service whereas SQS is a pull based messaging service offered by AWS. Both services have their own unique use cases and based on the requirements in your organisation, one can choose the service or maybe use both services... Continue Reading →

Terraform Script to Automate Infrastructure

Hello Guys, In the last blog about Terraform we talked about how Terraform works and we wrote a simple script to fire an EC2 instance. In this blog , we will take it a step further and write a Terraform script to achieve the following goals: provider "Aws" { profile = "myprofile" region = "us-east-1"... Continue Reading →

Website Powered by WordPress.com.

Up ↑