Amazon S3 · Arazzo Workflow

Amazon S3 Configure and Verify Default Encryption

Version 1.0.0

Put a bucket default-encryption configuration then read it back.

1 workflow 1 source API 1 provider
View Spec View on GitHub ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows

Provider

amazon-s3

Workflows

set-and-verify-encryption
Put bucket default encryption then get it back to confirm.
Applies a ServerSideEncryptionConfiguration with PutBucketEncryption and confirms it with GetBucketEncryption.
2 steps inputs: bucket, rules outputs: rules
1
putEncryption
Write the default encryption configuration to the bucket.
2
getEncryption
Read the encryption configuration back to confirm the rule is now applied to the bucket.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon S3 Configure and Verify Default Encryption
  summary: Put a bucket default-encryption configuration then read it back.
  description: >-
    A data-protection flow for Amazon S3. The workflow writes a default
    server-side encryption configuration to the bucket so that new objects are
    encrypted at rest, and then reads the configuration back to confirm the rule
    is in effect. Every step spells out its request inline so the flow can be read
    and executed without opening the underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-600.50
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-600.50
      capability_name: IT Infrastructure Management
      spec: amazon-s3-bucket-configuration-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: bucketConfigurationApi
  url: ../openapi/amazon-s3-bucket-configuration-api-openapi.yml
  type: openapi
workflows:
- workflowId: set-and-verify-encryption
  summary: Put bucket default encryption then get it back to confirm.
  description: >-
    Applies a ServerSideEncryptionConfiguration with PutBucketEncryption and
    confirms it with GetBucketEncryption.
  inputs:
    type: object
    required:
    - bucket
    - rules
    properties:
      bucket:
        type: string
        description: The bucket to configure default encryption on.
      rules:
        type: array
        description: The encryption Rule list, each with ApplyServerSideEncryptionByDefault.
        items:
          type: object
          properties:
            ApplyServerSideEncryptionByDefault:
              type: object
              properties:
                SSEAlgorithm:
                  type: string
                KMSMasterKeyID:
                  type: string
            BucketKeyEnabled:
              type: boolean
  steps:
  - stepId: putEncryption
    description: >-
      Write the default encryption configuration to the bucket.
    operationId: PutBucketEncryption
    parameters:
    - name: Bucket
      in: path
      value: $inputs.bucket
    requestBody:
      contentType: application/xml
      payload:
        Rule: $inputs.rules
    successCriteria:
    - condition: $statusCode == 200
  - stepId: getEncryption
    description: >-
      Read the encryption configuration back to confirm the rule is now applied
      to the bucket.
    operationId: GetBucketEncryption
    parameters:
    - name: Bucket
      in: path
      value: $inputs.bucket
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      rules: $response.body#/Rule
  outputs:
    rules: $steps.getEncryption.outputs.rules

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-s3-set-bucket-encryption-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.