{"id":19024405,"url":"https://github.com/aws-solutions/operations-conductor","last_synced_at":"2025-04-17T10:33:27.936Z","repository":{"id":45316465,"uuid":"224018570","full_name":"aws-solutions/operations-conductor","owner":"aws-solutions","description":"This solution helps customers reduce operational complexity and enables administrators to quickly create manual, event-based or time-based triggers for managing resources.","archived":false,"fork":false,"pushed_at":"2022-11-10T21:08:08.000Z","size":161,"stargazers_count":12,"open_issues_count":0,"forks_count":11,"subscribers_count":18,"default_branch":"main","last_synced_at":"2023-03-04T02:25:09.334Z","etag":null,"topics":["aws","aws-solutions","aws-ssm","aws-ssm-document"],"latest_commit_sha":null,"homepage":"https://aws.amazon.com/solutions/implementations/operations-conductor/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aws-solutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-25T18:49:58.000Z","updated_at":"2023-02-10T08:31:42.000Z","dependencies_parsed_at":"2022-09-06T06:50:51.903Z","dependency_job_id":null,"html_url":"https://github.com/aws-solutions/operations-conductor","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-solutions%2Foperations-conductor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-solutions%2Foperations-conductor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-solutions%2Foperations-conductor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-solutions%2Foperations-conductor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-solutions","download_url":"https://codeload.github.com/aws-solutions/operations-conductor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223752488,"owners_count":17196806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-solutions","aws-ssm","aws-ssm-document"],"created_at":"2024-11-08T20:36:43.250Z","updated_at":"2024-11-08T20:36:44.025Z","avatar_url":"https://github.com/aws-solutions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Operations Conductor on AWS\n## Description\nOperations Conductor on AWS is a framework that provides an easy-to-use interface for automating and orchestrating operational tasks to manage AWS resources at scale.\n\n## Running unit tests for customization\n* Clone the repository, then make the desired code changes.\n```bash\ngit clone https://github.com/aws-solutions/operations-conductor.git\ncd operations-conductor\nexport OPS_CO_PATH=`pwd`\n```\n\n* Next, run unit tests to make sure added customization passees the tests.\n```bash\ncd $OPS_CO_PATH/deployment\nchmod +x ./run-unit-tests.sh\n./run-unit-tests.sh\n```\n\n## Building the customized solution\n* Configure the build paraemters.\n```bash\nexport DIST_OUTPUT_BUCKET=my-bucket-name # bucket where customized code will reside\nexport VERSION=my-version # version number for the customized code\nexport SOLUTION_NAME=operations-conductor # solution name for the customized code\n```\n_Note:_ You would have to create an S3 bucket with the prefix 'my-bucket-name-\u003caws_region\u003e' as whole Lambda functions are going to get the source codes from the 'my-bucket-name-\u003caws_region\u003e' bucket; aws_region is where you are deployting the customized solution (e.g. us-east-1, us-east-2, etc.).\n\n* Build the customized solution\n```bash\ncd $OPS_CO_PATH/deployment\nchmod +x ./build-s3-dist.sh\n./build-s3-dist.sh $DIST_OUTPUT_BUCKET $SOLUTION_NAME $VERSION\n```\n\n* Deploy the source codes to an Amazon S3 bucket in your account. _Note:_ You must have the AWS Command Line Interface installed and create the Amazon S3 bucket in your account prior to copy source codes.\n```bash\nexport AWS_REGION=us-east-1 # the AWS region you are going to deploy the solution in your account.\nexport AWS_PROFILE=default # the AWS Command Line Interface profile\n\naws s3 cp $OPS_CO_PATH/deployment/global-s3-assets/ s3://$DIST_OUTPUT_BUCKET-$AWS_REGION/operations-conductor/$VERSION/ --recursive --acl bucket-owner-full-control --profile $AWS_PROFILE\naws s3 cp $OPS_CO_PATH/deployment/regional-s3-assets/ s3://$DIST_OUTPUT_BUCKET-$AWS_REGION/operations-conductor/$VERSION/ --recursive --acl bucket-owner-full-control --profile $AWS_PROFILE\n```\n\n## Deploying the customized solution\n* Get the link of the operations-conductor.template uploaded to your Amazon S3 bucket.\n* Deploy the Operations Conductor solution to your account by launching a new AWS CloudFormation stack using the link of the operations-conductor.template.\n\n## Collection of operational metrics\nThis solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/operations-conductor/welcome.html).\n\n***\n\nCopyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nor in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-solutions%2Foperations-conductor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws-solutions%2Foperations-conductor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-solutions%2Foperations-conductor/lists"}