Created 02-18-2025 08:14 AM
Trying to setup integration with AWS S3 bucket with Nifi Registry in ECS FARGATE, while looking to the cloudwatch logs found that the providers is not valid, below is the provider.xml file used with nifi image version 1.28.1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<providers>
<flowPersistenceProvider>
<class>org.apache.nifi.registry.provider.flow.FileSystemFlowPersistenceProvider</class>
<property name="Flow Storage Directory">./flow_storage</property>
</flowPersistenceProvider>
<extensionBundlePersistenceProvider>
<class>org.apache.nifi.registry.aws.S3BundlePersistenceProvider</class>
<property name="Region">us-east-1</property>
<property name="Bucket Name">s3://nifi-registry-test/</property>
<property name="Key Prefix">flow/</property>
<property name="Credentials Provider">DEFAULT_CHAIN</property>
</extensionBundlePersistenceProvider>
</providers>
Created 02-18-2025 10:50 AM
@Jaydeep Welcome to the Cloudera Community!
To help you get the best possible solution, I have tagged our NiFi experts @MattWho @SAMSAL who may be able to assist you further.
Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
Regards,
Diana Torres,Created 02-18-2025 11:31 AM
@Jaydeep
Welcome to the community:
Sharing the exact error and stack trace you encountered would be very helpful to get a better response in the community.
Did you follow all the steps to setup for using this Bundle Persistence Provider?
https://repo1.maven.org/maven2/org/apache/nifi/registry/nifi-registry-aws-assembly/1.28.1/
Please help our community grow and thrive. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped.
Thank you,
Matt
Created 02-25-2025 07:47 AM
@Jaydeep Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
Regards,
Diana Torres,