Tag «network»

How to access DynamoDB from AWS Lambda

Simple scenario It is common scenario when Lambda needs to write and read data from DynamoDB table. Simple use case for that could be serverless web application: In this example we do not need to worry about connectivity between services as traffic goes via the Internet and is allowed by default. We just need to …

AWS on the road: VPC in Plitvice Lakes

VPC Whole networking in AWS starts with VPC. Virtual Private Cloud (VPC) is actually a virtual network. It is logically separated from other virtual networks in the AWS and it is assigned to one Region. You can specify an IP address range for the VPC, add subnets, associate security groups, network access lists and configure routing …