TSTaissery Suhaibintaisserysuhaib.hashnode.dev·Sep 20, 2023 · 2 min readChat Bot ( Lex ) For - Start Stop ( Ec2 )NOTE : BOT AND INSTANCE SHOULD BE IN THE SAME REGION CREATE A EC2: < MAKE THE NECESSARY CHANGES TO THE BELOW CODE AS NEEDED >---- LIKE INTENT NAME AND THE LOGIC TO START AND STOP EC2--- LAMBDA CODE : -- run time : python 3:11 import boto3 import log...00
TSTaissery Suhaibintaisserysuhaib.hashnode.dev·Aug 26, 2023 · 4 min readDeploying A Multi-Tier Website Using AWS EC2statement : Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front so you can develop and deploy applications faster....00
TSTaissery Suhaibintaisserysuhaib.hashnode.dev·Aug 14, 2023 · 3 min readAWS_Backup_OF_EBS_AND_DLM Using Cloud _FormationDefination : Backup is the process of creating a copy of the data on your system that you use for recovery in case your original data is lost or corrupted. You can also use backup to recover copies of older files if you have deleted them from your sy...00