Allowing access from one AWS service (EC2) to another service (S3), using an IAM Role
In this post I’m going to allow EC2 to use S3 to store files. I’m going todo this 2 ways: First simple access (less secure, not for production), EC2 instance can do anything on S3 Secondly , I will limit what the EC2 instance can do (read, write only on a specific bucket using its … Read more