-
### Describe the bug
On AWS, we are in the process of creating our custom product portfolio through Service Catalog.
We wish to include the EKS product in our portfolio.
Unfortunately, we encount…
-
## What is this?
This is a new version of the [Full setup of SPA workbook](https://github.com/reply-fr/sustainable-personal-accounts/blob/main/workbooks/full-setup-of-spa.md)
## Why is this import…
-
**What happened**:
With EKS 1.21 AMI if you want to use containerd option, it will fail because with this option `sysctl_entry "net.ipv4.ip_forward = 0` all the deployed pods will not have acc…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When I'm trying to deploy my Lambda to Localstack on version 0.13.1 (using serverless),…
-
By default, PMMH runs the bootstrap filter associated to the considered state-space model. It is possible to use a different algorithm, by setting argument `fk_cls` to another `Feynman-Kac` class; how…
-
### Describe the bug
This is the entire stack:
```typescript
import { Stack, StackProps } from 'aws-cdk-lib';
import * as ec2 from 'aws-cdk-lib/aws-ec2';
import { Construct } from 'constructs';…
-
I found that when I ran 'yarn deploy' the first time I had to run 'cdk bootstrap' first.
'cdk bootstrap' needs these policies:
"ecr:CreateRepository",
"ecr:SetRepositoryPolicy",
…
-
### Describe the bug
We are running `cdk synth` or `cdk deploy` against a python stack that defines a SageMaker feature group.
The properties validation as part of the `cdk deploy` command fails w…
-
### Describe the bug
Following [this cdk workshop](https://cdkworkshop.com/30-python.html) when using an AWS GovCloud account fails when running ```cdk deploy``` command with the following error:
…
-
### What is the problem?
Trying to create a ssm service principal for `ap-southeast-3`:
```ts
const ssm_sp = 'ssm.amazonaws.com';
const automation_role = new iam.Role(this, automation_role_id, {…