Amazon Web Services
Amazon Web Services is a subsidiary of Amazon.com that provides on-demand cloud computing platforms to individuals, companies, and governments, on a subscription basis.
Here are 17,612 public repositories matching this topic...
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 27, 2020 - Shell
-
Updated
Oct 27, 2020 - Python
What would you like to be added:
Support for deploying vSphere storage Container Storage Interface (CSI).
It' GA already.
https://github.com/kubernetes-sigs/vsphere-csi-driver
https://cloud-provider-vsphere.sigs.k8s.io/
It requires vSphere 6.7u3+
Why is this needed:
- The in-tree cloud provider for vSphere is deprecated.
- The CSI is the standard way to implement the Storage
-
Updated
Oct 17, 2020 - Python
-
Updated
Oct 24, 2020 - Java
-
Updated
Oct 7, 2020 - Go
Describe the bug
When a user signs in using Auth.signIn() the "signIn" event is registered multiple times in the Hub listener
To Reproduce
- Add a log inside the "signIn" event in the Hub.listener callback
- Open devtools
- Sign in using Auth.signIn()
- Notice there is at least 4 or more logs and the same amount of network calls
Expected behavior
The sign in event shou
Description:
I'd like to be able to specify the IAM role Path on either a function or globals.
Observed result:
Able to specify Path on a Function or Globals
Expected result:
Path is set on the implicitly created IAM roles
-
Updated
Oct 26, 2020 - Go
-
Updated
Oct 26, 2020 - Python
-
Updated
Oct 27, 2020 - Go
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 7, 2020 - Python
Hi,
I have some custom ASG configuration for my EKS cluster, and when I connect the ASG to the cluster, CDK adds 3 managed policies. Which is reasonable.
The problem occurs when I try to use a single IAM role for multiple ASGs. In that case, when I connect the ASGs to the cluster, the role ends up with N duplicates of each managed policy. When I try to deploy it, CloudFormation throws an err
-
Updated
Oct 24, 2020 - Shell
-
Updated
Oct 23, 2020 - Go
-
Updated
Oct 27, 2020 - Python
-
Updated
Jun 20, 2020 - Python
Coming from: aws ec2 describe-reserved-instances
-
Updated
Oct 23, 2020 - Python
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia



Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics, instead of testing whether given implementation really produces desired outcome (treating its implementation more as a black box).
This is very problematic for eventual internal improvements which occasionally we want to introduce, to make Framework more s