{"id":19373583,"url":"https://github.com/aws-actions/amazon-eks-fargate","last_synced_at":"2025-04-23T17:30:31.351Z","repository":{"id":65159003,"uuid":"265685761","full_name":"aws-actions/amazon-eks-fargate","owner":"aws-actions","description":"Creates an EKS on Fargate cluster","archived":false,"fork":false,"pushed_at":"2021-10-13T14:44:30.000Z","size":20,"stargazers_count":55,"open_issues_count":4,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-16T22:01:22.152Z","etag":null,"topics":["amazon-eks","aws-fargate"],"latest_commit_sha":null,"homepage":"","language":"Shell","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-actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-20T21:04:44.000Z","updated_at":"2024-01-03T01:36:26.000Z","dependencies_parsed_at":"2023-01-08T22:24:20.830Z","dependency_job_id":null,"html_url":"https://github.com/aws-actions/amazon-eks-fargate","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"c8a7bf04b29be9fca4c44eb3e97b9f51a937b7d5"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-eks-fargate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-eks-fargate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-eks-fargate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-eks-fargate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-actions","download_url":"https://codeload.github.com/aws-actions/amazon-eks-fargate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223931121,"owners_count":17227192,"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":["amazon-eks","aws-fargate"],"created_at":"2024-11-10T08:29:57.228Z","updated_at":"2025-04-23T17:30:31.345Z","avatar_url":"https://github.com/aws-actions.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"## WIP: Amazon EKS on AWS Fargate GitHub Actions\n\nThis action allows to manage the lifecycle of an [Amazon EKS](https://aws.amazon.com/eks/) cluster running on [AWS Fargate](https://aws.amazon.com/fargate/).\n\nNOTE: this is work in progress, not yet usable.\n\n## Usage\n\nIn a GH Action file, for example, `.github/workflows/main.yaml`:\n\n```\non: [push]\n\njobs:\n  create_cluster:\n    runs-on: ubuntu-latest\n    name: Create an EKS on Fargate cluster\n    steps:\n    - name: Configure AWS credentials\n      uses: aws-actions/configure-aws-credentials@v1\n      with:\n        aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n        aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n        aws-region: eu-west-1\n    - name: Provision cluster\n      uses: aws-actions/amazon-eks-fargate@v0.1\n```\n\nOnce completed (after ca. 15min) connect to the EKS cluster by [updating your `kubeconfig`](https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html).\n\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n\n## Security Disclosures\n\nIf you would like to report a potential security issue in this project, please do not create a GitHub issue.  Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:aws-security@amazon.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-actions%2Famazon-eks-fargate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws-actions%2Famazon-eks-fargate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-actions%2Famazon-eks-fargate/lists"}