use this docker to build and deploy client apps to aws cloud.
178
use this docker to build and deploy client apps to aws cloud serverses.
base on node:alpine. pre installed: git, openssh, yarn, python3, aws-cli
to use the aws cli:
Supported environment variables
The AWS CLI supports the following environment variables:
AWS_ACCESS_KEY_ID – Specifies an AWS access key associated with an IAM user or role.
AWS_SECRET_ACCESS_KEY – Specifies the secret key associated with the access key. This is essentially the "password" for the access key.
AWS_SESSION_TOKEN – Specifies the session token value that is required if you are using temporary security credentials. For more information, see the Output section of the assume-role command in the AWS CLI Command Reference.
AWS_DEFAULT_REGION – Specifies the AWS Region to send the request to.
AWS_DEFAULT_OUTPUT – Specifies the output format to use.
AWS_DEFAULT_PROFILE – Specifies the name of the CLI profile with the credentials and options to use. This can be the name of a profile stored in a credentials or config file, or the value default to use the default profile. If you specify this environment variable, it overrides the behavior of using the profile named [default] in the configuration file.
AWS_CA_BUNDLE – Specifies the path to a certificate bundle to use for HTTPS certificate validation.
AWS_SHARED_CREDENTIALS_FILE – Specifies the location of the file that the AWS CLI uses to store access keys (the default is ~/.aws/credentials).
AWS_CONFIG_FILE – Specifies the location of the file that the AWS CLI uses to store configuration profiles (the default is ~/.aws/config).
or inject ~/.aws/credentials file
[default]
aws_access_key_id=****
aws_secret_access_key=****
Content type
Image
Digest
Size
63.1 MB
Last updated
over 7 years ago
docker pull niradler/aws-client-build