01Aug/23 Designing a Multi-Principal IAM Role using AWS CDK August 1, 2023AWS CDK, aws cdk example, aws iam, Infrastructure as Code, typescriptSeecoding Technologies In this blog post, we will walk you through creating an IAM role that utilizes multiple principals using the AWS CDK.
01Aug/23 Create a DependsOn relation between resources in AWS CDK August 1, 2023amazon ec2, amazon rds, AWS CDK, aws cdk example, Infrastructure as Code, typescriptSeecoding Technologies This article will guide you on how to establish a “DependsOn” relationship between an Amazon RDS Instance and an EC2 Instance in AWS CDK TypeScript.
01Aug/23 Assign a Custom Role to a Lambda Function with AWS CDK August 1, 2023AWS CDK, aws cdk example, aws lambda, Infrastructure as Code, typescriptSeecoding Technologies In this blog post, we’ll outline how to create a custom IAM role, an AWS Lambda function, and then assign the custom role to the Lambda function.