- 178
- 323 614
Cumulus Cycles
United States
เข้าร่วมเมื่อ 27 มิ.ย. 2022
A web development tutorial series teaching full-stack web development from the ground-up (no prior experience required).
IaC on AWS with Terraform: Provision an Amazon EFS and mount to EC2 Instances using Terraform
In this video, we'll provision an Amazon EFS and mount two EC2 WebServer Instances to it using Terraform
Repo: github.com/CumulusCycles/IaC_on_AWS_with_Terraform/tree/main/src/9_Terraform_AWS_Provision_and_mount_EFS
AWS Hands-On: Amazon Elastic File System (EFS): th-cam.com/video/_k6fntyVReU/w-d-xo.html
Repo: github.com/CumulusCycles/IaC_on_AWS_with_Terraform/tree/main/src/9_Terraform_AWS_Provision_and_mount_EFS
AWS Hands-On: Amazon Elastic File System (EFS): th-cam.com/video/_k6fntyVReU/w-d-xo.html
มุมมอง: 1 014
วีดีโอ
AWS Hands-On: Amazon Elastic File System (EFS)
มุมมอง 682ปีที่แล้ว
In this video, we'll provision an EFS and mount EC2 Instances (Web Servers) to it, as well as enable cross-Region Replication. WebServer User Data #!/bin/bash sudo yum update yum install httpd -y service httpd yum install amazon-efs-utils -y sudo mount -t efs -o tls YOUR_EFS_HERE/ /var/www/html
IaC on AWS with Terraform: Provision an EC2 Instance and install Jenkins & Terraform using Terraform
มุมมอง 1.1Kปีที่แล้ว
In this video, we'll provision an EC2 Instance, with Jenkins and Terraform installed, using Terraform. Then we'll create an S3 bucket using a Jenkins Pipeline (Jenkinsfile) to execute Terraform commands. Repos: 1. github.com/CumulusCycles/Jenkins_Demo 2. github.com/CumulusCycles/IaC_on_AWS_with_Terraform Paths: Git: /usr/bin/git TF: /usr/local/bin
IaC on AWS with Terraform: Provision a Lambda Function with Layers using Terraform
มุมมอง 2.7Kปีที่แล้ว
IaC on AWS with Terraform: Provision a Lambda Function with Layers using Terraform (App: website screen-scraper using Python, Selenium, ChromeDriver) In this video, we'll provision a Lambda function with Layers using Terraform. And, the Application that we'll be deploying will be a website screen-scraper using Python, Selenium, and ChromeDriver. Please note that, even if the screen-scraper app ...
IaC on AWS with Terraform: Provision a VPC from a CloudFormation Template, using Terraform
มุมมอง 1.1Kปีที่แล้ว
In this video, we'll provision a VPC on AWS from a CloudFormation Template, by creating the Stack using Terraform. SourceCode: github.com/CumulusCycles/IaC_on_AWS_with_Terraform AWS Hands-On - Build a VPC with CloudFormation: th-cam.com/video/Ikw1SF2vuYs/w-d-xo.html Bookmarks - Create Bucket to hold CloudFomration Template (4:16): th-cam.com/video/Plx9zrvW2Y8/w-d-xo.html - Upload CloudFormation...
DevOps on AWS: Install Jenkins & Ansible on EC2, and deploy Java App on Tomcat in Docker (v2).
มุมมอง 451ปีที่แล้ว
In this video, we'll walk through the process of installing and configuring Jenkins, Ansible and Docker on EC2 Instances, build a .war file from source code in a GitHub Repo using Maven in Jenkins, and deploy to Tomcat in Docker Containers using Jenkins and an Ansible Playbook. Note: This is a shorter version of the prior video in the Playlist (skips intermediate steps using stand-alone Tomcat ...
DevOps on AWS: Install Jenkins & Ansible on EC2, and deploy Java App on Tomcat in Docker Containers.
มุมมอง 1.5Kปีที่แล้ว
In this video, we'll walk through the process of installing and configuring Jenkins, Ansible and Docker on EC2 Instances, build a .war file from source code in a GitHub Repo using Maven in Jenkins, and deploy to Tomcat in Docker Containers using Jenkins and an Ansible Playbook. NOTE: You have two paths which you can follow to watch this video. 1. Start from the beginning and learn how to spin-u...
DevOps on AWS: Install and configure Ansible on EC2
มุมมอง 2.6Kปีที่แล้ว
In this video, we'll install and configure Ansible on EC2, and write an Ansible Playbook to install Apache HTTPD on two EC2 Instances. Source Code: github.com/CumulusCycles/Ansible_on_EC2
AWS Hands-On: Integrate AWS Step Functions with EventBridge
มุมมอง 5Kปีที่แล้ว
In this video, we'll Integrate Step Functions with EventBridge, to persist data from S3 into a DynamoDB table, and write to an SQS Queue. Source Code: github.com/CumulusCycles/AWS_Step_Functions_demo/tree/main/StepFunction_EventBridge_demo
AWS Hands-On: AWS Step Functions
มุมมอง 897ปีที่แล้ว
In this video, we'll work with AWS Step Functions. Source Code: github.com/CumulusCycles/AWS_Step_Functions_demo Intro: 00:08 th-cam.com/video/CVTpXi8Hx1c/w-d-xo.html Key Concepts: 00:58 th-cam.com/video/CVTpXi8Hx1c/w-d-xo.html "Hello, World" Demo: 2:48 th-cam.com/video/CVTpXi8Hx1c/w-d-xo.html Lambda Function Demo: 6:09 th-cam.com/video/CVTpXi8Hx1c/w-d-xo.html
AWS Hands-On: Integrate AWS Batch with EventBridge
มุมมอง 3.4Kปีที่แล้ว
In this video, we'll run a Python App on AWS Batch from EventBridge. Source Code: github.com/CumulusCycles/AWS_Batch_Demo AWS Batch Terminology: 00:48 th-cam.com/video/09YcDO4YznQ/w-d-xo.html AWS Batch Workflow: 2:16 th-cam.com/video/09YcDO4YznQ/w-d-xo.html Provison Batch Resources: 2:46 th-cam.com/video/09YcDO4YznQ/w-d-xo.html Deploy Python App on AWS Batch: 10:39 th-cam.com/video/09YcDO4YznQ/...
7. AWS Amplify: Amplify Hosting
มุมมอง 1.1Kปีที่แล้ว
In this video, we'll host a React App with Amplify Hosting. Source Code: github.com/CumulusCycles/AWS_Amplify_demo Amplify Initialization: 00:73 th-cam.com/video/aRNvpQbTkgU/w-d-xo.html Local App testing: 4:31 th-cam.com/video/aRNvpQbTkgU/w-d-xo.html Source Code Overview: 5:35 th-cam.com/video/aRNvpQbTkgU/w-d-xo.html Amplify Hosting: 8:58 th-cam.com/video/aRNvpQbTkgU/w-d-xo.html Amplify Hosting...
DevOps on AWS: Integrate Jenkins in CodePipeline
มุมมอง 1.5Kปีที่แล้ว
DevOps on AWS: Integrate Jenkins in CodePipeline In this video, we'll integrate a Jenkins Build Agent in an AWS CodePipeline. Source Code: github.com/CumulusCycles/Jenkins_in_CodePipeline Current Pipeline / Infra review: 00:30 th-cam.com/video/HjupWg5WaNo/w-d-xo.html Provision Jenkins EC2 Server: 5:20 th-cam.com/video/HjupWg5WaNo/w-d-xo.html Configure Jenkins: 7:48 th-cam.com/video/HjupWg5WaNo/...
AWS Hands-On: Amazon EventBridge (S3 / Lambda)
มุมมอง 2.6Kปีที่แล้ว
In this video, we'll look at Amazon EventBridge, and invoke a Lambda Function using an S3 Event Pattern, and a Scheduled Event. Source Code: github.com/CumulusCycles/AWS_EventBridge_demo
DevOps on AWS: Provision an AWS CodePipeline using CloudFormation
มุมมอง 491ปีที่แล้ว
In this video, we'll provision an AWS CodePipeline (CodeCommit, CodeBuild, CodeDeploy) using CloudFormation. Source Code: github.com/CumulusCycles/AWS_CodePipeline_CloudFormation_demo Provision CodeCommit Repo: 1m26s th-cam.com/video/NyGv9x3OSvY/w-d-xo.html Provision S3 Artifact Bucket: 6m35s th-cam.com/video/NyGv9x3OSvY/w-d-xo.html Provision CodeBuild Project: 8m46s th-cam.com/video/NyGv9x3OSv...
5. AWS Amplify: Custom Authentication using the Amplify Auth API
มุมมอง 20Kปีที่แล้ว
5. AWS Amplify: Custom Authentication using the Amplify Auth API
IaC on AWS with Terraform: Provision ECR / ECS Infra to deploy a Node.js App in a Docker Container
มุมมอง 13Kปีที่แล้ว
IaC on AWS with Terraform: Provision ECR / ECS Infra to deploy a Node.js App in a Docker Container
IaC on AWS with Terraform: Terraform Cloud
มุมมอง 1.6Kปีที่แล้ว
IaC on AWS with Terraform: Terraform Cloud
IaC on AWS with Terraform: HashiCorp Vault
มุมมอง 5Kปีที่แล้ว
IaC on AWS with Terraform: HashiCorp Vault
IaC on AWS with Terraform: Terraform State
มุมมอง 675ปีที่แล้ว
IaC on AWS with Terraform: Terraform State
IaC on AWS with Terraform: Terraform Modules
มุมมอง 2.1Kปีที่แล้ว
IaC on AWS with Terraform: Terraform Modules
IaC on AWS with Terraform: Terraform Fundamentals
มุมมอง 3Kปีที่แล้ว
IaC on AWS with Terraform: Terraform Fundamentals
IaC on AWS with Terraform: Playlist Intro
มุมมอง 1.6Kปีที่แล้ว
IaC on AWS with Terraform: Playlist Intro