GithubHelp home page GithubHelp logo

aws-scripts's People

Contributors

vbmacher avatar

Watchers

 avatar

aws-scripts's Issues

merge all scripts under single command

it is not good that we have several root scripts, like emr-start, codeartifact, etc. There should be one consolidated name pointing to aws scripts and all other services should be sub-commands, exactly as AWS CLI has.

Options name which can be considered:

  • awsome [service] [opions]
  • a [service] [options]
  • as [service] [options]
  • awsscripts [service] [options] - favourite
  • aws2 [service] [options]
  • awsex [service] [options]
  • awsc [service] [options] - favourite

Implement AWS accounts script

AWSome scripts should utilize configuration files instead of CLI parameters as AWS CLI does. One configuration file should contain default values for various AWS services which are usually repeated over and over, like subnets, security groups, etc.

It can be said that one configuration file describes values for one "account" or "profile". This kind of accounts/profiles are different to AWS profiles. Maybe there is better name for this concept to not interfere with AWS naming, but I'm out of ideas right now. The name of a configuration file defines one account/profile.

Configuration files should be stored in a directory, best under user home, e.g.: ~/.aws-scripts/accounts/.
As was mentioned, there can be multiple files in the config directory; each file represents an account. It's probably better to store accounts in a subdirectory /accounts since there might be a global config file for aws-scripts in the future.

Also, there should be possibility to define default profile. One idea is - if there exists an account with file name default.yaml(format TB determined) this one can be considered as default account. The default file can be created by symbolic link to real account file name.

Last thing - the management of configuration files (accounts) should be done with a script. The manipulation of accounts - CRUD and making default account should be fully automatic. Users should be just editing the files and filling the values in their accounts. We shall name the script aws-accounts

Implement configuration runner

it should have a DSL able to:

  • create cluster
  • EMR step submiting
  • terminate cluster
  • copy data across S3, HDFS
  • delete data based on dates (date=YYYY-MM-DD or year=xxxx/month=xx/day=xx)
  • iteration of EMR step submitting based on date range

Get rid of poetry

it is buggy and git-based dynamic versioning doesnt work. Use standard setup instead

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.