ec2
Here are 900 public repositories matching this topic...
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(
I work in Zendesk a lot, and it would be nice to copy & paste a Markdown snippet of a selected comparison, even if it's an ASCII table with spacing (since Zendesk doesn't support Markdown tables).
If you'd like to have your company represented and are using Komiser please give formal written permission below via a comment and email to contact@komiser.io.
We will need a URL to a svg or png logo, a text title and a company URL.
Issue type
- Bug Report
Build number
master branch
Configuration
Deployed as a Stack Set, with a CloudWatch Rule triggering the function
Summary
Can't confirm completely, but I believe the logger which is created from main.go 's setupLogging function does not get created, and therefore
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
If a cluster launch is interrupted before AWS can even return a list of instances, we hit a part of the code where cluster_instances is not defined. We should protect against that.
Additionally, when Flintrock comes across a broken cluster (e.g. missing tags) left behind by an interrup
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"
`-
Updated
May 25, 2020 - Java
Though there is a configured user, it would be nice to override the user on cli via the <user>@<host> approach that all ssh-like tools support
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
Hey @PiercingDan! Thanks for writing up this guide and featuring Flintrock in it prominently. I have a couple of suggestions that may help simplify the guide.
-
From Using your own AMI:
Note that it is important that since flintrock is designed to install and configure S
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
Currently, there is no way to uninstall keymaker.
Please add this option and explain how to do it in the documentation.
It would also be helpful to list where the keymaker files are installed to (file paths).
It would be really great if you'll include in documentatation the set of AIM permissions required to run the kitchen instance.
Type annotations
aws-gate should have type annotations, so we can do more linting and discover design issues.
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
-
Updated
May 16, 2019 - JavaScript
Hi,
Please compare the attribute declaration on the AWS API docs and the Perldoc generated by Paws. As an example, the name attribute in the StartExecution of the StepFunctions service:
- AWS API docs;
- [Paws docs](https://metacpan.org/pod/Paws::StepFunction
-
Updated
Nov 3, 2017 - Go
-
Updated
Mar 20, 2020 - Go
-
Updated
Jun 29, 2020 - Shell
Add a table in the report for reserved instance type and running instance type eg.
Type Reserved Running
T2.Medium 20. 24
D2.large. 12. 10
-
Updated
Nov 13, 2019 - Java
Improve this page
Add a description, image, and links to the ec2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ec2 topic, visit your repo's landing page and select "manage topics."
Along with the General Guides, it might be helpful to add a niche guide section, which is broken down by AWS service. Happy to issue a PR with some quality tutorials as an example.