Module_0 not working due to changes in AWS bucket

Open
#18 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
aws, terraform

Research direction

Start by reviewing Module_0's main.tf and the aws_s3_bucket_acl resource shown in the issue, then read the linked AWS bucket ACL discussion. Reproduce the deployment with the current AWS behavior and confirm that Module_0 deploys successfully without the obsolete ACL resource.

Written by the indexing model from the issue text.

Description

It seems you no longer can attach ACL to buckets, see: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/223. I removed the following resource from main.tf and was able to deploy

resource "aws_s3_bucket_acl" "feast_bucket_acl" {
  bucket = aws_s3_bucket.feast_bucket.bucket
  acl    = "private"
}
Dominant language
Jupyter Notebook
Stars
104
Forks
57
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from feast-dev/feast-workshop

All issues in feast-dev/feast-workshop

Similar issues

More Cloud issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.