Skip to content

Commit

Permalink
Merge branch 'develop' into feature/rag-pipeline-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann authored Nov 12, 2024
2 parents 6bf4a03 + afad1a3 commit cc9ccf0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/models/model-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,13 @@ export class ModelsApi extends Construct {
new PolicyStatement({
effect: Effect.ALLOW,
actions: [
'ec2:TerminateInstances'
'ec2:TerminateInstances',
'ec2:CreateNetworkInterface',
'ec2:DescribeNetworkInterfaces',
'ec2:DescribeSubnets',
'ec2:DeleteNetworkInterface',
'ec2:AssignPrivateIpAddresses',
'ec2:UnassignPrivateIpAddresses'
],
resources: ['*'],
conditions: {
Expand Down

0 comments on commit cc9ccf0

Please sign in to comment.