error provisioning aws instances with terraform [closed] - amazon-web-services

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
i am trying to set up a kubernetes cluster manually on AWS. I tried creating three master nodes and three worker nodes but i get errors. I am using terraform to create the resources
i was expecting the infrastructure creation to go smoothly, but i got an error :
Error: creating EC2 Instance: PendingVerification: Your request for
accessing resources in this region is being validated, and you will
not be able to launch additional resources in this region until the
validation is complete. We will notify you by email once your request
has been validated. While normally resolved within minutes, please
allow up to 4 hours for this process to complete. If the issue still
persists, please let us know by writing to aws-verification#amazon.com
for further assistance.
i really dont understand what it is saying

Related

what should i do, if aws accidentally remove my instance? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 months ago.
This post was edited and submitted for review 8 months ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I'm a regular aws user and last week one of my accounts was under hold due to account verification. During this period of time, I can't access my aws account and my running instance is stopped. Last weekend they removed the account hold issue, and I can access my aws account. But the problem is there are no instances. I have a client and I run their CRM In that instance, it is a production server.I submitted a ticket and after 3 days they agreed that during the account verification time they apparently deleted my instance. I haven't got any updates till now. It's already 10 days. The customer is frustrating me because they want the running CRM. I don't have any backup for the database. Anyone who has had the same issue before, please share your experience and please suggest any idea about what step I should take next.
I have the email chat and all the records.
I don't have any backup for the database.
Then your database is gone. Sadly you have to start from scratch and make sure in future to make backups.

Need basic AIOps implementation example for log monitoring in AWS [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 months ago.
Improve this question
AIOps seems like a very interesting topic. I also watched AWS Summit presentation on this.
I have a logging nad monitoring solution where all system and application logs of all EC2 and EKS are forwarded cloudwatch log group.
To get a jump start on AIOps, how can I use AI to predict/preempt incidents?
Just discovered cloudwatch already provides a fair amount of IOps already built in.
"Cloudwatch Anomaly Detection" - this seems to do the trick!
Very nice video on this available here - https://youtu.be/8umIX-pUy3k

What services would best be used to collect, transform, and store media player logs? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
A video player sends the server log data about what the user has been doing (start, pause, play, playing, etc.)
Sending the logs to the server and storing them in the DB, then running queued jobs to calculate stats on these has worked... okay, so far.
It's clear there should be some sort of optimization here. What services provide the best custom log storage?
What would be the best manual option? Considering running some Lambda functions and storing in AWS (RDS?) manually, but wondering if the maintenance of such a service is warranted.
I would store the logs in AWS S3 (Storage) and then use AWS Glue (Transform) and AWS Athena for ad-hoc querying of different stats, this will still work out cheaper than using a traditional database approach plus it has a lot of other advantages.

Creating an Oracle Db in AWS [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am trying to see if there is an easy way to setup my Oracle SQL Developer so that I can run everything though it but store data on my AWS account (free tier). I tried creating a RDS (which will likely expire after 12 months) database and used the endpoint + port to create a new database connection in SQL developer and even with the correct username/password it errors out the below message.
To be clear, I am trying to do what this guy did in his video but I am receiving an error. I think something might be wrong with my security group. The group type that he used is not an attribute of the current drop down options in there. I was thinking perhaps there is another way of doing it, such as a SSH or something of that nature.
YouTube Link
Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection
Anyone have any good ideas?
No.
AWS Dynamo is not a relational DB...it does not understand SQL.

Instance restart Google Cloud VM [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I do not know if I am in the right place, but I have hired a Google Cloud VM and it restarts practically every week and it cannot be. Is there a way to prevent the machine from restarting?
Thank you.
This could be caused by two things:
1) Go to the VM-instance details page and check if Migrate VM-instance has been selected for host maintenance. Select this option if it's not, this should fix your problem (if the VM is not connected to a GPU).
2) According to the documentation instances with a GPU must terminate for host maintenance events and automatically restart. These maintenance events typically occur once per month but can occur more frequently.
You can receive advanced notice of host maintenance events by monitoring the /computeMetadata/v1/instance/maintenance-event metadata value. If this returns TERMINATE_ON_HOST_MAINTENANCE, you'll have one hour to prepare for the restart.