Skip to content
#

ec2

Here are 900 public repositories matching this topic...

drewmullen
drewmullen commented Apr 30, 2020

Thanks for this great library. extremely helpful to me!

mock = moto.mock_ec2()
mock.start()
sclient = boto3.client('ec2', region_name='us-west-2') # source client
dclient = boto3.client('ec2', region_name='us-east-1') # destination client
v_id = sclient.create_volume(AvailabilityZone='us-west-2a',
                             Size=7)['VolumeId']
snap_id = sclient.create_snapshot(
  
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"
`
riccardomurri
riccardomurri commented Oct 24, 2016

In order to implement transparent conversion of cluster information (i.e., without requiring users to explicitly run a migration script), we should tag the saved information with a format version number -- and then dispatch to the code appropriate for reading that format.

This is not done currently which makes it difficult to change the on-disk saved information and provide continued cluster oper

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.