AmazonS3 console: An unexpected error occurred - amazon-web-services

I created my AWS account, and I'm trying to manually create a bucket through the console. But all the action buttons are disabled, and it shows An unexpected error occurred as in the image below. Has anyone experienced this? What could be the possible cause of this?

Related

Error on trying to create a spot fleet request

How do I fix the error in the screenshot?
I've following the guide on https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-spot-fleets.html#spot-fleet-prerequisites, created the policy, added it to the user in question, but the error persists.
Also tried our root admin account: same error.
Not sure what I'm doing wrong. I recall it working without a hitch about a year ago, for the same region (Frankfurt).

Terraform GCS backend writing .tflock failed. 403 access denied

I am trying to use Terraform with a Google Cloud Storage backend, but I'm facing some issues when executing this in my CI pipeline.
I have set the GOOGLE_APPLICATION_CREDENTIALS to my service account JSON keyfile, but whenever I try to init Terraform, I get the following errors:
Error loading state: 2 errors occurred:
* writing "gs://[my bucket name]/state/default.tflock" failed: googleapi: Error 403: Access denied., forbidden
* storage: object doesn't exist
I have tried all documented methods of authentication, but still no luck.
Turns out only the second error was actually relevant and there were no authentication issues after all.
My remote backend only contained my custom workspace state files and no default state.
Since terraform init needs to be executed before being able to switch to a workspace, it was looking for a default.tflock/default.tfstate file that did not exist.
From my local workstation I initialized the default workspace, which created the file that Terraform was looking for.
I wasted a good few hours trying to debug a service account authentication issue that did not exist. I hope this answer can save someone else from that rabbit hole...

BigQuery Data Transfer error for scheduled queries

Im keep getting this error when I try to go to the scheduled queries dashboard.
I have a scheduled query that is importing aggregated data from another project trough a service account.
The import seems like it's working for a while but then shortly after I get this error.
Error loading location europe: BigQuery Data Transfer service account does not have sufficient permission. Please ask the project owner to disable the BigQuery Data Transfer service and then re-enable it.
Error loading location asia-northeast3: Unknown Error
It looks like I get this error multiple times for multiple regions.To make it work (for a while) I disabled the relevant API and reactivated it but after a while I keep getting the same errors.
I'm not if this could be a permission error (if the service account trough which this data transfer is being made does not have sufficient permission) or it's an API problem.
Do you guys know what could be the issue here and how I could test this out?

Unable to validate or upload CloudFormation templates in AWS

In CloudFormation, when I try to validate my template by clicking the "checkbox" button above the designer, or when I try to actually click the "create stack" button, both result in the same error:
"Cannot upload this template to the S3 bucket because of an error."
This happens even when the template is the default empty template (which I assume is valid). So I don't think this is the error I should be seeing when the syntax is wrong.
{
"Parameters": {}
}
Any idea why this might be happening? When I go into the S3 service in the console, it seems I can access that okay, so I don't think it's a permissions issue.
Googling for an answer only provides one thread on the AWS forums, but they're getting an additional permissions-related error that I'm not seeing.
I'm completely new at AWS, so please feel free to point out the obvious.
Your particular error message might be caused by an expired AWS Console session. You should try refreshing your browser and see if the error message changes.
As for the default template, it is not valid because it must contain at least 1 Resource. For example, when validate (using the checkbox in the designer) the default template, I get the following error message:
Template is not valid: Template format error: At least one Resources
member must be defined.
Turns out I had read-only access to S3, which was causing the error to pop up. Once the admin made the permissions change to allow writing to S3 , I was able to do what I needed to do with CloudFormation.

WSO2 CEP bucket creation error

I was trying to execute the sample Access Analysis from the WSO CEP samples. After I created the bucket same as given in the sample I received an error and it doesn't created the bucket. Can any one help what is the problem?
Error log:
[2012-12-13 15:09:21,654] INFO {org.apache.axis2.deployment.DeploymentEngine} -
org.apache.axis2.deployment.DeploymentException: wrong configuration provided for adding AccessAnalysisBucket.xml
This error was appearing when I gave query syntax at the Add query Expression. If i am not giving this, it will create the bucket.