

# Resource Access Manager (RAM) \$1 Create Resource Share (Review Required)
<a name="deployment-advanced-resource-access-manager-ram-create-resource-share-review-required"></a>

Create a resource share through Resource Access Manager (RAM) to share supported AWS resources. You can share resources with AWS accounts that come under the same customer contract. If you are in an organization, you can share with that organization's organizational units or with the entire organization. You can also share with IAM Roles, IAM Users, and Service Principals using their respective ARNs.

**Full classification:** Deployment \$1 Advanced stack components \$1 Resource Access Manager (RAM) \$1 Create resource share (review required)

## Change Type Details
<a name="ct-054ysptoo4gyk-DARc-table"></a>


****  

|  |  | 
| --- |--- |
| Change type ID | ct-054ysptoo4gyk | 
| Current version | 1.0 | 
| Expected execution duration | 240 minutes | 
| AWS approval | Required | 
| Customer approval | Not required if submitter | 
| Execution mode | Manual | 

## Additional Information
<a name="deployment-advanced-resource-access-manager-ram-create-resource-share-review-required-info"></a>

Info not available.

## Execution Input Parameters
<a name="deployment-advanced-resource-access-manager-ram-create-resource-share-review-required-input"></a>

For detailed information about the execution input parameters, see [Schema for Change Type ct-054ysptoo4gyk](schemas.md#ct-054ysptoo4gyk-schema-section).

## Example: Required Parameters
<a name="deployment-advanced-resource-access-manager-ram-create-resource-share-review-required-ex-min"></a>

```
Example not available.
```

## Example: All Parameters
<a name="deployment-advanced-resource-access-manager-ram-create-resource-share-review-required-ex-max"></a>

```
{
  "Region": "us-east-1",
  "ResourceShareName": "TestResourceShare",
  "Resources": [
    "arn:aws:ec2:us-east-1:123456789012:vpc/vpc-12345",
    "arn:aws:ec2:us-east-1:123456789012:subnet/subnet-0abc123def456789a"
  ],
  "Principals": [
    "111122223333"
  ]
}
```