Support Questions

Find answers, ask questions, and share your expertise

Nifi Registry S3 Integration

avatar
Visitor

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>

 

 
3 REPLIES 3

avatar
Community Manager

@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,
Senior Community Moderator


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Master Mentor

@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?

S3BundlePersistenceProvider

MattWho_0-1739906947025.png

https://central.sonatype.com/artifact/org.apache.nifi.registry/nifi-registry-aws-assembly/1.28.1/ver...

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

avatar
Community Manager

@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,
Senior Community Moderator


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community: