Skip to content
#

amazon

Here are 1,381 public repositories matching this topic...

farhanhubble
farhanhubble commented Apr 2, 2020

Lately running into too many Sagemaker issues. Is there any unambiguous documentation on Sagemakers Instances? I could glean the following from different sources:

  1. Sagemaker Instances, Sagemaker being a managed service, have nothing to do with EC2 instances.
  2. Unlike EC2 console, Sagemaker console has no option to view limits or increase limits. One has to go directly to the support page a
getjack
getjack commented Oct 29, 2019

The class AWSCredentialsProviderChain implements the Interface AWSCredentialsProvider thus the JavaDocs are impliticly copied from that interface. The implementation of the getCredentials method in the mention class throws an SdkClientException if the method fails to get credentials from any source but this behavior is not mentioned in any documentation.

I'd either expect the interface to give

mandrews4
mandrews4 commented May 1, 2020

I'm using vagrant 2.2.6 in a WSL (Windows Services for Linux) Ubuntu environment installed on Windows 10.

Please update the book example of the Vagrantfile on page 241 of the pdf to reflect github:

4 Vagrant.configure(2) do |config|
5 config.vm.box = "geerlingguy/ubuntu1804"
6 config.ssh.insert_key = false

and append a line which is common to your other Vagrantfiles to the Vagrant.

bonifaido
bonifaido commented Mar 25, 2020

Is your feature request related to a problem? Please describe.
Investigate github.com/google/go-containerregistry to replace the heroku/docker-registry-client which seems to be unmaintained.

Describe the solution you'd like
Check the go-containerregistry library and see if it fits our needs.

Describe alternatives you've considered
We already use a forked version of the docker-

zeapo
zeapo commented Nov 28, 2019

When using the client with a recent JDK, and as Oracle has distristed the Symantec CA, we get an error:

TLS Server certificate issued after 2019-04-16 and anchored by a distrusted legacy Symantec root CA: CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US

Ex

a-koka
a-koka commented Feb 8, 2020

@voltrue2 I think we should add some documentation for the validate method. I'm also happy to submit a PR for this. I'm receiving the following errors sometimes and it is unclear without investigating the code whether this means the request failed or if the receipt is invalid. In my particular case, both of these failures were for valid receipts.

{ Error: read ECONNRESET
    at TLSWrap.
Velyks
Velyks commented Nov 2, 2018

Would it be possible to make aws-google-auth pop up the standard google auth webpage (Normally lets you pick a google account) instead of asking for username+password in the CLI?

This would be nice as I'm already logged into google and so wouldn't need to re-enter my user+pass, and it would also dodge the annoying captcha challenge.

reconbot
reconbot commented Nov 10, 2016

I found it useful to parse the api.json and pull out the route -> method -> function name and dump it in the readme.md of a project. This doesn't have to be baked into shep, but I figured I'd open a discussion about it.

I also evaluated a few swagger api markdown generators and they are not ideal. I've done similar setups with jsdoc2md where you end up with

Improve this page

Add a description, image, and links to the amazon topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the amazon topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.