Davo'clock
Davo'clock
  • 7
  • 64 979
Deploying and Testing AWS TagTamer
The Tag Tamer solution helps you apply tags to new and existing AWS resources. Using the pre-built web user interface ensures a consistent tagging implementation-providing improved cost allocations, automation, access controls, and organization.
In this video we go through the deployment steps in order to install and configure TagTamer on a multi-account, multi-region scenario.
Official TagTamer Repository: github.com/awslabs/tag-tamer
Official TagTamer Documentation: docs.aws.amazon.com/solutions/latest/tag-tamer/welcome.html
มุมมอง: 526

วีดีโอ

AWS Solutions Architect - [LAB Challenge #2 - VPC High Availability Best Practices]
มุมมอง 3.4K3 ปีที่แล้ว
In this video we explore what it means to have High Availability (HA) in a VPC setting, and we use these concepts to solve the "Implement Amazon VPC High Availability Best Practices" Lab from Cloud Academy.
Creating an AWS VPN Client Endpoint (Remote Access VPN to AWS)
มุมมอง 7K3 ปีที่แล้ว
In this video, we configure a VPN Client Endpoint on AWS (A.K.A Remote Access VPN) in order to connect to internal/private resources from our local machine without needing a publicly accessible jumpbox/bastion host. This adds an extra layer of security to how we access our environment, and allows us to apply tighter controls as to WHO can access what subnets within our VPC. Also works on multi-...
CI/CD on AWS with CodePipeline and Terraform
มุมมอง 35K3 ปีที่แล้ว
Detailed walkthrough on creating a CI/CD Pipeline to maintain and update AWS infrastructure with Terraform. Completed project can be found here: github.com/davoclock/aws-cicd-pipeline
AWS Solutions Architect - [LAB Challenge #1]
มุมมอง 9K4 ปีที่แล้ว
Solving the AWS Solutions Architect Lab Challenge provided by Cloud Academy.
Sending email notifications from AWS Cloudwatch Logs
มุมมอง 8K4 ปีที่แล้ว
In this video I demonstrate how to forward logs of interest, from Cloudwatch, to an email address via AWS Lambda and AWS SNS. In this particular example, I create a lambda subscription to cloudwatch logs in order to send email notifications whenever any authentication attempt is detected for a particular user. Project source code is available here: github.com/davoclock/aws-cloudwatch-log-mailer
Amazon Linux 2 on WSL & Customization
มุมมอง 2.2K4 ปีที่แล้ว
This video describes now only how to run Amazon Linux 2 on Windows through WSL, but also how to configure it in a way that's suitable for DevOps purposes. We customize the Amazon Linux 2 installation with 'oh-my-zsh' and install common packages for the average DevOps engineer. All links and commands are documented here: github.com/davoclock/devops-setup Amazon Linux 2 for WSL Link: github.com/y...