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.
Read-only tour
Read-only tourDrag stickies · tap for tips
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