AWS Fundamentals Logo
AWS Fundamentals
AWS::AppRunner::Service

AppRunner Service

The AWS::AppRunner::Service resource specifies an AppRunner Service.

Properties

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

Filter:
PropertyTypeFlags
SourceConfiguration
SourceConfiguration
Required
AutoScalingConfigurationArn
string
Write-only
EncryptionConfiguration
EncryptionConfiguration
Create-only
HealthCheckConfiguration
HealthCheckConfiguration
InstanceConfiguration
InstanceConfiguration
NetworkConfiguration
NetworkConfiguration
ObservabilityConfiguration
ServiceObservabilityConfiguration
ServiceName
string
Create-only
Tags
Array<Tag>
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
ServiceArnstringThe Amazon Resource Name (ARN) of the AppRunner Service.
ServiceIdstringThe AppRunner Service Id
ServiceUrlstringThe Service Url of the AppRunner Service.
StatusstringAppRunner Service status.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppRunner::Service

Resources:
  MyResource:
    Type: AWS::AppRunner::Service
    Properties:
      SourceConfiguration: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

apprunner:CreateServiceapprunner:TagResourceiam:PassRoleiam:CreateServiceLinkedRolelogs:CreateLogGrouplogs:PutRetentionPolicylogs:CreateLogStreamlogs:PutLogEvents

read

apprunner:DescribeService

update

apprunner:UpdateServiceiam:PassRole

delete

apprunner:DeleteService

list

apprunner:ListServicesiam:PassRole

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

ServiceAppRunner
Properties13
Required1
TaggingSupported
Primary IDServiceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ServiceNameEncryptionConfigurationTags

External Links