mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-27 05:34:25 +00:00
chore(letsencrypt): create valid certificates
This commit is contained in:
@@ -32,6 +32,9 @@ export AWS_PROFILE='work'
|
||||
aws configure set 'cli_auto_prompt' 'on-partial'
|
||||
export AWS_CLI_AUTO_PROMPT='on'
|
||||
|
||||
# Check the current configuration.
|
||||
aws configure list
|
||||
|
||||
# Clear cached credentials.
|
||||
rm -r ~'/.aws/cli/cache'
|
||||
```
|
||||
@@ -102,6 +105,10 @@ aws rds describe-db-instances
|
||||
aws rds describe-db-instances --output 'json' --query "DBInstances[?(DBInstanceIdentifier=='master-prod')]"
|
||||
|
||||
|
||||
# List hosted zones.
|
||||
aws route53 list-hosted-zones
|
||||
|
||||
|
||||
# List all SageMaker EndpointConfigurations' names.
|
||||
aws sagemaker list-endpoint-configs --output 'yaml-stream' | yq -r '.[].EndpointConfigs[].EndpointConfigName' -
|
||||
aws sagemaker list-endpoint-configs --output 'yaml-stream' --query 'EndpointConfigs[].EndpointConfigName' | yq -r '.[].[]' -
|
||||
|
||||
Reference in New Issue
Block a user