Create an AWS Client VPN and Work Remote

This is a companion piece to Data Jammers’ Site-to-Site VPN article. While a site-to-site VPN (Virtual Private Network) provides direct access from on-site (on-premises/office) location to a network in the AWS cloud, a client VPN allows a developer to install a client on their laptop and connect to a network Read more

By Andrew Dunn, ago

Evaluating Foundation Models

This project was modified from an AWS Skill Builder Bonus Assignment. Near closing time at CVS. You know what you’re looking for – but you’re not sure who to ask. Depending on the product – maybe you go to the cashier, maybe the guy restocking the nail polish, or you Read more

By Andrew Dunn, ago

Create a New AWS User

Amazon Web Services (AWS) accounts are created with a root user as the main user. This user account should only be used for adminstrative tasks such as examing billing and costs and creating other users. Here we are going to create a new user with permissions. First log in to Read more

By Andrew Dunn, ago

Get On Up : Continuous Integration & Deployment with Infrastructure as Code

Continuous Integration / Continuous Deployment (CI/CD) frameworks lift your code to professional standards of collaboration, rapid iteration, and frequent deployment. Experiments can either succeed or fail and revert seamlessly. Small, testable changes keep your code base stable and adherent to Service-Level Agreements (SLAs).  Web Development often starts as a hobby. Read more

By Andrew Dunn, ago