Cisco ASAv Remote Access VPN for AWS with External Multi-Factor Authentication

By Dustin Ward

AWS FeedCisco ASAv Remote Access VPN for AWS with External Multi-Factor Authentication By Dinesh Moudgil, Technical Marketing Engineer – CiscoBy Muffadal Quettawala, Partner Solutions Architect – AWS Remote workers typically access corporate IT environment using virtual private network (VPN) services. With an expansion of remote workers, organizations have scaled their VPN services in the cloud to…

Creating a single-table design with Amazon DynamoDB

By Dustin Ward

AWS FeedCreating a single-table design with Amazon DynamoDB Amazon DynamoDB is a highly performant NoSQL database that provides data storage for many serverless applications. Unlike traditional SQL databases, it does not use table joins and other relational database constructs. However, you can model many common relational designs in a single DynamoDB table but the process…

Monitor network throughput of interface VPC endpoints using Amazon CloudWatch

By Dustin Ward

AWS FeedMonitor network throughput of interface VPC endpoints using Amazon CloudWatch Security, cost and performance are always a top priority for AWS customers when they design their network. AWS PrivateLink is becoming increasingly popular because it provides secured private connectivity between Amazon Virtual Private Cloud (Amazon VPC), AWS services and your on-premises networks, without exposing your traffic…

10x development speed with local serverless debugging

By Dustin Ward

In this article you’ll find out how to 10x your development speed with local serverless debugging.  Questions such as “what happens when you scale your application into millions of requests?”, “what to expect when going serverless?”, “how does it look like?”, or “how is it to build applications on serverless and work locally?” will be…