Cloud Ring - AWS CLI Intro Walkthrough
As the story progresses, we get meet Jill underpole who gives us the initial challenge with regards to the cloud ring and the challenge being related to AWS. The last two challenges can be played in the same console and just have to continue to answer the question asked in the terminal
AWS CLI Intro - Difficulty Level 1/5
Try out some basic AWS command line skills in this terminal. Talk to Jill Underpole in the Cloud Ring for hints.
Question within terminal
Q1: Type aws help
Great! When you're done, you can quit with q.
Q2: Next, please configure the default aws cli credentials with the access key AKQAAYRKO7A5Q5XUY2IY, the secret key qzTscgNdcdwIo/soPKPoJn9sBrl5eMQQL19iO5uf and the region us-east-1 .
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config
Q3: Excellent! To finish, please get your caller identity using the AWS command line. For more details please reference:
$ aws sts help
or reference:
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/index.html
All 3 question answered in the below screenshot accordingly
>> aws help provides us with command reference
>> aws configure – fastest way to setup AWS CLI Installation
>> aws sts get-caller-idenity – allows to get the AWS account id that we are currently using ofr AWS CLI
Upon compeletion we talk to Jill Underpole and identify the next challenge
Comments
Post a Comment