Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. AWS Toolkit for Eclipse

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

AWS Toolkit for Eclipse

AWS Toolkit for Eclipse
179
20

Details Group Tabs

Details

The AWS Toolkit for Eclipse will reach end of life on May 31, 2023. Go to the Toolkit repo on GitHub to view more details.

The AWS Toolkit for Eclipse is an open source plug-in for the Eclipse Java IDE that makes it easier for developers to develop, debug, and deploy Java applications using Amazon Web Services. With the AWS Toolkit for Eclipse, you"ll be able to get started faster and be more productive when building AWS applications. Having problems with installing or using the AWS Toolkit for Eclipse? Here are some useful links:

  • Homepage
  • User Guide
  • Getting Started
  • Blog Posts
  • Cut an Issue
  • Troubleshooting
Categories:
  • Build and Deploy
Additional Details
Organization Name: 
Amazon Web Services
Development Status: 
Production/Stable
Date Created: 
Mon, 2009-04-06 09:09
License: 
Apache 2.0
Date Updated: 
Wed, 2023-02-15 15:48
Submitted by: 
Amazon Web Services
Metrics
DateRankingInstallsClickthroughs
March 2023NA0 (0%)16
February 2023106/668422 (0.13%)30
January 202370/677766 (0.22%)8
December 202266/805751 (0.22%)29
November 202283/808715 (0.18%)10
October 202282/811704 (0.19%)17
September 202273/812827 (0.21%)13
August 202276/808721 (0.2%)20
July 202275/816749 (0.21%)25
June 202281/810717 (0.18%)20
May 202289/810693 (0.16%)15
April 202280/817830 (0.2%)15
March 2022NA9510
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
Wednesday, February 15, 2023 - 00:12

Reviews Sign in to post reviews

ocaro's picture

Generates outdated projects with security vulnerabilities

Submitted by Orlando Caro on Sat, 2021-08-07 16:43

The toolkit creates Maven projects with outdated plugins and dependencies including the legacy AWS SDK 1.x. The dependencies have critical security vulnerabilities.

Make sure to clean up your project.

mvn versions:display-plugin-updates

mvn versions:display-dependency-updates

mvn ossindex:audit

 

mlaris's picture

This Plugin No Longer Works in Eclipse 20-09 and Later

Submitted by MIchael Laris on Sun, 2021-01-24 10:28

This plugin no longer works with any version of Eclipse that uses a Java version newer than Java 1.8.  The reason for this failure is the fact that JAXB was removed in Java 11 from the JAVAX package.  The updates made subsequentlyy do not work.  I have "upgraded" to this latest version, and I still cannot deploy my application to Elastic Beanstalk. 

I have even attempted to pull the source from GitHub and go through the rather complicated build process in an attempt to get my environment working again.  While the build process may be simple for some who are used to the intricitcies of builting Eclipse plugins, it is most certainly not simple for me, and I have spent several weekends attempting to get that code to work, all to no avail.

Quite frankly, AWS should be ashamed that they have allowed this plugin to remain in the Marketplace as badly broken as it is. 

aservices's picture

Instead of asking questions

Submitted by Amazon Web Services on Tue, 2019-07-23 16:02

Instead of asking questions here, please file issues on our GitHub repository: https://github.com/aws/aws-toolkit-eclipse/issues . This will help us greatly in assisting you.

Thanks!

nkandimalla7es's picture

Unable to install AWS ToolKit on Oxygen.3 Release (4.7.3)

Submitted by Naren Kandimalla on Mon, 2019-04-08 16:00

Eclipse Java EE IDE for Web Developers.  Version: Oxygen.3 Release (4.7.3)  Build id: 20180308-1800

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: d26s2n2rcct4v5.cloudfront.net/plugins/com.amazonaws.eclipse.ec2_1.1.0.v201807201743.jar.

aservices's picture

Re: Unable to install AWS ToolKit on Oxygen.3 Release (4.7.3)

Submitted by Amazon Web Services on Tue, 2019-07-23 16:01

This appears to be a transient networking issue. If you are still experiencing problems, please create a new issue on our GitHub repository: https://github.com/aws/aws-toolkit-eclipse. Thanks.

sghadiyaram's picture

Unable to read repository error is thrown after I try to install

Submitted by Satyanarayana Murthy Ghadiyaram on Sat, 2019-01-19 12:03

The error is as follows

Unable to read repository at aws.amazon.com/eclipse/site.xml/content.xml.
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

aservices's picture

Re: Unable to read repository error is thrown

Submitted by Amazon Web Services on Tue, 2019-07-23 15:59

It appears that your repository URL is invalid. The "/content.xml" portion should not be there. Could you try again with " https://aws.amazon.com/eclipse "? If you are still encountering issues, please open an issue on our GitHub repository at https://github.com/aws/aws-toolkit-eclipse. Thanks.

aripari's picture

Cannot complete install on STS 3.9.5

Submitted by Andre Ripari on Thu, 2018-07-26 16:40

Cannot complete the install because one or more required items could not be found.
Software currently installed: AWS Toolkit for Eclipse Core (Required) 2.3.1.v201807201743 (com.amazonaws.eclipse.core.feature.feature.group 2.3.1.v201807201743)
Missing requirement: AWS Toolkit Core Plugin 2.3.1.v201807201743 (com.amazonaws.eclipse.core 2.3.1.v201807201743) requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))' but it could not be found
Cannot satisfy dependency:
From: AWS Toolkit for Eclipse Core (Required) 2.3.1.v201807201743 (com.amazonaws.eclipse.core.feature.feature.group 2.3.1.v201807201743)
To: org.eclipse.equinox.p2.iu; com.amazonaws.eclipse.core [2.3.1.v201807201743,2.3.1.v201807201743]

aservices's picture

Re: Cannot complete install on STS 3.9.5

Submitted by Amazon Web Services on Mon, 2018-07-30 13:28

If seems you were missing some required plugins on your Eclipse platform. We recommend to use Eclipse Java EE (from the page https://www.eclipse.org/downloads/packages/) as the platform to best support the dependencies. For other Eclipse platforms, you can always install the required plugin separately. Let us know if you still see this problem.

mscalas's picture

Re: Re: Cannot complete install on STS 3.9.5

Submitted by Mario Scalas on Sun, 2018-09-16 09:09

The error happens with Spring Tool Suite (STS) 3.9.5; with vanilla Eclipse for JEE Developers it doesn't happen (AWS plugins install just fine). It'a bit annoying since I have to install STS plugins on the new Eclipse installation but at least I can use the AWS plugins ;)

rkarn's picture

Eclipse Mars.2 Release (4.5.2) does not shows AWS tool kit icon

Submitted by Rakesh Karn on Mon, 2017-11-20 10:35

After successfully installation of aws toolkit plugin in Mars.2 Release (4.5.2), the AWS icon is now showing in eclipse tool bar. The AWS option is also not visible in perspective window. Please help me out.

 

 

ggeffen's picture

Tried installing the full fledged version on Oxygen and failed

Submitted by Gadi Geffen on Thu, 2017-09-14 04:45

I got the following error message:

Cannot complete the install because one or more required items could not be found.
Software currently installed: Amazon RDS Management 1.0.0.v201709081818 (com.amazonaws.eclipse.rds.feature.feature.group 1.0.0.v201709081818)
Missing requirement: Amazon Relational Database Service (RDS) Plugin 1.0.0.v201709081818 (com.amazonaws.eclipse.rds 1.0.0.v201709081818) requires 'bundle org.eclipse.datatools.connectivity.ui.dse 1.1.0' but it could not be found
Cannot satisfy dependency:
From: Amazon RDS Management 1.0.0.v201709081818 (com.amazonaws.eclipse.rds.feature.feature.group 1.0.0.v201709081818)
To: com.amazonaws.eclipse.rds [1.0.0.v201709081818]

aservices's picture

Re: Tried installing the full fledged version on Oxygen and fail

Submitted by Amazon Web Services on Tue, 2017-11-14 16:14

Hi Geffen, can you cut an issue in here https://github.com/aws/aws-toolkit-eclipse/issues for better tracking?

From the error message, it seems that you are missing one of the required plugin DTP RDS is depending on. Can you install the DTP plugins first in here https://marketplace.eclipse.org/content/eclipse-dtp-data-tools-platform? AFAIK, at least since Eclipse Luna, this plugin is by default in the Eclipse EE distribution. What Eclipse distribution are you using?

tfonseca's picture

Cannot complete the install: Required items not found

Submitted by Tarcisio Fonseca on Tue, 2016-11-29 11:12

I have almost the same problem

Cannot complete the install because one or more required items could not be found.
Software currently installed: AWS Simple Workflow Tools 1.0.0.v201202211329 (com.amazonaws.eclipse.simpleworkflow.feature.feature.group 1.0.0.v201202211329)
Missing requirement: AWS Simple Workflow Tools 1.0.0.v201202211329 (com.amazonaws.eclipse.simpleworkflow 1.0.0.v201202211329) requires 'bundle org.eclipse.jdt.apt.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: AWS Simple Workflow Tools 1.0.0.v201202211329 (com.amazonaws.eclipse.simpleworkflow.feature.feature.group 1.0.0.v201202211329)
To: com.amazonaws.eclipse.simpleworkflow [1.0.0.v201202211329]

ashrivastavaff4's picture

DynamoDB View Broken

Submitted by Abhinav Shrivastava on Sun, 2016-08-21 13:15

Dear team,

The DynamoDB component seems to be broken. I am unable to access my tables as the Amazon DynamoDB option does not show up in the AWS Explorer. Please sort this issue out.

sshaikhr12's picture

Not able to install AWS Toolkit for Eclipse

Submitted by Shadman Shaikh on Sun, 2016-05-01 11:07

Hello Team,

I am trying to install the AWS Toolkit but when i drag and drop the given (install) image to my eclipse workspace (the directory), it is copied as an html file. And when i open the HTML file, i am back to this page. can you suggest where i am going wrong ? I am using ADT version (Build: v21.0.1-543035) with eclipse platform version 4.2.1

Thanks in advance !!

Shadman

bdudley's picture

Public IP address

Submitted by Ben Dudley on Wed, 2016-02-10 15:27

Great plugin... but the image type we use (m4.xlarge) does not have a Public DNS Name. Is it possible to display the Public IP Address instead?

dsistrunk's picture

Cannot complete the install: Required items not found

Submitted by Daryl Sistrunk on Wed, 2015-01-28 21:07

Cannot complete the install because one or more required items could not be found.
Software currently installed: Amazon RDS Management 1.0.0.v201501061106 (com.amazonaws.eclipse.rds.feature.feature.group 1.0.0.v201501061106)
Missing requirement: RDS 1.0.0.v201501061106 (com.amazonaws.eclipse.rds 1.0.0.v201501061106) requires 'bundle org.eclipse.datatools.connectivity.ui.dse 1.1.0' but it could not be found
Cannot satisfy dependency:
From: Amazon RDS Management 1.0.0.v201501061106 (com.amazonaws.eclipse.rds.feature.feature.group 1.0.0.v201501061106)
To: com.amazonaws.eclipse.rds [1.0.0.v201501061106]

aservices's picture

Hey Daryl, sorry you had

Submitted by Amazon Web Services on Fri, 2015-01-30 13:38

Hey Daryl, sorry you had problems with the install. From the error message, it looks like the Data Tools Platform (DTP) plugins aren't installed yet. If you start with the Java EE distro of Eclipse, then you should have all the requirements for all the AWS plugins. Otherwise, if you want to install DTP manually, you should be able to search for it in the Eclipse Marketplace.

We'll take a look and see if we can clean up our update site manifest so that Eclipse automatically finds DTP if it's missing.

Let us know if that still doesn't help with your problem, and we'll keep digging deeper.

jtirion's picture

Problem with DTP still exists in (clean) LiClipse

Submitted by Jeroen Tirion on Wed, 2016-10-19 08:03

Today I installed LiClipse ("Lightweight Eclipse") because of some issues with my regular Eclipse Neon installation.
The installation of the AWS Toolkit failed with the same exact error. I was able to fix it by first installing the Eclipse DTP as suggested above. But as LiClipse is not Eclipse, this didn't go smoothly either.

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Azure Toolkit for Eclipse
  • JRebel and XRebel for Eclipse
  • JavaCC Eclipse Plug-in
  • mBProfiler
  • M2E Settings

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top