// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: CC-BY-SA-4.0 # Introduction This page has instructions to set-up AWS SNS topics and subscriptions into AWS SQS. - [Introduction](#introduction) - [Installation](#installation) - [Clean-up](#clean-up) ## Installation Run this command to create topics, subscriptions queue for **Orchestration** pattern. ```bash git clone ${GIT_URL}/amazon-eks-saga-orchestration-aws cd amazon-eks-saga-orchestration-aws/scripts ./orchestration.sh ${REGION_ID} ${ACCOUNT_ID} ``` ## Clean-up To clean up after the **Orchestration** demo, run this command. ```bash git clone ${GIT_URL}/amazon-eks-saga-orchestration-aws cd amazon-eks-saga-orchestration-aws/scripts ./cleanup.sh ${REGION_ID} ${ACCOUNT_ID} O ```