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 […]
Published on : June 1, 2021 by Mrudhul Mohan
Method 1 By creating an AMI Create a New EC2 instance with a New key pair named “Webserver-private-key” Download the private key and share it with the client. Please note that Amazon will not save the copy of the private key. Scenario : The client lost his private key and he is not able to […]
Published on : November 27, 2019 by Shafeer P
Preface AWS LightSail provides cheap VPS hosting compared to EC2, with a simple management interface. LightSail allows us to create entire disk snapshots for reliability and portability. If you have a number of LightSail VPSs, managing the snapshots is a kinda headache for sure. So, we have written a shell script with the help of […]