

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Learn Cloud Infrastructure With AWS
incomplete
2: What Is 'the Cloud'?
incomplete
3: Amazon Web Services (AWS): CLI
incomplete
4: AWS Account Creation
incomplete
5: Why Should I Use the Cloud?
incomplete
6: Regions and Availability Zones
incomplete
7: Costs for This Course
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
AWS has many regions to choose from. Each region is where your services are geographically located.
Each region is split into "zones," which means separate infrastructure within the same region.
Set your default AWS region to us-east-1.
Cost check: Listing regions and availability zones is free, and changing your default region is also free.
aws ec2 describe-regions --output table
Press "q" to quit when you're done looking at the output.
aws ec2 describe-availability-zones --output table
aws configure set region us-east-1
aws configure get region
us-east-1 as the output.Run and submit the CLI tests.