ElasticBeanStalk DescribeConfigurationSettings InvalidParameter - amazon-web-services

I'm try to call the following api call: DescribeConfigurationSettings
on ElasticBeanStalk, but getting InvalidParameter exception with the following message: Unable to resolve Ref. No data on parameter value
Any Idea what can cause this issue? I'm providing the application name and environment name as parameters only.
Thanks!

Related

Unable to create environments on Google Cloud Composer

I tried to create a Google Cloud Composer environment but in the page to set it up I get the following errors:
Service Error: Failed to load GKE machine types. Please leave the field
empty to apply default values or retry later.
Service Error: Failed to load regions. Please leave the field empty to
apply default values or retry later.
Service Error: Failed to load zones. Please leave the field empty to apply
default values or retry later.
Service Error: Failed to load service accounts. Please leave the field
empty to apply default values or retry later.
The only parameters GCP lets me change are the region and the number of nodes, but still lets me create the environment. After 30 minutes the environment crashes with the following error:
CREATE operation on this environment failed 1 day ago with the following error message:
Http error status code: 400
Http error message: BAD REQUEST
Errors in: [Web server]; Error messages:
Failed to deploy the Airflow web server. This might be a temporary issue. You can retry the operation later.
If the issue persists, it might be caused by problems with permissions or network configuration. For more information, see https://cloud.google.com/composer/docs/troubleshooting-environment-creation.
An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_await_healthy>2021-07-20T14:31:23.047Z7050.xd.0: Your deployment has failed to become healthy in the allotted time and therefore was rolled back. If you believe this was an error, try adjusting the 'app_start_timeout_sec' setting in the 'readiness_check' section.
Got error "Another operation failed." during CP_DEPLOYMENT_CREATING_STANDARD []
Is it a problem with permissions? If so, what permissions do I need? Thank you!
It looks like more of a temporary issue:
the first set of errors is stating you cannot load the metadata :
regions list, zones list ....
you dont have a clear
PERMISSION_DENIED error
the second error: is suggesting also:
This might be a temporary issue.

GCP Dataflow jobs failure

Following error is being shown:
Workflow failed. Causes: Error: Message: Invalid value for field 'resource.properties.networkInterfaces[0].subnetwork': 'regions/xxxxx-xxxx/subnetworks/xxxxx-xxxx-xxx'. The project 'projects' was not found. HTTP Code: 400
Please anyone suggest what caused this error.
Solution: Do not need to change anything. This error fix on its own after few times. Seems to be a google's global issue.
We had the same error and already solved it. Not sure what caused it but try our solution to see if it serves you.
We changed the Subnetwork parameter from short form to complete URL.
source: https://cloud.google.com/dataflow/docs/guides/specifying-networks#subnetwork_parameter

Amazon SageMake throwing error Building your own algorithm container execution time?

I am trying to run my own algorithm container in amazon sagemaker,at the time of deployment time ,I am getting error like below.
predictor = tree.deploy(1, 'ml.m4.xlarge', serializer=csv_serializer)
ValueError: Error hosting endpoint decision-trees-sample-2018-03-01-09-59-06-832: Failed Reason: The primary container for production variant AllTraffic did not pass the ping health check.
then I run same line of code this time i am getting below error.
predictor = tree.deploy(1, 'ml.m4.xlarge', serializer=csv_serializer)
ClientError: An error occurred (ValidationException) when calling the CreateEndpoint operation: Cannot create already existing endpoint "arn:aws:sagemaker:us-east-1:69759707XXxXX:endpoint/decision-trees-sample-2018-03-01-09-59-06-832".
Check out this issue: https://github.com/awslabs/amazon-sagemaker-examples/issues/210
#djarpin wrote:
The ping health check message is a general error that can be caused by several different issues. Typically the error message in the CloudWatch log group named /aws/sagemaker/Endpoints/ will provide a more detailed description of why the ping health check didn't pass.
Hope that helps!

Azure instance provisioning using ansible - Error checking for existence of name gibson - 401

I'm trying to provisioning Azure instance by using ansible 2.3
While trying to provisioning I got the error,
Error checking for existence of name instance_name - 401 Client Error:
Unauthorized for url:
'https://management.azure.com/subscriptions/********/resourcegroups/gibson?api-version=2016-02-01
I found a solution. By passing tenant to UserPassCredentials
In azure_rm_common.py file, inside ansible/module_utils applied the patch like below,
line no 188,
self.azure_credentials = UserPassCredentials(self.credentials['ad_user'], self.credentials['password'])
change the above line like
self.azure_credentials = UserPassCredentials(self.credentials['ad_user'], self.credentials['password'], tenant=self.credentials['tenant'])
Then it's working fine

Stop/Abort PowerExchange Logger Service

I'm getting following errors while trying to stop the PWX logger:
Could not exectute action...
[DOM_10213] Internal error. Could not update the service state in the domain configuration repository because of the following errors:
[RSVCSHARED_00018] Internal error. The request processing failed for the following reason:
['Exception Class[Class javax.persistence.persistenceException] Exception message [org.hibernate.exception.GenericJDBCException: cannot open connection]']
I Tried both complete and Abort option but same issue persists .
Please help me to fix it.
I found the answer.
Actually the password for the informatica user had been expired. I alter the user with the same old password and its working fine.