AWS integration
AWS is a cloud computing platform offering various services like computing, storage and databases.
To integrate AWS to Windmill, you need to save the following elements as a resource.
Self Host
If you're looking for a way to self-host Windmill using AWS, see Self-Host Windmill.
Property | Type | Description | Default | Required | Where to Find |
---|---|---|---|---|---|
awsAccessKeyId | string | AWS Access Key ID for your account | true | AWS Management Console > IAM > Users > [Your User] > Security Credentials | |
awsSecretAccessKey | string | AWS Secret Access Key for account | true | AWS Management Console > IAM > Users > [Your User] > Security Credentials | |
region | string | AWS Region for your resources | false | AWS Management Console > Top Right Corner (e.g., "N. Virginia") |
Your resource can be used passed as parameters or directly fetched within scripts, flows and apps.
Example of a Supabase resource being used in two different manners from a script in Windmill.