AWS - CLI
Given these AWS CLI commands run on the same machine:
aws --profile prod s3 ls aws --profile dev s3 lsWhat will happen if the
prod profile has access to 5 buckets and dev profile has access to 2 buckets?