Institute For Cloud Computing
Institute For Cloud Computing
  • Видео 72
  • Просмотров 3 124
BLUE GREEN DEPLOYMENT IN AWS EKS
How to perform Blue-green Deployment in AWS EKS. Deploy your EKS using Terraform. Learn how to manually dockerise your applications and push them to Docker hub.
Github repository for code and processes : github.com/clemenrance/Blue-Green-Deployment-in-EKS.git
Просмотров: 29

Видео

INFRASTRUCTURE PROJECT
Просмотров 34Месяц назад
Designing a highly available and dynamic infrastructure using auto-scaling , launch template, load balancers and personalized image. Performing blue green deployment and canary deployment in AWS. Github repository: github.com/clemenrance/student
ANSIBLE COMPLETE
Просмотров 22Месяц назад
Cours de formation Ansible des playbooks aux variables du playbook, "gestionnaires", "loops" et modules
CICD PIPELINE DANS JENKINS POUR LES DEVELOPEURS
Просмотров 37Месяц назад
CICD PIPELINE DANS JENKINS POUR LES DEVELOPEURS
ARCHITECTURE DE RÉSEAU AWS POUR UNE HAUTE DISPONIBILITÉ
Просмотров 87Месяц назад
Comment créer une architecture à haute disponibilité dans AWS à l'aide de un Auto-scaling Répertoire Guthub: github.com/clemenrance/LAW-APP
27 DATA BASES
Просмотров 322 месяца назад
Learn the fundamentals of Cloud Databases (MYSQL and DynamoDB) and understand how they are configured. #What is a database.
Installing Mifos on AWS CLOUD
Просмотров 492 месяца назад
How to Install mifos free Banking application on AWS cloud platform for free.
26 Gateway and Flow logs
Просмотров 182 месяца назад
How to link a private server to an s3 without internet access
25 VPC PEERING
Просмотров 252 месяца назад
How to Configure NAT gateway, NACL, and establish VPC peering
24 Detailed explaining of AWS VPC, Internet Gateway, Rout Table and Subnets
Просмотров 124 месяца назад
How to calculate VPC CIDR range and attribute it to VPC, and SUBNETS. How to log into servers in private subnets. whatsapp link chat.whatsapp.com/BT59hNPnEOcGOraoaZzTIs
Executing terraform in a CICD gitlab pipeline
Просмотров 1365 месяцев назад
How to run terraform code in a pipeline using gitlab CICD. github repo: github.com/clemenrance/Terraform-AWS-CICD.git
23 AWS CLI and MULTIFACTOR AUTHENTICATION
Просмотров 115 месяцев назад
How to enable AWS CLI and Multifactor authentication How to create and attribute Policies to roles in AWS
ELK CONFIGURATION
Просмотров 395 месяцев назад
How to install and configure elasticsearch logstash and Kibana to ingest logs from Apache server How to host a website on apache server github repository: github.com/clemenrance/LAW-APP Installation script available in github repository above
22 IAM policies
Просмотров 275 месяцев назад
How to create an AWS IAM user account How to attached Policies to an AWS IAM user account How to create IAM user groups Password policies for IAM user account
21 S3 Access Logs, Evenet ntotification and Object Blocking
Просмотров 216 месяцев назад
How to configure SNS with S3 buckets Blocking objects in S3 from being deleted SQS with S3 bucket How to track access logs on S3 buckets SNS policy code { "Version": "2012-10-17", "Id": "example-ID", "Statement": [ { "Sid": "Example SNS topic policy", "Effect": "Allow", "Principal": { "Service": "s3.amazonaws.com" }, "Action": [ "SNS:Publish" ], "Resource": "SNS-topic-ARN", "Condition": { "ArnL...
20 S3 Encryption, Bucket Policy and Life cycle Manager
Просмотров 216 месяцев назад
20 S3 Encryption, Bucket Policy and Life cycle Manager
19 S3 website hosting, Storage class, replication and transfer acceleration
Просмотров 266 месяцев назад
19 S3 website hosting, Storage class, replication and transfer acceleration
STATIC WEBSITE DEPLOYMENT
Просмотров 526 месяцев назад
STATIC WEBSITE DEPLOYMENT
AWS DEVOPS BATCH 100 DAY 32
Просмотров 307 месяцев назад
AWS DEVOPS BATCH 100 DAY 32
AWS DEVOPS BATCH 100 DAY 31
Просмотров 477 месяцев назад
AWS DEVOPS BATCH 100 DAY 31
AWS DEVOPS BATCH 100 DAY 30
Просмотров 467 месяцев назад
AWS DEVOPS BATCH 100 DAY 30
AWS DEVOPS BATCH 100 DAY 30
Просмотров 1557 месяцев назад
AWS DEVOPS BATCH 100 DAY 30
AWS DEVOPS BATCH 100 DAY 29
Просмотров 487 месяцев назад
AWS DEVOPS BATCH 100 DAY 29
REAL INDUSTRY PIPELINE PART TWO
Просмотров 627 месяцев назад
REAL INDUSTRY PIPELINE PART TWO
REAL INDUSTRY JENKINS PIPELINE WITH MAVEN, SONARQUBE AND NEXUS PART 1
Просмотров 948 месяцев назад
REAL INDUSTRY JENKINS PIPELINE WITH MAVEN, SONARQUBE AND NEXUS PART 1
AWS DEVOPS BATCH 100 DAY 27
Просмотров 358 месяцев назад
AWS DEVOPS BATCH 100 DAY 27
AWS DEVOPS BATCH 100 DAY 26
Просмотров 358 месяцев назад
AWS DEVOPS BATCH 100 DAY 26
AWS DEVOPS BATCH 100 DAY 25
Просмотров 309 месяцев назад
AWS DEVOPS BATCH 100 DAY 25
AWS DEVOPS BATCH 100 DAY 24
Просмотров 259 месяцев назад
AWS DEVOPS BATCH 100 DAY 24
AWS DEVOPS BATCH 100 DAY 23
Просмотров 419 месяцев назад
AWS DEVOPS BATCH 100 DAY 23

Комментарии

  • @NjokaDeclan
    @NjokaDeclan 16 дней назад

    Awesome sir

  • @user-qk9oh2ie3y
    @user-qk9oh2ie3y 17 дней назад

    Great project Sir.❤

  • @practicaldeen5333
    @practicaldeen5333 Месяц назад

    Why don't you use Terraform to automate infra and minimize mistakes and safeguard against leaving resources running that could incur unwanted charges?

    • @InstituteForCloudComputing
      @InstituteForCloudComputing Месяц назад

      Hello @practicaldeen5333 the idea here is not to use these stuffs in production the way they are created. The idea is to manually learn how to do the configuration and know how each resource functions independently, after mastering the manual process, you can then automate it with terraform or any infrastructure as code tool. The mistake that many people make is to start learning how to automate without even knowing first what to automate or appreciate the difficulty of the manual process.

  • @AJ_FA237
    @AJ_FA237 Месяц назад

    An experience by practice is the best way forward. Great tutorial.

  • @user-qk9oh2ie3y
    @user-qk9oh2ie3y Месяц назад

    great video

  • @user-qk9oh2ie3y
    @user-qk9oh2ie3y 2 месяца назад

    Thank you Sir for such a great video. I believe it is possible to change the default user name and psswd if incase some one wants to use this app for his newly created microfinance.. then second thing Sir, I will like to know how to link this application to an SQL database.

  • @user-qk9oh2ie3y
    @user-qk9oh2ie3y 5 месяцев назад

    secondly Sir, i am just a beginner in TERAFORM so i will also like to have access to the terraform folder, in other to study all the files inside the folder...

  • @user-qk9oh2ie3y
    @user-qk9oh2ie3y 5 месяцев назад

    Thank you sir for making this mystery easy to understand. i appreciate your efforts and help. please i did not see the commands to install GitLab....in the description box Sir.

  • @umanggarg3712
    @umanggarg3712 7 месяцев назад

    Seems lecture 17 is missing?.. can you please provide the same.

  • @BernardBetrand-xq3el
    @BernardBetrand-xq3el 11 месяцев назад

    Courage my brother

  • @rajaconstantine
    @rajaconstantine Год назад

    Sir pls upload syllabus for aws devops

    • @InstituteForCloudComputing
      @InstituteForCloudComputing Год назад

      Hello Raja, contact me through WhatsApp at +33 605561229 and you will have the syllables

    • @rajaconstantine
      @rajaconstantine Год назад

      @@InstituteForCloudComputing Sir is this training Videos free uploaded in RUclips is it free. Or demos ? Pls make this free and continue this series pls sir

    • @rajaconstantine
      @rajaconstantine Год назад

      I tried to message it's showing Invite to Whatsapp option ... France .. ya

    • @InstituteForCloudComputing
      @InstituteForCloudComputing Год назад

      @@rajaconstantine use this +237674559570

  • @rajaconstantine
    @rajaconstantine Год назад

    Hi sir is this free RUclips courses plsss make it free sir Tysmm🤗🤗🤗🤗🤗🤗

  • @InstituteForCloudComputing
    @InstituteForCloudComputing Год назад

    Hi guys this video freezes at some moment. See below comment for the link of the continuation. Thanks