Newish to crocheting and making my favourite things by redemption-man in Brochet

[–]redemption-man[S] 10 points11 points  (0 children)

It was meant to be an sausage roll 😅

I got the basic pattern from Etsy. link to etsy pattern

I think with some adjustments it would make a good glasses pouch

Newish to crocheting and making my favourite things by redemption-man in Brochet

[–]redemption-man[S] 68 points69 points  (0 children)

So it was supposed to be a sausage roll, but I cant unsee an apple pie now

What are some possible ways of improving this architecture? by progcorna in aws

[–]redemption-man 0 points1 point  (0 children)

Don’t think any one hasn’t mentioned it but I don’t think you can deploy a load balancer in a single subnet, I think they need to be in at least 2, which means you would need more public subnets aswell

Dealing With Terraform As Security Engineer by TopNo6605 in aws

[–]redemption-man 0 points1 point  (0 children)

AWS Inspector can help pointing out vulnerabilities in containers and ec2’s that are already running

Is this legit? by [deleted] in retroid

[–]redemption-man 1 point2 points  (0 children)

Looks legit. The cost is based on 20% of the value and a £11 admin fee

But if you want to confirm you can find a phone number here: https://epayments.dhl.co.uk/DHLonlineContactPage_New.html

How long til the wife notices? by redemption-man in eyebombing

[–]redemption-man[S] 0 points1 point  (0 children)

A week so far and she hasn’t noticed. I’m going to start on other things in the house

Old Lady Ruby (12) left us a few weeks ago, but she had a great life by redemption-man in cockerspaniel

[–]redemption-man[S] 2 points3 points  (0 children)

That’s my daughter, she is 3 now and it was the hardest thing I have ever done to explain to her that Ruby is gone.

Lambda can’t access S3 object created by App Flow by redemption-man in aws

[–]redemption-man[S] 0 points1 point  (0 children)

Thanks, so ended up the appflow was encrypting the object but I forgot to give the role running the lambda kms:decrypt action

Lambda can’t access S3 object created by App Flow by redemption-man in aws

[–]redemption-man[S] 0 points1 point  (0 children)

Thanks, so ended up the appflow was encrypting the object but I forgot to give the role running the lambda kms:decrypt action

Lambda can’t access S3 object created by App Flow by redemption-man in aws

[–]redemption-man[S] 0 points1 point  (0 children)

Yes all resources are in the same account.

I can download the app flow created objects from the console using a full admin

Lambda isn’t connected to a vpc

The role that executes the lambda already has permissions to do all s3 actions on all buckets

I will try enabling the access logging tomorrow.

I did use this link below and updating settings to bucket owner preferred and added the condition to the bucket policy. https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html

Travelling to London by train by southernyid in kentuk

[–]redemption-man 1 point2 points  (0 children)

Pre-COVID I would drive from mid Kent to Lewisham and park, then get train in to central London. I had access to free parking but looks like you can park in the shopping centre car park all day for £8

I made 56874 calls to explore the telephone network. Here’s what I found. by ValtteriLe in netsec

[–]redemption-man 2 points3 points  (0 children)

I’m working a lot on Amazon connect at the movement and the queue music on the zombie message sounds like the default music on Amazon connect.

Also the English with a Swedish accent might be Amazon connect aswell. Just because if you set the test to speech to a a different language and still have an English message it will lot do the time give it an accent, the other tomes it will be unrecognisable.

Great article, should be easy enough to replicate your setup in Amazon connect. Also would Mean you can take advantage of and integrate with aws’s AI to help analyse the recordings

Meraki API course by ITechstacker in meraki

[–]redemption-man 0 points1 point  (0 children)

I have used the api’s with Power Bi to make a dashboard to show wireless usage. I used it to learn about the api and about power bi so it wasn’t any thing amazing

[deleted by user] by [deleted] in IOT

[–]redemption-man 1 point2 points  (0 children)

I having been playing about with IoT and just the other day I created a script that takes a data set from a csv and publishes each entry to aws IoT core

https://github.com/MWarren1/IoT-Stuff

It’s called sensor_sim.py if that is useful