aws
integration that uses AWS to store secrets.
When to use it
You should use the AWS secrets manager if:- a component of your stack requires a secret for authentication, or you want to use secrets inside your steps.
- you’re already using AWS, especially if your orchestrator is running in AWS. If you’re using a different cloud provider, take a look at the other secrets manager flavors.
How to deploy it
The AWS secrets manager is automatically activated once you create an AWS account.How to use it
To use the AWS secrets manager, we need:- The ZenML
aws
integration installed. If you haven’t done so, run
- The AWS CLI installed and authenticated.
- A region in which you want to store your secrets. Choose one from the list here.