Hello, has anyone tested out pulumi with AWS's new...
# general
r
Hello, has anyone tested out pulumi with AWS's new ARC feature? Have my configuration 99% there, but cannot figure out how to configure ungraceful execution on my Aurora global plan. This is how I currently have it in my code vs what the documentation says. When I try to deploy it I get:
operation UPDATE failed with "GeneralServiceException": Service returned error code InternalFailure (Service: ArcRegionSwitch, Status Code: 500, Request ID: 6db4ab0c-5e8b-40cb-9ce7-b48fbb70a1ed) (SDK Attempt Count: 4)
. Not sure if this feature is just not fully covered yet?
Copy code
ungraceful: {
                  failover: "failover"
}