App Runner Service

App Runner Service is a fully managed AWS service that makes it easy to build, deploy, and run containerized web applications and APIs at scale. It automatically handles load balancing, scaling, and health monitoring without requiring infrastructure management.

aws.apprunner_service

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
auto_scaling_configuration_summarycorejsonSummary information for the App Runner automatic scaling configuration resource that's associated with this service.
created_atcoretimestampThe time when the App Runner service was created. It's in the Unix time stamp format.
deleted_atcoretimestampThe time when the App Runner service was deleted. It's in the Unix time stamp format.
encryption_configurationcorejsonThe encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed key.
health_check_configurationcorejsonThe settings for the health check that App Runner performs to monitor the health of this service.
instance_configurationcorejsonThe runtime configuration of instances (scaling units) of this service.
network_configurationcorejsonConfiguration settings related to network traffic of the web application that this service runs.
observability_configurationcorejsonThe observability configuration of this service.
service_arncorestringThe Amazon Resource Name (ARN) of this service.
service_idcorestringAn ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.
service_namecorestringThe customer-provided service name.
service_urlcorestringA subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.
source_configurationcorejsonThe source deployed to the App Runner service. It can be a code or an image repository.
statuscorestringThe current state of the App Runner service. These particular values mean the following. CREATE_FAILED – The service failed to create. The failed service isn't usable, and still counts towards your service quota. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and rebuild your service using UpdateService. DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure that all related resources are removed.
tagscorehstore
updated_atcoretimestampThe time when the App Runner service was last updated at. It's in the Unix time stamp format.