AWS CLI TUTORIAL - Walkthrough, Examples, and Challenges

preview_player
Показать описание
Let's take a dive into the AWS CLI (Command Line Interface).

This is the tool you will use as an experienced Cloud professional, so it is important to be familiar with it. Upon completion, you will be ready to try the challenges on your own listed below.

CHALLENGES:

EC2 Challenge: Create an EC2 instance using the default Amazon Linux 2 AMI, then SSH into it.
Hint: Look into run-instances command and AWS documentation for obtaining default Amazon Linux 2 AMI ID for your region.
----------------------------
S3 Challenge: Create an S3 bucket, upload a file, then set that file to be publicly accessible.
Hint: Review create-bucket, cp, and put-object-acl commands.
----------------------------
IAM Challenge: Create a new IAM user and attach a policy granting the user read-only access to S3.
Hint: Review create-user and attach-user-policy commands.
----------------------------
RDS Challenge: Create a MySQL RDS instance, connect to it, and run a basic SQL query.
Hint: Dive deeper into the create-db-instance command and make sure to specify the required parameters.
----------------------------------------------------------------------------------------------------------------
LINKS TO DOCUMENTATION 👇👇👇

AWS CLI USER-GUIDE:

AWS CLI COMMANDS REFERENCE:
----------------------------------------------------------------------------------------------------------------
COMPLETE STUDY GUIDES TO PASS AWS EXAMS 👇👇👇

#aws #awscli #awscloudpractitioner #devops #awsdevops #awsdeveloper
Рекомендации по теме
Комментарии
Автор

I like the way you explain stuff. Do you plan on releasing anything on Terraform?

sudo-bandit