Published on : June 29, 2023 by TECH
In this blog, we are going to learn how to deploy a container image from AWS ECR to an EC2 instance using AWS code-deploy. Prerequisite: Aws account with access. Must have an ec2 instance with docker and code-deploy agent installed. Follow https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.html You must already have a code code-commit Repo with your codes. Steps Involved: […]
Published on : June 8, 2023 by TECH
SNS Simple Notification Service(SNS) is a highly available publish/Subscribe messaging service. The pub/sub pattern allows publishers to send messages without the knowledge of who they need to be sent An SNS Topic is a communication channel to link together publishers and subscribers. The publisher is sending messages to a specific topic and these messages are […]
Published on : May 24, 2023 by TECH
AWS CloudFormation provides you with a simple way to create and manage a collection of AWS resources by provisioning and updating them in an orderly and predictable way. In simple terms, it allows you to create and model your infrastructure and applications without having to perform actions manually. AWS CloudFormation enables you to manage your […]
Published on : March 5, 2022 by Vinayan C V
ECS Exec makes use of AWS Systems Manager (SSM) Session Manager to establish a connection with the running container and uses AWS Identity and Access Management (IAM) policies to control access to running commands in a running container. ECS Exec is only supported for Linux. containers. IAM permissions required for ECS Exec Use the following […]
Published on : February 25, 2022 by Vinayan C V
Amazon SES is an email platform that provides an easy, cost-effective way for you to send and receive email using your own email addresses and domains. You can further check the whole working of SES here, https://docs.aws.amazon.com/ses/latest/dg/send-email-concepts-process.html Amazon SES has a global and account-level suppression list. When any Amazon SES customer sends an email that results […]