Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setup Amazon account on Intellij

I would like to setup mu Amazon account on Intellij AWS plugin. I want to be able to access S3 and EC2. I have the Intellij AWS plugin installed, but I can't figure out how to login with my Amazon credentials.

As you can see here (image below), I can choose an account, but I can't figure out where to set it up.

Screenshot:
enter image description here

like image 598
Ariel Voskov Avatar asked Jun 12 '14 08:06

Ariel Voskov


People also ask

How do I connect IntelliJ IDEA to AWS CLI?

IntelliJ IDEA uses credential files to connect to an AWS account similar to the AWS Command Line Interface (CLI). If you already have AWS CLI or other AWS tools configured on your machine, IntelliJ IDEA may detect your configuration file and automatically connect to your account.

How do I log in to my IntelliJ IDEA account?

In the Licenses dialog that opens when you start IntelliJ IDEA, select the Start trial option and click Log in to JetBrains Account. You will be redirected to the JetBrains Account website.

How do I run a Java program in IntelliJ using Amazon corretto?

To run our Java program in IntelliJ we must first configure the “Structure for New Projects” to use Amazon Corretto OpenJDK. In Project SDK, locate the installation of Amazon Corretto in your computer. Revisit the installation part in this tutorial if you need to.

Do I need a license to use IntelliJ IDEA?

You can evaluate IntelliJ IDEA Ultimate for up to 30 days. After that, buy and register a license to continue using the product. IntelliJ IDEA Community Edition and IntelliJ IDEA Edu are free and can be used without any license. You cannot upgrade to IntelliJ IDEA Ultimate: download and install it separately as described in Install IntelliJ IDEA.


1 Answers

  1. Open Settings dialog (File->Settings).
  2. In AWS->Accounts section create a new account and enter account number, access key ID and secret access key. (You can get them in your AWS account profile)
  3. Press "Test Connection" button to verify that your settings are correct.
  4. Press "Apply" after you are finished.
like image 50
yairo Avatar answered Sep 26 '22 06:09

yairo