0
0
AWScloud~10 mins

AWS Management Console walkthrough - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to open the AWS Management Console homepage URL.

AWS
Open your browser and go to https://[1].aws.amazon.com/
Drag options to blanks, or click blank then click option'
Alogin
Bdashboard
Cportal
Dconsole
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'dashboard' or 'portal' instead of 'console' in the URL.
Trying to use 'login' as the subdomain which is incorrect.
2fill in blank
medium

Complete the code to sign in to the AWS Management Console using your account.

AWS
Click on the [1] button on the top right corner to start signing in.
Drag options to blanks, or click blank then click option'
ASign In
BRegister
CCreate Account
DHelp
Attempts:
3 left
💡 Hint
Common Mistakes
Clicking 'Register' or 'Create Account' which are for new users.
Clicking 'Help' which does not lead to sign in.
3fill in blank
hard

Fix the error in the code to navigate to the EC2 service from the AWS Management Console.

AWS
After signing in, use the [1] bar at the top to type 'EC2' and select the service.
Drag options to blanks, or click blank then click option'
Asettings
Bsearch
Caddress
Dnavigation
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'navigation' or 'address' which are not the correct terms for the search bar.
Trying to use 'settings' which is unrelated.
4fill in blank
hard

Fill both blanks to correctly describe the AWS Management Console layout.

AWS
The [1] panel on the left shows the list of services, and the [2] area on the right displays details and options.
Drag options to blanks, or click blank then click option'
Anavigation
Bfooter
Cmain
Dheader
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing header or footer with navigation or main content areas.
Mixing up the left and right panel names.
5fill in blank
hard

Fill all three blanks to complete the steps for launching a new EC2 instance in the AWS Management Console.

AWS
First, click [1] in the EC2 dashboard, then choose the [2] for your instance, and finally click [3] to start the instance.
Drag options to blanks, or click blank then click option'
ALaunch Instance
BAmazon Machine Image
CLaunch
DTerminate
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Terminate' instead of 'Launch' to start the instance.
Skipping the selection of the Amazon Machine Image.