Skip to content

Commit

Permalink
Clean-up opta flyte.yaml (#2161)
Browse files Browse the repository at this point in the history
* remove sqs & sns setup from opta

Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Mar 10, 2022
1 parent d13a3ee commit e670453
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions opta/aws/flyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ modules:
- name: s3
type: aws-s3
bucket_name: "{parent_name}-{layer_name}"
- name: notifcationsQueue
type: aws-sqs
- name: schedulesQueue
type: aws-sqs
- name: topic
type: aws-sns
sqs_subscribers:
- "${{module.notifcationsQueue.queue_arn}}"
- name: adminflyterole
type: aws-iam-role
extra_iam_policies:
Expand All @@ -29,9 +21,6 @@ modules:
service_name: "*"
links:
- s3: ["write"]
- notifcationsQueue
- schedulesQueue
- topic
- name: userflyterole
type: aws-iam-role
extra_iam_policies:
Expand Down

0 comments on commit e670453

Please sign in to comment.