[
https://issues.apache.org/jira/browse/NETBEANS-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862901#comment-16862901
]
Pete Whelpton commented on NETBEANS-2400:
-----------------------------------------
So the crux of the failure is that the version of the AWS SDK that NB11.0 uses
(1.2.1) doesn't support signing requests with the AWS SDK Sginature v4, which
is needed for newer regions (Ohio, Central, Mumbai, Seoul, Frankfurt, London,
Beijing) as described here:
[https://docs.aws.amazon.com/general/latest/gr/signature-version-2.html]
The use the lasted v1 Amazon SDK module in NB would need to be updated to
include the following libraries/dependencies:
* aws-java-sdk-elasticbeanstalk-1.11.569
* aws-java-sdk-core-1.11.569
* commons-codec-1.10
* commons-logging-1.1.3
* httpclient-4.5.5
* httpcore-4.4.9
* ion-java-1.0.2
* jackson-annotations-2.6.0
* jackson-core-2.6.7
* jackson-databind-2.6.7.2
* jackson-dataformat-cbor-2.6.7
* jmespath-java-1.11.569
* joda-time-2.8.1
commons-codec is currently provided via the org.apache.commons.codec module,
but it is an older version (1.3)
commons-logging is currently provided by org.apache.commons.logging module, but
it is an older version (1.1.1)
> AWS Cloud missing Region: US East(OHIO) Region
> ----------------------------------------------
>
> Key: NETBEANS-2400
> URL: https://issues.apache.org/jira/browse/NETBEANS-2400
> Project: NetBeans
> Issue Type: Bug
> Components: core
> Affects Versions: 11.0
> Environment: Windows 10
> Reporter: Robert Campbell
> Priority: Major
> Labels: AWS, Region
>
> in Add Cloud Provider Step 2 "Amazon Beanstalk" The Region: "US East (OHIO)
> Region" is not available as an option. Is there an XML file or configuration
> file I need to update to get this option ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists