Skip to content

Commit 80a2003

Browse files
committed
[chore] clean up Known Issues
1 parent a381d2b commit 80a2003

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/support.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ Unordered list of future improvement ideas.
1212

1313
## Known Issues
1414

15-
1. The [VPC template](https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves/blob/main/vpc_template.yml) has a CloudFormation parameter called `pEnableVpcEndpoints` that will provision the VPC with VPC Interface Endpoints instead of public subnets and NAT Gateways. VPC Interface Endpoints are currently not supported due to [aws-nitro-enclaves-acm#130](https://github.com/aws/aws-nitro-enclaves-acm/pull/130) (GitHub Issue)
15+
1. The [KMS template](https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves/blob/main/kms_template.yml) has a CloudFormation parameter called `pPrimaryKeyArn` that will provision a replica KMS key in another region referencing the primary key. DynamoDB is also configured as a [global table](https://aws.amazon.com/dynamodb/global-tables/) to support multi-region workloads. A multi-region configuration hasn't been tested, but should be supported using the chosen services.
1616

17-
2. The [KMS template](https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves/blob/main/kms_template.yml) has a CloudFormation parameter called `pPrimaryKeyArn` that will provision a replica KMS key in another region referencing the primary key. DynamoDB is also configured as a [global table](https://aws.amazon.com/dynamodb/global-tables/) to support multi-region workloads. A multi-region configuration hasn't been tested, but should be supported using the chosen services.
17+
2. The [CI template](https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves/blob/main/ci_template.yml) has a CloudFormation parameter called `pUseCodeBuildFleet` that will provision two [reserved capacity](https://docs.aws.amazon.com/codebuild/latest/userguide/fleets.html) AWS CodeBuild compute instances for the builds. This will dramatically speed up the `BuildVault` project as the Docker images will now be cached between runs. CodeBuild Fleets are more expensive than on-demand CodeBuild compute, so they are not enabled by default.
1818

19-
3. The [CI template](https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves/blob/main/ci_template.yml) has a CloudFormation parameter called `pUseCodeBuildFleet` that will provision two [reserved capacity](https://docs.aws.amazon.com/codebuild/latest/userguide/fleets.html) AWS CodeBuild compute instances for the builds. This will dramatically speed up the `BuildParent` and `BuildEnclave` projects as the Docker images will now be cached between runs. CodeBuild Fleets are more expensive than on-demand CodeBuild compute, so they are not enabled by default.
20-
21-
4. The [API template](https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves/blob/main/api/template.yml) has a CloudFormation parameter called `pVpcEndpointIds` that will provision a [private api](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html) in Amazon API Gateway if [VPC Interface Endpoints](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-vpc-endpoint-policies.html) for API Gateway are provided.
19+
3. The [API template](https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves/blob/main/api/template.yml) has a CloudFormation parameter called `pVpcEndpointId` that will provision a [private api](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html) in Amazon API Gateway if [VPC Interface Endpoints](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-vpc-endpoint-policies.html) for API Gateway are provided.
2220

2321
---
2422

0 commit comments

Comments
 (0)