Find your AWS account ID.
`aws sts get-caller-identity` is the cloud equivalent of
`whoami` — it tells you which IAM principal (user or role) the CLI is
acting as, and which AWS account that lives in.
TASK
----
Run it in the terminal. Pass when you see the simulated account
"123456789012" in the output.
Sign in to save your code and track progress across devices.