I have one ECS service it is running zeppelin, I have configured zeppelin to access save the notebook in s3 bucket .
I have created a bucket and also made sure both bucket and ECS have same role. s3 bucket has the read and write policy enabled for this same role.
when my application runs I am getting below error
Caused By Exception in thread "main" com.amazonaws.AmazonClientException: Unable to load AWS credentials from any provider in the chain - error - when trying to load model from S3
is there a way to enable s3 access using roles/profile from ECS with fargate