Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

hellofresh/docker-awscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Repository on Quay Dockerized aws-cli

This docker-alpine based image wraps the AWS CLI application.

Quick Start:

docker run \
  --rm \
  -it \
  -e AWS_DEFAULT_REGION="eu-west-1" \
  -e AWS_ACCESS_KEY_ID="${AWS_ACCESS_KEY_ID}" \
  -e AWS_SECRET_ACCESS_KEY="${AWS_SECRET_ACCESS_KEY}" \
  quay.io/hellofresh/awscli cloudwatch put-metric-data --metric-name ExampleCustomMetricsCounter --namespace "ExampleCustomMetrics" --value 1.57 --timestamp $(date --utc -Ins)

About

Dockerized AWS CLI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •