`UnsupportedActionException: The resource AWS::S3:...
# aws
s
UnsupportedActionException: The resource AWS::S3::Bucket is not yet supported via Cloud Control API
- is it true or I'm doing something completely wrong?
b
it is true, unfortunately 😞 you need to use the aws classic provider
s
OMG
b
this is a limitation of AWS's cloud control API. they are adding new resources over time, but we are at AWS' behest with this one
s
But why unsupported resources still enabled in the library?
This one is not even marked as unsupported somehow...
b
if it's exported by the AWS API, we import it into the provider. AWS has published the API and schema, but the endpoint returns that error
s
b
I imagine they've exported it because it'll be available soon
s
Okay 😒
m
S3 is one of the first services AWS ever offered. So there is legacy stuff that means using modern features like Cloud Control API are probably difficult to support in a first pass.