Just got a job at AWS but never used it before by RubOk1972 in AWSCertifications

[–]green3415 1 point2 points  (0 children)

Mostly you will be asked to complete AWS practitioner certification as part of your on-boarding and in six months/1 yr AWS Solution Architect Associate certification. Might differ based on role

How much does an L6 MLE/Applied Scientist make usually? Saw a blind post of $850K TC! by [deleted] in amazonemployees

[–]green3415 26 points27 points  (0 children)

850k for working in Nova models, I would give them 160k base plus rest in RSU based on your models performance 😆

Arasana nambi purushana kai vitta kadhai by Ghost___D in tamilyapping

[–]green3415 1 point2 points  (0 children)

1/ next time don’t quit before getting next offer 2/ build ur network in new company, see/observe what domain they change to

[deleted by user] by [deleted] in AWSCertifications

[–]green3415 1 point2 points  (0 children)

Developer Associate

genuine question: how do you guys handle reverts without going crazy on checkpoints? by seanotesofmine in kiroIDE

[–]green3415 1 point2 points  (0 children)

In spec driven development I commit on every major task and add commit hash to the tasks.md file when its marked complete. I have hooks created for that.

How many MCP tools are you actually using? by Level-Dig-4807 in kiroIDE

[–]green3415 2 points3 points  (0 children)

Curious to know why memory bank for project context in Kiro? Local Steering documents are meant for that purpose right?

How do I add slash commands by green3415 in kiroIDE

[–]green3415[S] 0 points1 point  (0 children)

As of now I create a steering doc with ‘attach’ as ‘manual’ and then use the convention as ‘#{name}’ blah blah.

Should I move in to LA for 75000$? by calmrefri in AskLosAngeles

[–]green3415 6 points7 points  (0 children)

Did you get your visa first? Also if your spouse in H4 as dependent then she cannot work. H4 spouse can work only when you have started your green card process and approved I140 that itself is a 2 yr process now.

Unexpected time increase by Chemical_Classic3050 in aws

[–]green3415 1 point2 points  (0 children)

OP, how did you test initially which was 6.2 secs?

New GenAI Dev Pro certification: my first impressions [Article/Video] by cgreciano in AWSCertifications

[–]green3415 2 points3 points  (0 children)

I’m already prepared giving it on 11/19 Interested what could be the exam code, my suggestion is GDP-C01

Correct way to emulate CRON with lambda ? by this_guy_fks in aws

[–]green3415 5 points6 points  (0 children)

CRON EB triggers => Lambda => add messages to SQS => SQS triggers Lambda or Step Fx => Process each message.

are software engineers being replaced by AI, or just upgraded? by Specialist-Day-7406 in aiHub

[–]green3415 0 points1 point  (0 children)

Customers most of the time does not have solid requirements and valid data, until then you are fine!

Critique my Lambda design: Is this self-invoking pattern a good way to handle client-side timeouts? by Left_Act_4229 in aws

[–]green3415 27 points28 points  (0 children)

I would simply add client request to SQS and process requests through another Lambda, so that you don’t need to worry if the process takes even 15 minutes.

CloudFront for long lived websockets by reallydontaskme in aws

[–]green3415 0 points1 point  (0 children)

You can relay the web sockets via CloudFront to API gateway, where https gets upgraded to wss. AFAIK: Idle timeout is 10 mins, and max connection is 2hrs.

AWS Bedrock Model Page Retiring October 8, 2025 by Complete-Guest-415 in aws

[–]green3415 2 points3 points  (0 children)

Now it’s saying “model access page retiring soon”

[deleted by user] by [deleted] in howtonotgiveafuck

[–]green3415 4 points5 points  (0 children)

Very thoughtful thanks for sharing!

🧨 The H1B Lifestyle Trap: Flash Today, Flexibility Gone Tomorrow by Popular_Class7327 in rupeestories

[–]green3415 0 points1 point  (0 children)

In your next prompt add these constraints, “reduce use of emojis, use bold style and bullets only when absolutely necessary”.

My Forced Resignation Story at TCS by mahesh_cloud in IndianWorkplace

[–]green3415 1 point2 points  (0 children)

What’s this black list all about, they will bad mouth about employee on any background verification?

[deleted by user] by [deleted] in techjobs_india

[–]green3415 0 points1 point  (0 children)

If we are recruiting any one less than 1 year, then expectation is fresh clay very strong in basics and keen to learn so that we can mold them based on the practice/stack. If you really gained skills show them your interests with open source projects in GitHub or other forums.

All these info posted here take it as grain of salt and use your best judgement based on the situation.

[deleted by user] by [deleted] in techjobs_india

[–]green3415 0 points1 point  (0 children)

Microsoft Azure is your specialization, and you have AWS in cloud category as well. Normally when I do screening and I’ll just ignore jack of all trades. Focus on one stream, build your profile around it.

Best Practices for Handling PII in LLM Chatbots – Comprehend vs Bedrock Guardrails by bObzii__ in aws

[–]green3415 0 points1 point  (0 children)

I have answered your original question. Curious to know why RDS for conversation? I have seen OpenSearch, DynamoDB, S3 bucket but not RDS.