I am trying to use CloudBuilder AWS to deploy HA enterprise solution. Every time I try, no matter what parameters I use, I end up with the following error:
Create stack 'GEO-BaseEnterpriseStack'is in progress
Job failed. Error :- One or more errors occurred
Parameter validation timeout. Please use fewer parameters or fewer constraints.
The remote server returned an error: (400) Bad request.
The error log contains the following:
Error Message :One or more errors occurred.
StackTrace : at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ESRI.ArcGIS.AWS.CloudBuilder.Jobs.CloudJob.Start(ICredentialsProvider credentialsProvider, IConfigurationProvider configProvider, List`1 jobParameters, String resourcesFolder)
Date :12/08/2024 12:54:59 PM
---------------
Error Message :Stack with id GEOINTUB-BaseEnterpriseStack does not exist
StackTrace : at Amazon.Runtime.Internal.HttpErrorResponseExceptionHandler.HandleException(IExecutionContext executionContext, HttpErrorResponseException exception)
at Amazon.Runtime.Internal.ErrorHandler.ProcessException(IExecutionContext executionContext, Exception exception)
at Amazon.Runtime.Internal.ErrorHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.CallbackHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.EndpointDiscoveryHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.RetryHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.CallbackHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.CallbackHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.ErrorCallbackHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.MetricsHandler.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.Internal.RuntimePipeline.InvokeSync(IExecutionContext executionContext)
at Amazon.Runtime.AmazonServiceClient.Invoke[TResponse](AmazonWebServiceRequest request, InvokeOptionsBase options)
at ESRI.ArcGIS.AWS.Cloudbuilder.Providers.AWSCF.GetResourceId(String stackname, String ResourceName)
Date :12/08/2024 12:54:59 PM
Has anyone come across something like this?