- Видео 178
- Просмотров 326 558
Cumulus Cycles
США
Добавлен 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): ruclips.net/video/_k6fntyVReU/видео.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): ruclips.net/video/_k6fntyVReU/видео.html
Просмотров: 1 026
Видео
AWS Hands-On: Amazon Elastic File System (EFS)
Просмотров 698Год назад
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,1 тыс.Год назад
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,7 тыс.Год назад
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,1 тыс.Год назад
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: ruclips.net/video/Ikw1SF2vuYs/видео.html Bookmarks - Create Bucket to hold CloudFomration Template (4:16): ruclips.net/video/Plx9zrvW2Y8/видео.html - Upload CloudFormation...
DevOps on AWS: Install Jenkins & Ansible on EC2, and deploy Java App on Tomcat in Docker (v2).
Просмотров 462Год назад
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,5 тыс.Год назад
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,6 тыс.Год назад
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
Просмотров 6 тыс.Год назад
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
Просмотров 915Год назад
In this video, we'll work with AWS Step Functions. Source Code: github.com/CumulusCycles/AWS_Step_Functions_demo Intro: 00:08 ruclips.net/video/CVTpXi8Hx1c/видео.html Key Concepts: 00:58 ruclips.net/video/CVTpXi8Hx1c/видео.html "Hello, World" Demo: 2:48 ruclips.net/video/CVTpXi8Hx1c/видео.html Lambda Function Demo: 6:09 ruclips.net/video/CVTpXi8Hx1c/видео.html
AWS Hands-On: Integrate AWS Batch with EventBridge
Просмотров 3,5 тыс.Год назад
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 ruclips.net/video/09YcDO4YznQ/видео.html AWS Batch Workflow: 2:16 ruclips.net/video/09YcDO4YznQ/видео.html Provison Batch Resources: 2:46 ruclips.net/video/09YcDO4YznQ/видео.html Deploy Python App on AWS Batch: 10:39 ruclips.net/video/09YcDO4YznQ...
7. AWS Amplify: Amplify Hosting
Просмотров 1,1 тыс.Год назад
In this video, we'll host a React App with Amplify Hosting. Source Code: github.com/CumulusCycles/AWS_Amplify_demo Amplify Initialization: 00:73 ruclips.net/video/aRNvpQbTkgU/видео.html Local App testing: 4:31 ruclips.net/video/aRNvpQbTkgU/видео.html Source Code Overview: 5:35 ruclips.net/video/aRNvpQbTkgU/видео.html Amplify Hosting: 8:58 ruclips.net/video/aRNvpQbTkgU/видео.html Amplify Hosting...
DevOps on AWS: Integrate Jenkins in CodePipeline
Просмотров 1,5 тыс.Год назад
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 ruclips.net/video/HjupWg5WaNo/видео.html Provision Jenkins EC2 Server: 5:20 ruclips.net/video/HjupWg5WaNo/видео.html Configure Jenkins: 7:48 ruclips.net/video/HjupWg5WaNo...
AWS Hands-On: Amazon EventBridge (S3 / Lambda)
Просмотров 2,7 тыс.Год назад
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
Просмотров 494Год назад
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 ruclips.net/video/NyGv9x3OSvY/видео.html Provision S3 Artifact Bucket: 6m35s ruclips.net/video/NyGv9x3OSvY/видео.html Provision CodeBuild Project: 8m46s ruclips.net/video/NyGv9x3OS...
5. AWS Amplify: Custom Authentication using the Amplify Auth API
Просмотров 20 тыс.Год назад
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
Просмотров 13 тыс.Год назад
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,7 тыс.Год назад
IaC on AWS with Terraform: Terraform Cloud
IaC on AWS with Terraform: HashiCorp Vault
Просмотров 5 тыс.Год назад
IaC on AWS with Terraform: HashiCorp Vault
IaC on AWS with Terraform: Terraform State
Просмотров 677Год назад
IaC on AWS with Terraform: Terraform State
IaC on AWS with Terraform: Terraform Modules
Просмотров 2,1 тыс.2 года назад
IaC on AWS with Terraform: Terraform Modules
IaC on AWS with Terraform: Terraform Fundamentals
Просмотров 3 тыс.2 года назад
IaC on AWS with Terraform: Terraform Fundamentals
IaC on AWS with Terraform: Playlist Intro
Просмотров 1,6 тыс.2 года назад
IaC on AWS with Terraform: Playlist Intro
ths you <3
This vid was thorough and well written. You sound like a pro educator already.
so happy I stumbled upon your video
please check you sound its very low
I wish these tutorials would go through the process of creating the Terraform in real time and explain why certain decisions are being made. I got lost in lesson 2 because it got very complex very quickly, and I'm assuming it all builds up to this, but even in lesson 2 nothing was being ~explained~ - it was just being ~done~. It becomes more difficult to learn when it is already given to us completed - this lesson in particular I was excited to learn.
Thank you for sharing your knowledge with us.
thanks you <3
Thank you for the video. The pace picked up quickly, moving from a single VPC to a full application setup, which was hard to follow at times. While overwhelming, I understand the goal of showcasing a complete setup.
I agree
Thanks for the demo and clear explanation on how and what to do to succeed in the tasks
Very cool
Glad you liked it!
sir, Can you please make a video to deploy and train a sagemaker based keras tensorflow model but on like numerical data not image data say for example classifying weather a person has diabetes or not based on some given feature. I have searched whole youtube but couldnt find a video on it. All tensorflow videos are only for image data none for numerical data. And great work by the way. Your video : AWS Hands-On: ETL with Glue and Athena was the easiest way to learn about glue and athena
Someone help me change the button colors
Great content
This whole process in this tutorial, can we call it data warehousing already?
Thank you so much for this very helpful material. keep creating AWS mini projects videos sir pleaseee
great tutorial!
Very well made tutorial, the class format It's very compact yet the voice is calm and well paced👏
Thank you sir
Love from India
Awesome , great effort
DevOps on AWS: Integrate sonarqube in CodePipeline
I was expecting AWS Amplify Oauth Authentication with Social login like Google, Facebook. Is that part of the Series? Good tutorial by the way!
Sir videos are very informative and clearly explained. Thanks for describing it in detail. looking for more videos like this. Thank you
hi ROB
Thank you!! very easy to follow
The best-ever video on this topic so far. Thank you this tutorial
Great video
Thank you. You are the Grandpa that I never had. May god bless you.
Great video, thanks! 👋 You used the same queue (MyBatchJobQueue) for different job definitions. Is that a good practice?
Great content. Clear, concise, and informative.
can you make a same for ubuntu
Hi Rob, I am new to IOT world and just get started of your AWS IOT series which is really helpful and easy to understand for me. I am currently using M1 IMAC and planning to buy a Raspberry Pi for myself to play around, and I have 2 question about the pie set up. In 5:20, I wonder for the first time boot up the pie and complete the configuration, do I at least have to buy one monitor, mouse and keyboard for that? in 6:09, the reason that you can successfully ping to the pie, is it because that you mac and pie are in the same local network due to these 2 devices are connecting to the same wifi. And the ip address of 10.0.0.220 which belong to the pie is assigned by the router?
brilliant!
Awesome! Please provide more videos on terraform and aws
0:13 Can you tell what tool was used to draw the diagram?
where can we rech out to u please ? linkedin or email
One doubt the image URL that you have given for the cards to show the image in chat along with cards is that s3 bucket public because for me it saying invalid URL
i am not sure why i am having trouble getting a terraform plan to work. i have tried the force unlock, also lock=false but there is no headway. i will like to understand why. been on it all day........ error i get when i run terraform init even though the terraform.tfstate is downloaded Error: Error refreshing state: Unable to access object "terraform.tfstate" in S3 bucket "cc-tf-state-backend-ci-cd": operation error S3: HeadObject, https response error StatusCode: 403, RequestID: X6C4WS504YFGJDMM, HostID: pCd8xLZ4IKS6tzlcHVzmuK6UJUiTdCci2PlgZLx/FY/In5/ZZZzeULpgYXPnBS0xG1DZfySvYBY=, api error Forbidden: Forbidden that's the error i get when i run terraform plan Error: Error acquiring the state lock │ │ Error message: operation error DynamoDB: PutItem, https response error StatusCode: 400, RequestID: │ SBBQP5IP5SB87834OESGOG1JC3VV4KQNSO5AEMVJF66Q9ASUAAJG, ResourceNotFoundException: Requested resource not found │ Unable to retrieve item from DynamoDB table "terraform-state-lock-dynamo": operation error DynamoDB: GetItem, https response error │ StatusCode: 400, RequestID: 6IO4SDKM3NJ18NC6RGILET1PNVVV4KQNSO5AEMVJF66Q9ASUAAJG, ResourceNotFoundException: Requested resource not found │ │ Terraform acquires a state lock to protect the state from being written │ by multiple users at the same time. Please resolve the issue above and try │ again. For most commands, you can disable locking with the "-lock=false" │ flag, but this is not recommended.
great fking tutorial, love
Hey! Thanks a lot again! Very good job!
Thanks a lot! Just subscribed!
Thanks for this video sir, but I have one question: Why auto assign ip addresse to the fargate knowing that it will be accessible from alb?
Great
What happens if the customer makes the wrong attempt? Repeat the same slot and see how many times it repeats (is there any possibility to set a limit to terminate the lambda )
I am getting error for auth that auth is not from aws-amplify
I believe Amplify Auth has changed since I created this video. Give the following a look: docs.amplify.aws/gen1/javascript/build-a-backend/auth/auth-migration-guide/
@@cumuluscycles thank you
@@cumuluscycles in aws-export.js what i need to add for Amplify
@cumuluscycles Thanks for your video. I have followed your video and generated the output file. But, I see multiple partitioned output files are generated instead of generating a single output file. I want to generate a single output file only. I am totally clueless where the mistake is. Is there any config setting I am missing? Please help me.
Thank you so much :)
how would you perform a. terraform destroy in Jenkins for the S3 bucket as a separate pipeline ? would you need to point back to the the same s3 backend? what if different workspaces are involved?
worst youtube channel n worst teacher i have ever found I would recommend youtube to setup down this channel, I didn't even understand a thing he's talking about and I am not a beginner I am kinda intermediate but his channel is a shitttt
cool idea. i read online if no signal comes back the sensor gets stuck and won't send another signal out as it just waits to get first signal back- is there another sensor you like that has auto timeout function? or can we write it into code? "the first cheap HC-SR04 I used had no automatic timeout so if nothing was detected it would just wait for ever and ignore attempts to send another pulse. The only way to get it working again was to recycle the power."