{
Effect = "Allow",
Action = [
"s3:*",
],
Resource = "arn:aws:s3:::lab-etl-s3",
}
I am creating a S3 bucket and a login user with terraform and aws. And I am attaching this particular policy to the user. But I cannot see the created S3 in the list. It says
You don’t have permissions to list buckets
I am now sure what I am doing wrong
I am creating a clould lab kind of project. Where people can provision some resource in my aws account. They only have access to the particular resource. They cannot see any other user’s resources. But I cant able to do this in the way
Sujith_Fraidy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.