nishigori / aws-deploy

Docker image including a lot of aws deployment tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image includes a lot of aws deployment tools

CircleCI Docker Hub GitHub License

The above libraries version is written in install_versions.txt

And there image has docker-daemon for ecs/eks, and runs on ci services (e.g. circleci)

Usage

$ docker run --rm -t \
    -v $HOME/.aws:/root/.aws:ro \
    nishigori/aws-deploy \
    aws --region us-east-1 health describe-events --max-items 1 | jq ".events[]"

{
  "arn": "arn:aws:health:global::event/AWS_IAM_OPERATIONAL_ISSUE_1529622992",
  "service": "IAM",
  "eventTypeCode": "AWS_IAM_OPERATIONAL_ISSUE",
  "eventTypeCategory": "issue",
  "region": "global",
  "startTime": 1529622992,
  "endTime": 1529623481,
  "lastUpdatedTime": 1529623588.832,
  "statusCode": "closed"
}

About

Docker image including a lot of aws deployment tools

License:MIT License


Languages

Language:Dockerfile 83.5%Language:Makefile 16.5%