devops1001.hashnode.devKodekloud - 100 Days of cloud (AWS) Day 34: Create a Lambda Function Using CLIStep 1: Create a file lambda_function.py and paste the following code shown below Check the code using cat command. Step 2: Zip the lambda file (function.zip) to function.zip do ls -l Then check the identity using following command shown belo...Feb 5·1 min read
devops1001.hashnode.devKodekloud - 100 Days of cloud (AWS) Day 33: Create a Lambda FunctionStep 1: Login into the AWS environment using provided credentials. Step 2: Go to Lambda Section and click create function. Name the function and select runtime as python. Step 3: Select execution role, provide role name and policy template. Ste...Feb 3·1 min read
devops1001.hashnode.devKodekloud - 100 Days of cloud (AWS) Day 32: Snapshot and Restoration of an RDS InstanceStep 1: Login into the AWS environment using provided credentials. Step 2: Go to RDS Section and select Databases option you will see existing db instance. Step 3: Select it and take snapshot of the instance. Step 4: Name your snapshot and click ta...Feb 2·1 min read
devops1001.hashnode.devKodekloud - 100 Days of cloud (AWS) Day 31: Configuring a Private RDS Instance for Application DevelopmentStep 1: Login into the AWS environment using provided credentials. Step 2: Go to RDS Section and select MYSQL option. Step 3: Select the version for MYSQL as mentioned below. Step 4: Name the DB instance and mention the credentials management type....Feb 1·1 min read
devops1001.hashnode.devKodekloud - 100 Days of cloud (AWS) Day 30: Enable Internet Access for Private EC2 using NAT InstanceStep 1: Login into the AWS environment using provided credentials. Step 2: Go to VPC section and create a public subnet ,select the private VPC as mentioned. Choose the zone and provide the CIDR range. Step 3: Create an Internet Gateway for in...Jan 30·2 min read