-
### What is the problem?
I have an ASG defined like so:
```ts
const asg = new aws_autoscaling.AutoScalingGroup(this, 'asg', {
...
machineImage: ami,
});
```
The blockDe…
-
When we have finalized our performance tuning of Puma and EKS, we should have a whitepaper outlining improvements and cost savings now that Vets API doesn't require overprovisioning.
## Tasks
- [ ] …
-
### What happened?
Ran the code below.
Expected it to wait for 15 minutes for the ASG before timing out, but only waited (what appears to be a default) 10 minutes.
```
import pulumi
import pu…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
"trim" function in ASG propagate-tag action removes tags from instances even if these tags exist on ASG.
Here is an experiment. AS group has 2 EC2 instances.
Tags on ASG:
Product, Environment, Cont…
-
Hi pyrpl community.
I am rather new to pyrpl, thus this may be "beginner question" ;-)
I want to synchronize an asg output that I get out of the fast analgues without a problem. Having a fixed pha…
-
Am I missing something...? Not seeing any errors in the cloudformation that's spun up... but also not seeing any palo alto instances.
Running off master.
`aws_elb_autoscale/` dir
-
Tags don't match real location of groups.
![image](https://user-images.githubusercontent.com/46340895/60955620-8436f600-a301-11e9-8744-f061fdb9718d.png)
-
Hello,
Great work on transfer learning. Wanted to know if you guys are planning to share models trained on ASG loss. I saw some work on ASG loss function inside the scripts. Is is supported currently…
-
Setup:
- running cassandra 3.11 and Priam 3.11
- ASG with 3 nodes, one in each AZ 1a, 1b, 1c
- Manually terminated the node in 1c via the AWS console.
- New node comes up shortly after. Priam det…
amr46 updated
6 years ago