Lately I started to grow interest in AWS. Since I work with IntelliJ in my work place I would love it if I could keep on using it at home as well.
最近我开始对AWS产生兴趣。既然我在工作场所和IntelliJ一起工作,我就会喜欢它,如果我能继续在家里使用它的话。
Which leads me to my question - I installed IntelliJ and I would like to know what else should I install and configure in order to get my environment running. I have seen the following in a few posts regarding other topics -
这就引出了我的问题——我安装了IntelliJ,我想知道为了让我的环境运行,我还应该安装和配置什么。我在一些关于其他话题的文章中看到过以下内容
AWS经理
Java SDK
Am I missing anything? Am I installing something un-needed? Any configuration I should do? Any other tips you would like to share with me?
我错过什么吗?我在安装不需要的东西吗?我需要做什么配置?你还有什么建议想和我分享吗?
Thanks!
谢谢!
1 个解决方案
#1
1
Take a look at this document here - http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html
看看这里的这个文档——http://docs.aws.amazon.com/sdk-for java/v1/developer-guide/credentials.html
The correct name for the secret key variable is AWS_SECRET_KEY.
秘密密钥变量的正确名称是AWS_SECRET_KEY。
Using CLI limits you to work with a single Amazon account. And if that is not the case with you, you should not use CLI.
使用CLI限制您使用单个Amazon帐户。如果您不是这种情况,您不应该使用CLI。
Options 1 and 2 allows to set these credentials per project with different AWS accounts outside the project codebase. Go for those options instead.
选项1和2允许使用项目代码库之外的不同AWS帐户为每个项目设置这些凭据。选择那些选项。
#1
1
Take a look at this document here - http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html
看看这里的这个文档——http://docs.aws.amazon.com/sdk-for java/v1/developer-guide/credentials.html
The correct name for the secret key variable is AWS_SECRET_KEY.
秘密密钥变量的正确名称是AWS_SECRET_KEY。
Using CLI limits you to work with a single Amazon account. And if that is not the case with you, you should not use CLI.
使用CLI限制您使用单个Amazon帐户。如果您不是这种情况,您不应该使用CLI。
Options 1 and 2 allows to set these credentials per project with different AWS accounts outside the project codebase. Go for those options instead.
选项1和2允许使用项目代码库之外的不同AWS帐户为每个项目设置这些凭据。选择那些选项。