Tag

#aws

All 55 posts tagged “aws”.

Configure DynamoDB point-in-time recovery and deletion protection using AWS CDK

How to enable point-in-time recovery and deletion protection for a DynamoDB table using AWS CDK in Python

Create a DynamoDB table using AWS CDK in Python

How to create a DynamoDB table with AWS CDK in Python, output the table name, add a sample item, and clean up the stack

Running a Web Server in a Private Subnet secured

Guide to running a Web Server in a Private Subnet with AWS CDK in Python.

Add new users with SSH access to EC2 instance

How to new additional user with keypair for SSH access to EC2 instance

Creating a 3-Tier Network Architecture VPC with AWS CDK in Python

Guide to creating a 3-Tier Network Architecture VPC with a public, private, and isolated subnet using AWS CDK in Python.

Running Lambda Functions in a VPC with AWS CDK in Python

Running Lambda Functions in a VPC with AWS CDK in Python