Bug ID Number |
BUG-000176727 |
Submitted | May 23, 2025 |
Last Modified | July 29, 2025 |
Applies to | ArcGIS GIS Server |
Version found | 11.3 |
Operating System | Windows Server |
Operating System Version | N/A |
Status | In Product Plan
The issue has been added to the development team's backlog. The goal for issues with this status is to address them in a near-term release (next release or two). Check the issue's Additional Information or Alternate Solution section to see if there is helpful information until it can be fully addressed.
|
Additional Information
When ArcGIS Server starts services, it makes connections to Amazon DynamoDB to get a service's configuration information. That requires ArcGIS Server to get an AWS token from the AWS Instance Metadata Service (IMDS). AWS has a fairly low limit (1024 packets per second) and that gets exceeded when lots of ArcGIS Server Object Container (ArcSOCs) (scores of them start all at once on a machine).
Workaround
This problem occurs when too many services start ArcSOCs at either machine reboots or backup and restores, usually when there are 10x more ArcSOCs than cores. This can be addressed by using shared instances over dedicated instances which is a best practice.
Steps to Reproduce