#AWS Help: cannot create my website in s3 bucket: can someone please explain this error message

1 messages · Page 1 of 1 (latest)

gleaming jay
#

Are you using multiple aws accounts for testing? Probably the bucket was created on some earlier try or maybe someone else already created that s3 bucket..try changing the s3 bucket name to some unique..

fossil quartz
#

oh actually i was using one account in the SAM CLI and another one in the console but I wasn't modifying anything in the console, just checking my steps as i went along. i tried changing the bucketname in the IDE (VSC) but i am still getting the exact same message

gleaming jay
#

The bucket name may be hard coded somewhere...check if you have changed at all.places possible..

fossil quartz
#

thanks. I was able to get passed the naming issue right into another one. I don't really understand the issue with this error. "replacement type updates not supported w disabled rollback" so I tried changing samconfig.toml to "disable_rollback = false" and tried adding --no-disable-rollback in the cli but when i made those changes i got the error in the second pic.