AWS Fundamentals Logo
AWS Fundamentals
AWS::Outposts::Site

Outposts Site

Definition of AWS::Outposts::Site Resource Type

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
Notes
string
OperatingAddress
Address
Create-only
RackPhysicalProperties
RackPhysicalProperties
ShippingAddress
Address
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
SiteArnstring-
SiteIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Outposts::Site

Resources:
  MyResource:
    Type: AWS::Outposts::Site
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

outposts:CreateSiteoutposts:GetSiteoutposts:TagResource

read

outposts:GetSiteoutposts:GetSiteAddress

update

outposts:UpdateSiteoutposts:GetSiteoutposts:UpdateSiteRackPhysicalPropertiesoutposts:TagResourceoutposts:UntagResource

delete

outposts:DeleteSite

list

outposts:ListSites

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOutposts
Properties9
Required1
TaggingSupported
Primary IDSiteArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

OperatingAddressShippingAddress

External Links