Today we will learn, how to create and upload python package in lambda layer. First we will create lambda fuction in python which will create our python package and upload that in S3 bucket. Step 1: Open you AWS account. Step 2: Open IAM service console. Step 3: Create IAM policy for an IAM Role. Copy the below policy …
Read MoreToday we will learn, how to create an IAM Role for AWS EC2 Instance. When you want to call any AWS API from EC2 for your applications and want to call it securely, without managing the security credentials that the applications use. Instead of creating and distributing your AWS credentials, you can assign permission to …
Read MoreToday we will learn, how to create an IAM Role for Lambda Function. Every lambda function need some permission for execution. So it's important to know how to create IAM Role for Lambda. To create IAM Role for Lambda, Please follow the below Steps: Step 1: Open AWS Console and Select IAM service. Step 2: Select IAM …
Read More