The response of the Describe instances operation is now populated with CPU instances details.
Amazon EC2 Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for Amazon Elastic Compute Cloud (Amazon EC2 Connector) provides scalable computing capacity in the Amazon Web Services (AWS) cloud. Amazon EC2 Connector provides connectivity to the Amazon EC2 API enabling you to interface with Amazon EC2 to launch as many virtual servers as you need, configure security and networking, and manage storage.
Guide: Amazon EC2 Connector
Reference: Amazon EC2 Connector Reference
2.5.8
August 22, 2024
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.969 |
OpenJDK |
8, 11, and 17 |
Anypoint Studio |
7.0 and later |
Fixed Issues
Issue Resolution | ID |
---|---|
W-13218646 |
2.5.7
April 19, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.969 |
OpenJDK |
8, 11, and 17 |
Anypoint Studio |
7.0 and later |
2.5.6
May 2, 2023
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.969 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.0 and later |
Fixed Issues
Issue Resolution | ID |
---|---|
Upgraded the Jackson Core library from com.fasterxml.jackson.core:jackson-core:2.13.1 to com.fasterxml.jackson.core:jackson-core:2.15.0. |
W-12665445 |
2.5.5
October 27, 2022
What’s New
-
The Jackson Databind library is updated to
com.fasterxml.jackson.core:jackson-databind:2.13.2.2
.
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.969 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.0 and later |
Fixed Issues
Issue | ID |
---|---|
The Jackson Databind library is updated from |
W-11845801 |
2.5.3
April 11, 2022
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.969 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.0 and later |
Fixed Issues
Issue | ID |
---|---|
Fixed reported security vulnerabilities by upgrading the Jackson Databind library from |
W-10920456 |
2.5.2
January 11, 2022
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.969 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.0 and later |
Fixed Issues
Issue | ID |
---|---|
Updated the |
CONN-9825 |
2.5.1
September 10, 2021
What’s New
-
Upgraded the Amazon SDK for Java dependency to version 1.11.969.
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.969 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.0 and later |
Fixed Issues
Issue | ID |
---|---|
The exception handler incorrectly wrapped errors to the |
CONN-8787 |
2.5.0
2.4.1
February 11, 2021
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.946 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.0 and later |
2.4.0
November 25, 2020
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.816 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.0 and later |
Features
-
Added the following new fields to the Modify Image Attribute operation:
-
Description, which describes the Amazon Machine Image (AMI)
-
Launch Permissions, which contains launch permissions for the AMI
-
Product codes, which contains DevPay product codes for the AMI
For more information about these fields, see the Reference.
-
-
Updated multiple libraries to the latest versions.
2.3.1
June 17, 2020
Compatibility
Application/Service | Version |
---|---|
Mule Runtime |
4.1.1 and later |
AWS SDK for Java |
v1.11.799 |
Java |
1.8.0_x |
Anypoint Studio |
7.0 and later |
Fixed in this Release
-
The
Assign IPv6 Addresses
operation had both input parameters marked as optional (CONN-6208) -
The
Describe image attribute
operationAttribute
input parameter was not indicated as required (CONN-6211) -
Get console output
sometimes produced ajava.lang.NullPointerException
error when the EC2 instance was stopped (CONN-6212)