How-to use AWS System Manager to optimize cost of Dev environment
Source code GitHub Introduction When we design VPC according to the best practices, all resources like EC2 instances or Lambda Functions that don’t require public access should be put to private subnets. Sometimes they could require access to the Internet, for example, for integration with external services, and...