Amazon web services – EC2 cannot access S3 in the same account with proper IAM role
I have two EC2 instances: ec2-1 and ec2-2, one s3 bucket: bucket-1, all in the same aws account. both instances are associated with the same IAM role which has this trust relationship: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow",…