aws configure --profile <your-profile>
aws sts get-caller-identity --profile <your-profile>
export AWS_PROFILE=<your-profile>

Confirm the Account field matches the AWS account you intend to deploy into.

image.png

**aws sts get-caller-identity output.