-
### Describe the feature
An L1 construct is available, however an L2 construct would be handy.
L1 Construct:
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.CfnInstanceConnectEndp…
-
/kind feature
**Describe the solution you'd like**
Let users place machines on their dedicated hosts
https://aws.amazon.com/ec2/dedicated-hosts/
**Anything else you would like to add:**
Dedic…
-
## Done Condition (What do we need? Why do we need it? Keep this is small as possible!)
EC2 are non-RHEL instances - can this be patched for added to a whitelist
## Technical Description (How are we g…
-
- EC2は、Elastic Compute Cloud の略
- AWSが提供する仮想サーバーのこと
- AMI: サーバーのテンプレートのようなもの
- インスタンスタイプ: サーバーのスペックを定義するもの
- ストレージタイプ: サーバーにくっつけるデータの保存場所
-
We see a lot of variance in the benchmarks on x86_x64, especially for the C backend on Intel instances:
https://pq-code-package.github.io/mlkem-native/dev/bench/
![image](https://github.com/user-att…
-
### What happened?
Changing `eks.Cluster.authenticationMode` from the default value of `CONFIG_MAP` to `API` throws an error. (Also note that the default value is not noted in the docs: https://www.p…
-
### Describe the feature
Subnet v1 supports the mapPublicIpOnLaunch prop while SubnetV2 does not. Add support for that prop.
https://github.com/aws/aws-cdk/blob/v2.167.1/packages/aws-cdk-lib/aws…
-
### Describe the bug
rangesOverlap uses string comparison to determine overlap, which I believe is incorrect.
```typescript
// example
rangesOverlap(
["10.0.0.0", "10.0.15.255"], // 10.0.0.0/…
-
Currently, our EC2 instances are publicly available.
1. Create Private Subnets: Move our Docker Swarm nodes to private subnets. Private subnets don't have a route to the internet by default and the…
-
### Terraform Version
```shell
Terraform v1.5.7
```
### Terraform Configuration Files
irrelevant
### Debug Output
irrelevant
### Expected Behavior
1. have module in s3
```
module "vm_xxx…