Giter Site home page Giter Site logo

ecsy's People

Contributors

mtahv3 avatar nnnnathann avatar samuraiseoul avatar sowjanya avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pathcl

ecsy's Issues

Functional Exec (all the way through)

Right now, exec currently just shells into the host EC2 instance, it would be ideal if you could just choose one of the instances on which the service is running and shell into it directly, basically the equivalent of running docker exec -it [containerid] [command] but from your remote local

This also means the current functionality of exec could be re-used as a general host ssh, which is sometimes useful

[FEATURE] Simplified Declarative Services

Simplified declarative configuration for ECS resources

It would be nice to have a declarative format similar to a CloudFormation template, but simplified to just what we need for an ECS Service and Task:

{
    "services": [
        {
            "ingress": "http",
            "cluster": "oberd-qa",
            "name": "oberd-api",
            "ecr": "oberd/oberd-api",
            "port": "3560"
        },
        {
            "cluster": "oberd-qa",
            "name": "oberd-api",
            "ecr": "oberd/oberd-api",
            "ingress": "schedule",
            "schedule": "rate(1 day)",
            "command": "php daily_cron.php"
        },
        {
            "ingress": "http",
            "cluster": "oberd-prod",
            "name": "oberd-api",
            "ecr": "oberd/oberd-api",
            "port": "3560"
        }
    ]
}

Environment Variables

Add ability to set environment variables on a service interactively:

ecsy env get [cluster-name] [service]
Returns currently configured environment variables for the running task definition rev on the service
ecsy env set [cluster-name] [service] ENV_VAR_NAME value
Clones currently deployed task definition, modifying it to include the env var setting, and deploys to the service
ecsy env rm [cluster-name] [service] ENV_VAR_NAME
Removes an environment variable from the config and re-deploys the service

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.