In the previous post I created my first AWS Resource using AWS CloudFormation. This was done using a JSON file called the CloudFormation template.
Search This Blog
Monday, 16 November 2020
Saturday, 14 November 2020
AWS CloudFormation - my first stack
Before I start - CloudFormation is by far one of the weirdest and coolest things to have come out of AWS. It took me some time to grasp it (and am still grasping) but mann its awesome for AWS users.
Sunday, 9 August 2020
An SNS primer - also Auto Routing SNS messages to different SQS
It is a standard decoupling pattern to have publishers send their messages to an SNS owned by them. Consumers will setup SQS endpoints that subscribe to SNS and get the messages. However consider that there are many consumers all of whom are interested in different subset of messages sent by the SNS.
Tuesday, 7 July 2020
Amazon ECS : My first AWS container - Part 2
In the previous post we created a container image for our code and pushed the image onto ECR. In this post, we will setup an ECS application
Amazon ECS : My first AWS container - Part 1
I had done a post sometime back on Container basics and AWS. Here I will explore ECS - another Container offering from AWS
Subscribe to:
Posts (Atom)