https://pulumi.com logo
Title
s

some-kitchen-64615

04/13/2022, 7:13 PM
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

billowy-army-68599

04/13/2022, 7:14 PM
it is true, unfortunately 😞 you need to use the aws classic provider
s

some-kitchen-64615

04/13/2022, 7:14 PM
OMG
b

billowy-army-68599

04/13/2022, 7:15 PM
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

some-kitchen-64615

04/13/2022, 7:15 PM
But why unsupported resources still enabled in the library?
This one is not even marked as unsupported somehow...
b

billowy-army-68599

04/13/2022, 7:16 PM
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

some-kitchen-64615

04/13/2022, 7:16 PM
b

billowy-army-68599

04/13/2022, 7:16 PM
I imagine they've exported it because it'll be available soon
s

some-kitchen-64615

04/13/2022, 7:17 PM
Okay 😒
m

millions-furniture-75402

04/13/2022, 7:59 PM
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.