# AWS Config - FOR TESTING ONLY
[default]
region = us-east-1
output = json
s3 =
    max_concurrent_requests = 10
    max_queue_size = 1000

[profile production]
region = us-west-2
output = json
role_arn = arn:aws:iam::123456789012:role/ProductionRole
source_profile = default

[profile development]
region = eu-west-1
output = text