______________________________________________________________________
In this video, we discuss a Real-Time scenario where the interviewer asked the candidate to create an S3 bucket and access that S3 bucket from a build server using IAM Roles and AWS CLI.
AWS CLI Commands used:
aws s3 ls ------------------------------------------------# To Get a List of All S3 buckets.
aws s3 ls s3://cp-b00-demo ----------------# To list a particular S3 bucket.
touch file.txt ----------------------------------------# Create an empty file
echo "this is a demo, putting in some random text into the file" file.txt ---# echo the content to file.
cat file.txt ---------------------------------------------# see the content of the file
aws s3 cp file.txt s3://cp-b00-demo -----# copy file to s3 bucket.
aws s3 cp s3://cp-b00-demo/index.html . -------# copy file from s3 bucket to current directory
sudo yum install httpd --------------------------------------# install Apache web server.
cd /var/www/html/ -------------------------------------------# change directory to location.
______________________________________________________________________
Unlock the potential of your career: Join the Cloud Journey with Cloud Patashala.
Learn the latest AWS Cloud and DevOps tools, through our comprehensive and hands-on courses. Discover the power of the cloud and how it can transform your career.
For more information on our course offerings, batch durations and how to join, visit our website https://cloudpatashala.in/ or contact us at [email protected].
Don't miss this opportunity to elevate your career to new heights with Cloud Patashala.
Cloud Patashala
https://cloudpatashala.in/
email us @ [email protected]
Telegram: https://t.me/cloudpatashala
Facebook: / cloud.patashala
Смотрите видео SRE - DevOps Project 2 | Interview Task | Create IAM Roles for EC2 to Access S3 Bucket онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Cloud Patashala 12 Июль 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 754 раз и оно понравилось 23 людям.