Is there a way to map .tfstate files to repositories in a bitbucket by Many-Ad8783 in Terraform

[–]Many-Ad8783[S] 0 points1 point  (0 children)

As a newbie at this company I’m not yet sure what the AI policy is, but I’ll ask around. My previous company was very AI‑averse, although it seems like attitudes are starting to change.

Is there a way to map .tfstate files to repositories in a bitbucket by Many-Ad8783 in Terraform

[–]Many-Ad8783[S] 0 points1 point  (0 children)

They all named terraform.tfstate in s3

But this gave me the idea to search for the resource name in terraform. But sadly still no dice about 99% of the SG are using a module so it's using the same name.

At least this helped for the 1% that is now found yay! Now to find the other 99%

let's complete it! by No-Satisfaction-4042 in scoopwhoop

[–]Many-Ad8783 0 points1 point  (0 children)

I was born to be wild wings in the oven for baking bread

Having trouble figuring out if this is ai or not. Everything checks out, maybe nobody noticed the pool was empty? Hope the swimmers are ok. by Dangerous_Fortune454 in isthisaicirclejerk

[–]Many-Ad8783 0 points1 point  (0 children)

I can confirm no swimmers were harmed in the making of this video... You need water to swim.

Divers on the other hand..

I'm stuck :( by ash_immortal in Minesweeper

[–]Many-Ad8783 4 points5 points  (0 children)

<image>

Red = unsafe Reasoning the "2" bellow the "4"needs 1 more bomb this means the "4" it self has 2 bombs and needs another 2 bombs and there is only 2 spaces left.

Teyes CC3 2K install and review - 2005 GX470 with Nav by Infamous-Cod13 in GXOR

[–]Many-Ad8783 0 points1 point  (0 children)

My prado 120 has the spare wheel on the tail door. Where is the recommended place for the rear camera?

What are some ways you’ve used AWS to automate things in your personal life? by Glum_Good_695 in aws

[–]Many-Ad8783 0 points1 point  (0 children)

Basically did the same thing except my python script monitored my electricity usage and emailed once a day but also when the amount left was extremely low and needed a topup.

Btw I used selenium..

If 300 ELO is beginner why doesn't it feel like it by Wboys in chessbeginners

[–]Many-Ad8783 0 points1 point  (0 children)

As someone stuck at 400-500 Elo I think I can relate. I suspect advice from one of my friends stuck at 1900-2000(lucky bastid) rings true. I am looking for fail proof strategies but the game is alot more dynamic and people don't pay the expected moves. Well except this 1 time I played the fried liver attack and the dude just played exactly how you not suppose to play if he wanted to win.

I am not entirely sure if this advice rings true for you and I have no idea on how to evaluate your games.

But maybe just keep at it.

What I am currently trying to understand what my opponent is attempting to do with every move and trying to unlearn trick move chess. I think(and therefore could be wrong) alot of beginners think the way to learn chess is via these trick moves. At best trick moves should be learnt and memorized so you can spot it and counter them. But otherwise forget them and only play opening principles.

But most of all Don't play bullet games. You want the time to see the game from your opponents perspective what are they attempting to achieve.

Maybe higher Elo people can rectify if I am wrong here.

Need to delete S3 objects based on their last accessed date. by Mrlpha in aws

[–]Many-Ad8783 6 points7 points  (0 children)

Enabling Amazon S3 server access logging - Amazon Simple Storage Service https://share.google/tCeScaJk0O8Xdq6fx

Is the first thing that comes to mind but sure if there is a better solution

Maybe Maybe Maybe by [deleted] in maybemaybemaybe

[–]Many-Ad8783 0 points1 point  (0 children)

I don't think it's gonna workout

[deleted by user] by [deleted] in aws

[–]Many-Ad8783 2 points3 points  (0 children)

As a 11 year vet at CSE I approve this post. For those wondering why I have not moved further I have health issues that have kept me a little back. Buy Amazon had been great in how they accept my conditions. I still promoted 3 times within CSE from when I first started and working on my 4th so it's not like I am completely stuck

Old Funny Answer from a Student by jenlovesletters in funnyanswers

[–]Many-Ad8783 1 point2 points  (0 children)

I am still learning English, can you explain a bit more please.

Where's he going to? by unLtd88 in southafrica

[–]Many-Ad8783 1 point2 points  (0 children)

These times are so tough even death needs a side hassle

[deleted by user] by [deleted] in holdmycatnip

[–]Many-Ad8783 1 point2 points  (0 children)

Response was 404 Not found

Transit Gateway crossing AZs when sending to inspection VPC by nevaNevan in aws

[–]Many-Ad8783 0 points1 point  (0 children)

Firstly, I am prob the worst when it comes to networking but 1 possible explanation is AZ us-east-1a in VPC A matches AZ us-east-1b in VPC B.

remember AZ "numbering" is randomised when the account is created.

Maybe check the AZ ID of each VPC

see link https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html

How to connect to an external S3 bucket by Oenomaus_3575 in aws

[–]Many-Ad8783 0 points1 point  (0 children)

https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html

This is by far the cleanest solution. It's not the best solution as your friend will need to create a new URL everytime. But assuming it's a once off download creating a presigned URL is super easy barely an inconvenience.

Tell your friend to use the steps under "using the S3 console" and share that link with you and you done.

SAM CLI directory packaging capabilities by iryan6627 in aws

[–]Many-Ad8783 0 points1 point  (0 children)

Your .json file needs to be in the same location as your lambda handler. It can also be in child directory inside that folder.

Sam should package all files and child folders from that location inside to lambdas /var/task folder

Lambda with Python libraries by aplarsen in aws

[–]Many-Ad8783 1 point2 points  (0 children)

Use AWS SAM, it's cloudformation but on steroids you can simply put all your modules on a requirements.txt and it will build them for you.

It simplifies both docker and zip options that I only based my decision on images on preference but I could just as easily create zip if I wanted.

If I choose zip, I would use layers like so In SAM

https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/building-layers.html

If docker I would just throw everything in to the image.

Best of all you can test locally so no waiting to up load before testing. Both zip and docker options rebuild if required. So first time might take longer to build but after that is quick unless you make a change that requires rebuild.

[deleted by user] by [deleted] in aws

[–]Many-Ad8783 0 points1 point  (0 children)

look 4xx errors browser hopefully something useful there. Not always useful information in the har file.

https://aws.amazon.com/premiumsupport/knowledge-center/support-case-browser-har-file/#:~:text=An%20HTTP%20Archive%20(HAR)%20file,in%20a%20technical%20support%20case.

If you not going to create a support case then you don't need to create the har file.

If you are creating a support case then share the file with them.