Apprunner Auto Scaling Configuration

This table represents the Apprunner Auto Scaling Configuration resource from Amazon Web Services.

aws.apprunner_autoscaling_configuration

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
auto_scaling_configuration_arncorestringThe Amazon Resource Name (ARN) of this auto scaling configuration.
auto_scaling_configuration_namecorestringThe customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.
auto_scaling_configuration_revisioncoreint64The revision of this auto scaling configuration. It's unique among all the active configurations (<code>"Status": "ACTIVE"</code>) that share the same <code>AutoScalingConfigurationName</code>.
created_atcoretimestampThe time when the auto scaling configuration was created. It's in Unix time stamp format.
deleted_atcoretimestampThe time when the auto scaling configuration was deleted. It's in Unix time stamp format.
has_associated_servicecoreboolIndicates if this auto scaling configuration has an App Runner service associated with it. A value of <code>true</code> indicates one or more services are associated. A value of <code>false</code> indicates no services are associated.
is_defaultcoreboolIndicates if this auto scaling configuration should be used as the default for a new App Runner service that does not have an auto scaling configuration ARN specified during creation. Each account can have only one default <code>AutoScalingConfiguration</code> per region. The default <code>AutoScalingConfiguration</code> can be any revision under the same <code>AutoScalingConfigurationName</code>.
latestcoreboolIt's set to <code>true</code> for the configuration with the highest <code>Revision</code> among all configurations that share the same <code>AutoScalingConfigurationName</code>. It's set to <code>false</code> otherwise.
max_concurrencycoreint64The maximum number of concurrent requests that an instance processes. If the number of concurrent requests exceeds this limit, App Runner scales the service up.
max_sizecoreint64The maximum number of instances that a service scales up to. At most <code>MaxSize</code> instances actively serve traffic for your service.
min_sizecoreint64The minimum number of instances that App Runner provisions for a service. The service always has at least <code>MinSize</code> provisioned instances. Some of them actively serve traffic. The rest of them (provisioned and inactive instances) are a cost-effective compute capacity reserve and are ready to be quickly activated. You pay for memory usage of all the provisioned instances. You pay for CPU usage of only the active subset. App Runner temporarily doubles the number of provisioned instances during deployments, to maintain the same capacity for both old and new code.
statuscorestringThe current state of the auto scaling configuration. If the status of a configuration revision is <code>INACTIVE</code>, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.
tagscorehstore