AWS IAM (Identity and Access Management) and Resource-Based Policies
AWS IAM is a fundamental service within the AWS ecosystem that allows you to securely manage access to your AWS resources. It provides granular control over who can access your resources and what actions they can perform.
Resource-based policies are a type of access control mechanism that is attached directly to specific AWS resources, such as S3 buckets, Lambda functions, or DynamoDB tables. These policies define who can access the resource and what actions they are permitted to take.
4.1. Create IAM Role for Lambda functions
4.2. Create IAM Role for SES