Manuals / Cloud Basics for QA / Chapter 6

B · Hands-on · intermediate · Week 2 · Chapter 6 of 9

CLI & console for QA tasks

List buckets/objects (carefully), describe instances/services, pull logs. Console for discovery; CLI for repeatability.

Path progress
67%

Step 1 of 1

Read-only tour

Read-only tourDrag stickies · tap for tips
Study mapDrag stickies · tap for tipsKeep it shortdrag · tap →Name the waitdrag · tap →Scope locatorsdrag · tap →Trace when stuckdrag · tap →One browser firstdrag · tap →Isolate statedrag · tap →Assert the UIdrag · tap →Retry wiselydrag · tap →Seed datadrag · tap →Close the loopdrag · tap →Keep it shortdrag · tap →Name the waitdrag · tap →Scope locatorsdrag · tap →Trace when stuckdrag · tap →One browser firstdrag · tap →Isolate statedrag · tap →Pathwise hackdrag · tap →Read-only tourdrag · tap →Try thisdrag · tap →Follow the dashed drag · tap →

Example

# Examples — adjust to your provider/sandbox
# aws s3 ls
# aws logs describe-log-groups --max-items 5
# gcloud projects describe $PROJECT_ID
# gcloud logging logs list --limit=5

Do this now

Run 3 read-only CLI commands (or console equivalents) and paste outputs into notes (redact ids if needed).

Was this step clear?
Chapter learning outcomes
  • aws/gcloud basics
  • Log groups
  • Object storage peek

Clear these before you leave