Skip to content
#

ec2

Here are 826 public repositories matching this topic...

iisulop
iisulop commented Mar 11, 2020

Hi

Running tests using moto revealed issue with the identity id gotten from cognitoidentity. In reality aws identity_ids should be REGION:GUID.[0] However moto creates an identity id in format "{0}:{1}".format(region, get_random_hex(length=19)). [1] This causes issues when being strict with what the format is expected to be.

[0] https://boto3.amazonaws.com/v1/documentation/api/la

bug
Nuru
Nuru commented May 10, 2019

what

When using Teleport tsh login to connect to a cluster, although kubectl works fine, kops does not, because, in general, the Teleport name of the cluster is not the same as the kops cluster name. This leads to an error like

 ⧉  staging (staging:default)+
 √ : (cpco-staging-admin) helmfiles ⨠ kops validate cluster
Validating cluster us-west-2.staging.cpco.io

Cannot load k
9e3fce0a
9e3fce0a commented Jan 18, 2019

It would be great if the [[custom-manifest-projects]] and [[custom-manifest-remotes]] customisation features were expanded to support something like this:

[[custom-manifest-remotes]]
  name = "foo"
  fetch = "https://github.com/foo/"

[[custom-manifest-projects]]
  path = "/path/to/myapps/foo/bar"
  name = "bar"
  remote = "foo"
  revision = "master"
  clone-depth = "5"
`
dfparker2002
dfparker2002 commented Mar 26, 2020

Team -
looking for guidance to achieve a successful local build.

Local conditions

  • Maven 3.6.3
  • Eclipse version 2020-03 (4.15.0) Build id: 20200313-1211 OS: Windows 8.1, v.6.3, x86_64 / win32 Java version: 1.8.0_152

Instructions
...OK up to here...
_4.In the Target Platform page, choose `Add -> Next -> Add -> Software Site -> Add -> Localto select the target repository you ju

ssolari
ssolari commented Apr 18, 2017

Feature request: There are several use cases where it is desirable that a newly launched instance can be guaranteed to have/steal an address from a pool of existing addresses that may all be attached. Our use cases is rolling docker deployments. #15 is similar.

A flag like "disassociate_first" that will simply perform a disassociate call on the elastic IP
http://docs.aws.amazon.com/cli/lates

Improve this page

Add a description, image, and links to the ec2 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 ec2 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.