Run `aws configure` to set credentials.
Before the AWS CLI can talk to AWS, it needs your credentials
(Access Key ID + Secret Access Key) plus a default region.
In the real world you'd run `aws configure` and paste them in. In this
simulator, just run the command — it will mark the CLI as configured.
TIP: Never commit AWS keys to git! Use `aws configure --profile <name>`
to keep multiple identities, and prefer SSO / IAM Identity Center in real
projects.
Sign in to save your code and track progress across devices.