Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть AWS Lab CI CD Pipeline | AWS Hands on | AWS CodePipeline | AWS CodeCommit | AWS By Doing

  • PROJECTS By Doing
  • 2020-08-12
  • 1583
AWS  Lab CI CD Pipeline | AWS Hands on | AWS CodePipeline | AWS CodeCommit | AWS By Doing
Awsbydoingaws by doingAws CODEPIPELINEaws CODEPIPELINE tutorialaws CI/CD PIPELINEaws CODEPIPELINE hands onaws CODEPIPELINE hands on freeaws CODEPIPELINE hands on sessionaws CODEPIPELINE projectaws CODEPIPELINE labsaws CODEPIPELINE labaws CODEPIPELINE practicalAws CODEPIPELINE step by stepAws CODEPIPELINE classAws classAws trainingAws certificationAws certification trainingAws certification practicalAws associate certification
  • ok logo

Скачать AWS Lab CI CD Pipeline | AWS Hands on | AWS CodePipeline | AWS CodeCommit | AWS By Doing бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно AWS Lab CI CD Pipeline | AWS Hands on | AWS CodePipeline | AWS CodeCommit | AWS By Doing или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку AWS Lab CI CD Pipeline | AWS Hands on | AWS CodePipeline | AWS CodeCommit | AWS By Doing бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео AWS Lab CI CD Pipeline | AWS Hands on | AWS CodePipeline | AWS CodeCommit | AWS By Doing

This is an episode of the educational video series 'AWS By Doing' wherein you can learn AWS Cloud Computing by following along with an AWS certified Solutions Architect. Expect new episodes every Monday and Thursday!

This is a hands-on lab on:

AWS CodePipeline, AWS CI/CD Pipeline
Download and install Git in our local computer
Create Git credentials for your user in IAM
Set up the public and private keys for Git and CodeCommit
Create a CodeCommit Repository
Download the sample Application from the Github repository
Clone the CodeCommit Repository in your local computer
Push the sample code from the local repository to CodeCommit
Review the Application files from the CodeCommit console
Create an EC2 Linux instance and install the CodeDeploy agent
Create an Application in CodeDeploy
Create your first pipeline in CodePipeline
Modify the code locally and push it to the CodeCommit Repository
Verify the automatic deployment of updated application by the CodePipeline
Delete all created resources

Please give a thumbs up to this video to encourage us and share this video with your friends and colleagues! Also, subscribe to this channel 'AWS By Doing' and we will update you regularly with our LATEST and GREATEST offerings! Write in a comment of what you liked and how we can improve!

Link to our Playlist:
   • AWS Labs | Intro to AWS By Doing  

We acknowledge and thank the official AWS Documentation material which we have used to produce this educational video.
Link to AWS documentation:
https://docs.aws.amazon.com/codepipel...



 
Commands/Code Snippets:
Git Installation
Using the Windows ‘.exe’ installer file
The standalone download is available at:
https://git-scm.com/download/win
Download and run the installer with all default options.

To verify successful installation, open terminal/windows PowerShell and run the command:
git --version
Git Configuration commands:
git config --global user.name "John Doe"
git config --global user.email “[email protected]”
Verify configuration with:
git config --list


To verify successful installation, open terminal/windows PowerShell and run the command:
git --version
Git Configuration commands:
git config --global user.name "John Doe"
git config --global user.email “[email protected]”
Verify configuration with:
git config --list


Commands to Set up the public and private keys for Git and CodeCommit:
From a terminal or windows PowerShell:
cd ~
mkdir .ssh
(Its ok if you get error because subdirectory ~/.ssh already exists)
cd .ssh
ssh-keygen -f codecommit_rsa
(READ THE PROMPTS AND RESPOND AS FOLLOWS:)
(key 'y' for overwrite y/n? prompt)
(hit [Enter] for both the paraphrase prompts)
ls
notepad codecommit_rsa.pub
[ctrl-A]
[ctrl-C]
SSH User Key ID: APKA24PEJM64EXAMPLE

Commands to create a config file in the ~/.ssh directory:
From a terminal or windows PowerShell:
cd ~
notepad ~/.ssh/config
Add the following lines to the file, where the value for User is the SSH key ID you copied earlier:
Host git-codecommit.*.amazonaws.com
User APKAEIBAERJR2EXAMPLE
IdentityFile ~/.ssh/codecommit_rsa
File ] Save as
File name: config.
Save as Type: All Files (*.*)
Ensure the config file is saved by:
cat ~/.ssh/config


Commands to test your SSH configuration:
From a terminal or windows PowerShell:
cd ~
ssh git-codecommit.us-east-2.amazonaws.com
(With -verbose option to troubleshoot):
ssh -v git-codecommit.us-east-2.amazonaws.com

Commands To Create a corresponding local repository in your computer:
From a terminal or windows PowerShell:
cd ~/Downloads
mkdir MyDemoRepo
Run the git clone command with the SSH clone URL you copied to clone the repository.
For example, to clone a repository named MyDemoRepo to a local repository (local folder) named MyDemoRepo in the US West (Oregon) Region:
git clone ssh://git-codecommit.us-west-2.amazonaws.com/v1/repos/MyDemoRepo
(For ‘Are you sure…?’ prompt, enter ‘yes’)

Retrieve the application sample code from the link:
https://docs.aws.amazon.com/codepipel...
Extract the contents of the downloaded zip file to the working folder:
~/Downloads/MyDemoRepo


Commands to create your first commit in your local repository:
From a terminal or windows PowerShell:
cd ~/Downloads
cd MyDemoRepo
git config --local user.name “your-user-name”
git config --local user.email “your-email-address”
git add -A
git status
git commit -m "Add sample application files"
git push -u origin master

User Data to install the CodeDeploy agent:
#!/bin/bash
yum -y update
yum install -y ruby
yum install -y aws-cli
cd /home/ec2-user
aws s3 cp s3://aws-codedeploy-us-east-2/latest/install . --region us-east-2
chmod +x ./install
./install auto

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]