Пікірлер
@hankerino
@hankerino 4 күн бұрын
Thank you for posting, just some advice to enunciate a little better because some of your words sounded garbled. But good job nonetheless!
@openwalnut
@openwalnut 4 күн бұрын
thank you for your feedback, much appreciated. noted for future videos :)
@EchterAlsFake
@EchterAlsFake 6 күн бұрын
Kali Linux: Those who wanna have the best default experience. Probably someone who started hacking by learning how to hack WiFi Parrot OS: Those who don't wanna fit into the mass using Kali and maybe are running on Intel Pentium CPU Arch Linux (Black Arch): Those who wanna preserve the "I use Arch btw" and want to have the best performance and control, but with the cost of actually working packages. Probably also uses some fancy tiling WM.
@openwalnut
@openwalnut 6 күн бұрын
haha right on!
@TallShawnNetwork
@TallShawnNetwork 2 ай бұрын
I have a 27 inch mac monitor and I cannot see anything in your visual code.
@openwalnut
@openwalnut 2 ай бұрын
I was recording on 32 with 4K, I started zooming in or doing 1080 in later videos
@bryanmendoza3919
@bryanmendoza3919 4 ай бұрын
thanks, for the s3 bucket policy i need to update the extension to json, after all no error, thanks for the tutorial
@openwalnut
@openwalnut 4 ай бұрын
glad it helped :)
@krishm5116
@krishm5116 4 ай бұрын
Nice one 🙂
@openwalnut
@openwalnut 4 ай бұрын
thanks 🙂
@TamaraHovhannisyan-pl2lu
@TamaraHovhannisyan-pl2lu 6 ай бұрын
Thank You very much.
@openwalnut
@openwalnut 5 ай бұрын
Glad you found it useful :)
@kratigupta419
@kratigupta419 7 ай бұрын
Please zoom in a little so that your content is visible..it’s very difficult to watch the video this way
@openwalnut
@openwalnut 7 ай бұрын
will do, thank you for the suggestion :)
@mikingarg801
@mikingarg801 7 ай бұрын
Thanks a lot for this Valuable Content. Really Kick started me to start with terraform and successfully deployed the cf +s3 using terraform.
@openwalnut
@openwalnut 7 ай бұрын
glad it helped :)
@謝長錡-k3g
@謝長錡-k3g 9 ай бұрын
Great video, thank you very much
@openwalnut
@openwalnut 9 ай бұрын
thank you :)
@andrijadjuranovic8953
@andrijadjuranovic8953 9 ай бұрын
Can you help me, i have problems with uploading revshell :(
@openwalnut
@openwalnut 9 ай бұрын
I believe the video explains it
@andrijadjuranovic8953
@andrijadjuranovic8953 9 ай бұрын
Yes you are right, thank you
@RuinMind1282
@RuinMind1282 10 ай бұрын
Source code? plz
@openwalnut
@openwalnut 9 ай бұрын
For sure, github.com/openwalnut/terraform_modules/tree/main/aws_cf_s3_module
@theicelandicfamily
@theicelandicfamily 10 ай бұрын
What autocompletion extension are you using? Thanks.
@openwalnut
@openwalnut 10 ай бұрын
ohmyzsh for zsh shell
@_fr3d_
@_fr3d_ 10 ай бұрын
I would recommend zooming in or increasing the font size. Great content but it's hard to see...
@openwalnut
@openwalnut 10 ай бұрын
thank you for your feedback :) will do in the upcoming videos
@kavethanyoganathan7092
@kavethanyoganathan7092 11 ай бұрын
I have been enjoying your videos. What I would recommend is to zoom into the text in the terminal because I cannot see what you are doing most of the time.
@openwalnut
@openwalnut 11 ай бұрын
thank you for the feedback. will do :)
@elvincheah6412
@elvincheah6412 Жыл бұрын
Hey! Thanks for the tutorial, it was really helpful. But I'm confused because I thought OAC couldn't be used with an s3 static website? According to AWS it says "Before you create and set up origin access control (OAC), you must have a CloudFront distribution with an Amazon S3 bucket origin. This origin must be a regular S3 bucket, not a bucket configured as a website endpoint. " Also, could you advise the best way to put multiple files or all files in a folder inside a bucket? I couldn't find anything inside the terraform document that helps with it.
@openwalnut
@openwalnut Жыл бұрын
hello, glad you have enjoyed the tutorial. yes, OAC cannot be used if you setup S3 as a website endpoint. Ref: docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteEndpoints.html However, here we do not configure s3 itself as a website endpoint. Cloudfront is the one that is serving the content by grabbing files from the S3 rather than the user directly accessing s3 itself. Check out the reference link for the structure of website endpoint. I believe one way to do it would be by using fileset function along with for_each. Look into that :)
@KubernetesEnjoyer
@KubernetesEnjoyer Жыл бұрын
you have github repo to share tf files?
@openwalnut
@openwalnut Жыл бұрын
yep, will upload a module for this tomorrow and post the link in description
@openwalnut
@openwalnut Жыл бұрын
github.com/openwalnut/terraform_modules/tree/main/aws_guardduty_module
@DirtySouth33T
@DirtySouth33T Жыл бұрын
hi thanks for sharing! good video, for some reason in the aws_s3_bucket_policy I actually had to add .json to the end of the policy. how are you able to not use it and I have to use it? I was getting this error and it thought it was a string for some reason │ 299: policy = data.aws_iam_policy_document.site_origin │ ├──────────────── │ │ data.aws_iam_policy_document.site_origin is object with 7 attributes │ │ Inappropriate value for attribute "policy": string required resource "aws_s3_bucket_policy" "site_origin" { depends_on = [ aws_s3_bucket.site_origin ] bucket = aws_s3_bucket.site_origin.id policy = data.aws_iam_policy_document.site_origin.json # had to add .json here }
@openwalnut
@openwalnut Жыл бұрын
hmmm that is a good point, i must have a typo because .json is actually the proper way. i must've fixed the typo but did not record the fix. my apologies :) i will pay more attention in the next video and will add this into description
@colleenfitzpatrick6925
@colleenfitzpatrick6925 Жыл бұрын
Thanks! Exactly what I was looking for 👍
@jhoanpalomino9446
@jhoanpalomino9446 Жыл бұрын
Brother, you helped me a lot! I understood everything and it worked perfectly! Thank you so much. I just needed to modify the line policy = data.aws_iam_policy_document.site_origin.json and add the .json at the end because it was expecting an String
@openwalnut
@openwalnut Жыл бұрын
glad to hear :) thank you for positive feedback
@clintonamadi6426
@clintonamadi6426 Жыл бұрын
hey, what extensions are you using for terraform
@openwalnut
@openwalnut Жыл бұрын
Hashicorp Terraform
@PrassanaKannan
@PrassanaKannan Жыл бұрын
could you possible share this code?
@openwalnut
@openwalnut Жыл бұрын
coming shortly :) will make into a module and upload to github. Will share the link here after
@gokulmahendiran2477
@gokulmahendiran2477 Жыл бұрын
kindly share the code with me.
@openwalnut
@openwalnut Жыл бұрын
coming shortly :) will make into a module and upload to github. Will share the link here after