Workflow

S3 CRUD Operations

Overview

The S3 CRUD Operations pre-built consists of an Operations Manager automation to showcase the basic operations that can be performed on AWS S3. This was created to automate some of the manual tasks that were performed directly on the AWS S3 using the tasks exposed by the Itential open source adapter: adapter-aws_s3. A description for each operation is listed below:

  • Create: Create a new object and insert it into the desired bucket in AWS S3.
  • Read: Perform a search operation on the bucket to display the list of objects.
  • Update: Search a desired object from a bucket and perform an update operation on the result.
  • Delete: Search a desired object from a bucket and perform a delete operation on the result.

The S3_CRUD_Workflow serves as an entry point for Operations Manager automation to run the use cases described above. The running path of the workflow depends on the operation selected by the user. The user is provided with a JSON form to input data.

How to Install

To install the Pre-Built:

  • Verify you are running a supported version of the Itential Automation Platform (IAP) as listed above in the Prerequisites section in order to install the Pre-Built.
  • The Pre-Built can be installed from within App-Admin_Essential. Simply search for the name of your desired Pre-Built and click the install button (as shown below).
install