{"id":15752700,"url":"https://github.com/devigned/cf-service-fabric","last_synced_at":"2026-01-11T01:29:57.167Z","repository":{"id":145071236,"uuid":"72131407","full_name":"devigned/cf-service-fabric","owner":"devigned","description":"cloud formation service fabric demo","archived":false,"fork":false,"pushed_at":"2016-11-15T00:14:29.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T12:13:35.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devigned.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-27T17:23:31.000Z","updated_at":"2016-10-27T17:23:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b9b5405-a4b8-45f8-bc34-f3be68bd52c8","html_url":"https://github.com/devigned/cf-service-fabric","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"29bd58a060b1e1d42bc502cf39656099497bb020"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fcf-service-fabric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fcf-service-fabric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fcf-service-fabric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fcf-service-fabric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devigned","download_url":"https://codeload.github.com/devigned/cf-service-fabric/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246431763,"owners_count":20776281,"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":[],"created_at":"2024-10-04T07:04:17.457Z","updated_at":"2026-01-11T01:29:57.142Z","avatar_url":"https://github.com/devigned.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Service Fabric Cloud Formation Recipe\nThis project contains an AWS Cloud Formation recipe which will\nprovision an auto-scaling group containing a Service Fabric cluster.\n\n## Getting Started\n- install awscli\n- add your public key to AWS \"Key Pairs\" on the EC2 dashboard\n- clone the repository\n- `cd` into the cloned repository\n- run `aws cloudformation create-stack --stack-name foo-stack --template-body file://./service-fabric-cluster.yaml --parameters ParameterKey=KeyName,ParameterValue=your_key_name --capabilities CAPABILITY_IAM`\n\nThe above steps should start a deployment of 5 machines within an auto-scale\ngroup.\n\n## Tearing Down\n- run `aws cloudformation delete-stack --stack-name foo-stack`\n\n## Recipe Parameters\nThe recipe picks sane defaults, but you may want to tweak them to fit \nyour specific needs.\n\n- KeyName (**required**)\n    - Name of an existing EC2 KeyPair to enable SSH access to the Service Fabric Cluster\n- DiskType (default: ssd enabled ebs)\n    - Type of disk that will be backing the cluster instances\n    - AllowedValues:\n        - ephemeral\n        - ebs\n- SFClusterSize (default: 5)\n    - Number of nodes in the Service Fabric cluster\n- SFInstanceType (default: m4.large)\n    - Type of EC2 instance for Service Fabric\n    - AllowedValues:\n        - m4.large\n        - m4.xlarge\n        - m4.2xlarge\n        - m4.4xlarge\n        - c4.large\n        - c4.xlarge\n        - c4.2xlarge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fcf-service-fabric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevigned%2Fcf-service-fabric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fcf-service-fabric/lists"}