Skip to content

Commit

Permalink
Merge pull request #58 from Teradata/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
teralauritsen authored Dec 10, 2024
2 parents 0b54f85 + 4441645 commit 50fb61e
Show file tree
Hide file tree
Showing 54 changed files with 1,789 additions and 9,775 deletions.
114 changes: 0 additions & 114 deletions deployments/aws/parameters/ai-unlimited-with-alb.json

This file was deleted.

118 changes: 0 additions & 118 deletions deployments/aws/parameters/all-in-one-with-alb.json

This file was deleted.

114 changes: 0 additions & 114 deletions deployments/aws/parameters/jupyter-with-alb.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@
"ec2:AssociateRouteTable",
"ec2:CreateRoute",
"ec2:DisassociateRouteTable",
"ec2:DeleteRoute"
"ec2:DeleteRoute",
"ec2:DescribeAddresses",
"ec2:AssociateAddress",
"ec2:DisassociateAddress"
],
"Resource": "*",
"Effect": "Allow"
Expand Down
5 changes: 4 additions & 1 deletion deployments/aws/policies/ai-unlimited-workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@
"ec2:AssociateRouteTable",
"ec2:CreateRoute",
"ec2:DisassociateRouteTable",
"ec2:DeleteRoute"
"ec2:DeleteRoute",
"ec2:DescribeAddresses",
"ec2:AssociateAddress",
"ec2:DisassociateAddress"
],
"Resource": "*",
"Effect": "Allow"
Expand Down
Loading

0 comments on commit 50fb61e

Please sign in to comment.