Загрузка...

AWS Elastic Container Registry (ECR) | Using WSL | Push Your First Image to ECR

🚀 In this video, we’ll learn AWS ECR (Elastic Container Registry) from scratch.
You’ll see step by step how to:
✅ Create an ECR repository in AWS
✅ Install AWS CLI & Docker on Windows using WSL (Ubuntu)
✅ Configure AWS credentials with aws configure
✅ Build, tag, and push a Docker image into ECR
✅ Enable image scanning and check vulnerabilities
============================================================
Now go to WSL, Make sure you have AWS CLI and docker installed.
Step 1: Update your WSL Ubuntu:
sudo apt update && sudo apt upgrade -y
when you forget the password of a user in WSL. Go to PowerShell(As a administrator)
and put this commands and login back to the WSL
1.wsl -u root
2.passwd nikhitha
Enter a new password twice.
3.Exit and reopen Ubuntu:
4.Now you can log in as user again and use sudo with your new password in WSL.
Step 2: Install AWS CLI v2:
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
AWS got installed. Now lets install docker.
--Docker installation:
sudo apt install docker.io -y
sudo service docker start
sudo usermod -aG docker $USER
exit
docker --version
Docker also got installed.
Now lets login to our AWS account with the below command. using AWS configure we login to AWS account in CLI.
aws configure
AWS Access Key ID
AWS Secret Access Key
Default region →
Default output format →

Видео AWS Elastic Container Registry (ECR) | Using WSL | Push Your First Image to ECR канала Tech with Nikhitha
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять