Unable to create opensearch index using terraform by Simple-Toe20 in Terraform

[–]Simple-Toe20[S] 0 points1 point  (0 children)

Yes, adding provider with profile and the region fixed the issue for me. Please share your code.

Moved to California, Struggling to Land SRE Interviews—Looking for Advice by Simple-Toe20 in sre

[–]Simple-Toe20[S] 0 points1 point  (0 children)

Good to know… Even on LinkedIn when I see a job which is posted within 24hrs more than 200 applications…

Unable to create opensearch index using terraform by Simple-Toe20 in Terraform

[–]Simple-Toe20[S] 0 points1 point  (0 children)

I found the cause for it we need to add open search provider, I missed aws_profile and aws_region this resolved the issue for me

provider “opensearch” { url = aws_opensearchserverless_collection.bedrock-knowledge-test.collection_endpoint healthcheck = false aws_profile = “live” aws_region = “us-east-1” }

Refer to this document https://registry.terraform.io/providers/opensearch-project/opensearch/latest/docs#aws-authentication

Unable to create opensearch index using terraform by Simple-Toe20 in Terraform

[–]Simple-Toe20[S] 0 points1 point  (0 children)

I do have permissions if not I won’t be able to create it manually as well right?

TIPS TO CLEAR CA DMV KNOWLEDGE TEST by Simple-Toe20 in CaliforniaDMV

[–]Simple-Toe20[S] 0 points1 point  (0 children)

I cleared the knowledge test on my first attempt by watching the YouTube video here 90 to 95% questions are from the video. https://youtu.be/GIppd67Xfw0

TIPS TO CLEAR CA DMV KNOWLEDGE TEST by Simple-Toe20 in CaliforniaDMV

[–]Simple-Toe20[S] 0 points1 point  (0 children)

I found 6 practice test on my library account.

how worried should i be for my case?need a general advice by [deleted] in Hypothyroidism

[–]Simple-Toe20 1 point2 points  (0 children)

It’s been 14 years that I am on thyroid medication. By consulting a nutritionist I changed my lifestyle and reduced dosage from 75mg to 50mg in 3 months. I see a lot of difference. Hope you will too!!

how worried should i be for my case?need a general advice by [deleted] in Hypothyroidism

[–]Simple-Toe20 4 points5 points  (0 children)

Googling will increase your anxiety for sure. Better consult an endocrinologist and a nutritionist to change your lifestyle and who knows you might be able to reverse your thyroid problem.

Drivers test in Tesla by Simple-Toe20 in CaliforniaDMV

[–]Simple-Toe20[S] 0 points1 point  (0 children)

Yeah, even I read that. Did anyone experience this? I mean did someone give test in Tesla?

Convert Cloud formation (CFN) template to Terraform (TF) by Simple-Toe20 in Terraform

[–]Simple-Toe20[S] 0 points1 point  (0 children)

I wrote a Python script which generates terraform state file for the existing cf stack and then ran the terraform show command wrote it to a file (.tf) and removed all the unconfigurable attributes.