关于EC2配置文件的问题

0

【以下的问题经过翻译处理】 在EC2 CLI中,使用aws configure list命令可以显示配置文件。我使用export命令设置代理。但是如果我再次列出配置文件,它会显示空白值,好像配置文件没有设置一样。为什么?

profile picture
EXPERT
asked 5 months ago17 views
1 Answer
0

【以下的回答经过翻译处理】 请确保在配置代理时为元数据服务设置 "no proxy"。如果仍然失败,请使用aws cli的--debug选项进一步排除问题。可以使用以下命令查看详细信息:$ aws configure list --debug。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions