Skip to content

Commit

Permalink
Update one-click deployment docs for AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannica committed Dec 2, 2024
1 parent d41fdb0 commit 12574a3
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ prepare for you based on your cloud provider:

- An S3 bucket that will be used as a ZenML Artifact Store.
- An ECR container registry that will be used as a ZenML Container Registry.
- A CloudBuild project that will be used as a ZenML Image Builder.
- Permissions to use SageMaker as a ZenML Orchestrator and Step Operator.
- An IAM user and IAM role with the minimum necessary permissions to access
the resources listed above.
Expand Down Expand Up @@ -367,6 +368,24 @@ following AWS permissions in your AWS account:
* ecr:CompleteLayerUpload
* ecr:PutImage
* ecr:GetAuthorizationToken
* CloudBuild (Client):
* codebuild:CreateProject
* codebuild:BatchGetBuilds
* CloudBuild (Service):
* s3:GetObject
* s3:GetObjectVersion
* logs:CreateLogGroup
* logs:CreateLogStream
* logs:PutLogEvents
* ecr:BatchGetImage
* ecr:DescribeImages
* ecr:BatchCheckLayerAvailability
* ecr:GetDownloadUrlForLayer
* ecr:InitiateLayerUpload
* ecr:UploadLayerPart
* ecr:CompleteLayerUpload
* ecr:PutImage
* ecr:GetAuthorizationToken
* SageMaker (Client):
* sagemaker:CreatePipeline
* sagemaker:StartPipelineExecution
Expand Down

0 comments on commit 12574a3

Please sign in to comment.