All Projects → aws-actions → amazon-eks-fargate

aws-actions / amazon-eks-fargate

Licence: Apache-2.0 license
Creates an EKS on Fargate cluster

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to amazon-eks-fargate

eksphemeral
A simple Amazon EKS manager for ephemeral clusters
Stars: ✭ 68 (+58.14%)
Mutual labels:  aws-fargate, amazon-eks
devops-tf-eks
terraform baked AWS kubernetes cluster (EKS) - 1.18 compatible
Stars: ✭ 16 (-62.79%)
Mutual labels:  amazon-eks
aws-ecs-orb
An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
Stars: ✭ 48 (+11.63%)
Mutual labels:  aws-fargate
krossboard
📊 Krossboard is a Multi-cluster, Cross-Cloud & Cross-Distribution Kubernetes Usage Accounting & Analytics. Actively tested against Amazon EKS, Microsoft AKS, Google GKE, Red Hat OpenShift, & vanilla distros.
Stars: ✭ 30 (-30.23%)
Mutual labels:  amazon-eks
ecs composex
Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
Stars: ✭ 79 (+83.72%)
Mutual labels:  aws-fargate
Awesome Ecs
A curated list of awesome ECS guides, development tools, and resources
Stars: ✭ 2,672 (+6113.95%)
Mutual labels:  aws-fargate
Amplify Cli
The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Stars: ✭ 2,399 (+5479.07%)
Mutual labels:  aws-fargate
e9-cloudformation-docker-ecs
Docker on Amazon ECS with AWS Fargate using CloudFormation. https://devteds.com/episodes/9-docker-on-amazon-ecs-using-cloudformation
Stars: ✭ 78 (+81.4%)
Mutual labels:  aws-fargate
webneko-blog
✍️ Technical Blog written by @jiyuujin
Stars: ✭ 14 (-67.44%)
Mutual labels:  aws-fargate
amazon-ecs-exec-checker
🚀 Pre-flight checks for ECS Exec
Stars: ✭ 364 (+746.51%)
Mutual labels:  aws-fargate
terraform-aws-ecs-fargate-task-definition
AWS ECS Fargate Task Definition Terraform Module
Stars: ✭ 20 (-53.49%)
Mutual labels:  aws-fargate
cdk-github-actions-runner
Deploy self-hosted GitHub Actions runner to AWS Fargate using AWS Cloud Development Kit (CDK)
Stars: ✭ 89 (+106.98%)
Mutual labels:  aws-fargate
nexus-oss-on-aws
Deploy Sonatype Nexus Repository OSS on AWS with well architecture.
Stars: ✭ 51 (+18.6%)
Mutual labels:  amazon-eks

WIP: Amazon EKS on AWS Fargate GitHub Actions

This action allows to manage the lifecycle of an Amazon EKS cluster running on AWS Fargate.

NOTE: this is work in progress, not yet usable.

Usage

In a GH Action file, for example, .github/workflows/main.yaml:

on: [push]

jobs:
  create_cluster:
    runs-on: ubuntu-latest
    name: Create an EKS on Fargate cluster
    steps:
    - name: Configure AWS credentials
      uses: aws-actions/configure-aws-credentials@v1
      with:
        aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
        aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
        aws-region: eu-west-1
    - name: Provision cluster
      uses: aws-actions/[email protected]

Once completed (after ca. 15min) connect to the EKS cluster by updating your kubeconfig.

License

This project is licensed under the Apache-2.0 License.

Security Disclosures

If 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 or email AWS security directly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].