Skip to content

Commit

Permalink
update page structure and add links
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Sep 24, 2024
1 parent cbc0aee commit 06feeae
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 110 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
---
redirectFrom: /reference/config/vaults/vault-aws.html
shortTitle: aws-acm
description: Zilla runtime aws-acm vault
icon: aky-zilla-plus
category:
- Vault
---

# aws-acm Vault

A Zilla runtime aws-acm vault that enables remote access of AWS services from an EC2 instance.

This is typically combined with a [tls](../bindings/tls/README.md) binding `vault` property, referencing resources such as `certificates` by Amazon Resource Names (ARNs).

Note: this requires AWS Nitro Enclaves for ACM to be enabled on the instance where Zilla Plus is running.

[Available in <ZillaPlus/>](https://www.aklivity.io/products/zilla-plus)
{.zilla-plus-badge .hint-container .info}

Zilla runtime aws-acm vault.

```yaml {2}
server:
type: aws-acm
```
## Summary
Defines a vault remotely accessing AWS services from an EC2 instance.
This is typically combined with `tls` binding `vault` property, referencing resources such as `certificates` by Amazon Resource Names (ARNs).

Note: this requires AWS Nitro Enclaves for ACM to be enabled on the instance where Zilla Plus is running.
20 changes: 20 additions & 0 deletions src/reference/config/vaults/aws-secrets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
shortTitle: aws-secrets
icon: aky-zilla-plus
category:
- Vault
---

# aws-secrets Vault

A Zilla runtime aws-secrets vault that enables remote access of AWS services from an EC2 instance.

This is typically combined with a [tls](../bindings/tls/README.md) binding `vault` property, referencing resources such as `secrets` by Amazon Resource Names (ARNs).

[Available in <ZillaPlus/>](https://www.aklivity.io/products/zilla-plus)
{.zilla-plus-badge .hint-container .info}

```yaml {2}
server:
type: aws-secrets
```
74 changes: 0 additions & 74 deletions src/reference/config/vaults/aws.md

This file was deleted.

25 changes: 0 additions & 25 deletions src/reference/config/vaults/vault-aws-secrets.md

This file was deleted.

0 comments on commit 06feeae

Please sign in to comment.