Skip to content

Commit cdd84f4

Browse files
committed
revamp ram
1 parent 8953a83 commit cdd84f4

File tree

1 file changed

+7
-8
lines changed
  • src/content/docs/aws/services

1 file changed

+7
-8
lines changed

src/content/docs/aws/services/ram.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Resource Access Manager (RAM)"
3-
linkTitle: "Resource Access Manager (RAM)"
43
description: Get started with RAM on LocalStack
54
tags: ["Ultimate"]
65
---
@@ -9,7 +8,7 @@ tags: ["Ultimate"]
98

109
Resource Access Manager (RAM) helps resources to be shared across AWS accounts, within or across organizations.
1110
On AWS, RAM is an abstraction on top of AWS Identity and Access Management (IAM) which can manage resource-based policies to supported resource types.
12-
The API operations supported by LocalStack can be found on the [API coverage page]({{< ref "coverage_ram" >}}).
11+
The API operations supported by LocalStack can be found on the [API coverage page](), which provides information on the extent of RAM's integration with LocalStack.
1312

1413
## Getting started
1514

@@ -18,21 +17,21 @@ This section will illustrate how to create permissions and resource shares using
1817

1918
### Create a permission
2019

21-
{{< command >}}
22-
$ awslocal ram create-permission \
20+
```bash
21+
awslocal ram create-permission \
2322
--name example \
2423
--resource-type appsync:apis \
2524
--policy-template '{"Effect": "Allow", "Action": "appsync:SourceGraphQL"}'
26-
{{< /command >}}
25+
```
2726

2827
### Create a resource share
2928

30-
{{< command >}}
31-
$ awslocal ram create-resource-share \
29+
```bash
30+
awslocal ram create-resource-share \
3231
--name example-resource-share \
3332
--principals arn:aws:organizations::000000000000:organization/o-truopwybwi \
3433
--resource-arn arn:aws:appsync:eu-central-1:000000000000:apis/wcgmjril5wuyvhmpildatuaat3
35-
{{< /command >}}
34+
```
3635

3736
## Current Limitations
3837

0 commit comments

Comments
 (0)