ecs-cli registry-creds
Facilitates the creation and use of private registry credentials within Amazon ECS. For more information, see Private registry authentication for tasks.
Some features described might only be available with the latest version of the Amazon ECS CLI. For more information about obtaining the latest version, see Installing the Amazon ECS CLI.
Syntax
ecs-cli registry-creds [--region
region
] [--cluster-config
cluster_config_name
] [--ecs-profile
ecs_profile
] [--aws-profile
aws_profile
] [--help]
[subcommand
]
[arguments
] [--help]
Options
Name |
Description |
---|---|
|
Specifies the AWS Region to use. Defaults to the cluster configured using the configure command. Type: String Required: No |
|
Specifies the name of the Amazon ECS cluster configuration to use. Defaults to the cluster configuration set as the default. Type: String Required: No |
|
Specifies the name of the Amazon ECS profile configuration to use. Defaults to the profile configured using the configure profile command. Type: String Required: No |
|
Specifies the AWS profile to use. Enables you to use the AWS credentials from an existing named profile in Type: String Required: No |
|
Specifies the Amazon ECS cluster name to use. Defaults to the cluster configured using the configure command. Type: String Required: No |
|
Shows the help text for the specified command. Required: No |
Available Subcommands
The ecs-cli registry-creds command supports the following
subcommands. Each of these subcommands has their own flags associated with them, which
can be displayed using the --help
flag.
- up
-
Generates AWS Secrets Manager secrets and an IAM task execution role for use in an Amazon ECS task definition. For more information, see ecs-cli registry-creds up.
- help
-
Shows the help text for the specified command.