Thank you for posting, just some advice to enunciate a little better because some of your words sounded garbled. But good job nonetheless!
@openwalnut4 күн бұрын
thank you for your feedback, much appreciated. noted for future videos :)
@EchterAlsFake6 күн бұрын
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.
@openwalnut6 күн бұрын
haha right on!
@TallShawnNetwork2 ай бұрын
I have a 27 inch mac monitor and I cannot see anything in your visual code.
@openwalnut2 ай бұрын
I was recording on 32 with 4K, I started zooming in or doing 1080 in later videos
@bryanmendoza39194 ай бұрын
thanks, for the s3 bucket policy i need to update the extension to json, after all no error, thanks for the tutorial
@openwalnut4 ай бұрын
glad it helped :)
@krishm51164 ай бұрын
Nice one 🙂
@openwalnut4 ай бұрын
thanks 🙂
@TamaraHovhannisyan-pl2lu6 ай бұрын
Thank You very much.
@openwalnut5 ай бұрын
Glad you found it useful :)
@kratigupta4197 ай бұрын
Please zoom in a little so that your content is visible..it’s very difficult to watch the video this way
@openwalnut7 ай бұрын
will do, thank you for the suggestion :)
@mikingarg8017 ай бұрын
Thanks a lot for this Valuable Content. Really Kick started me to start with terraform and successfully deployed the cf +s3 using terraform.
@openwalnut7 ай бұрын
glad it helped :)
@謝長錡-k3g9 ай бұрын
Great video, thank you very much
@openwalnut9 ай бұрын
thank you :)
@andrijadjuranovic89539 ай бұрын
Can you help me, i have problems with uploading revshell :(
@openwalnut9 ай бұрын
I believe the video explains it
@andrijadjuranovic89539 ай бұрын
Yes you are right, thank you
@RuinMind128210 ай бұрын
Source code? plz
@openwalnut9 ай бұрын
For sure, github.com/openwalnut/terraform_modules/tree/main/aws_cf_s3_module
@theicelandicfamily10 ай бұрын
What autocompletion extension are you using? Thanks.
@openwalnut10 ай бұрын
ohmyzsh for zsh shell
@_fr3d_10 ай бұрын
I would recommend zooming in or increasing the font size. Great content but it's hard to see...
@openwalnut10 ай бұрын
thank you for your feedback :) will do in the upcoming videos
@kavethanyoganathan709211 ай бұрын
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.
@openwalnut11 ай бұрын
thank you for the feedback. will do :)
@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 Жыл бұрын
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 Жыл бұрын
you have github repo to share tf files?
@openwalnut Жыл бұрын
yep, will upload a module for this tomorrow and post the link in description
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 Жыл бұрын
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 Жыл бұрын
Thanks! Exactly what I was looking for 👍
@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 Жыл бұрын
glad to hear :) thank you for positive feedback
@clintonamadi6426 Жыл бұрын
hey, what extensions are you using for terraform
@openwalnut Жыл бұрын
Hashicorp Terraform
@PrassanaKannan Жыл бұрын
could you possible share this code?
@openwalnut Жыл бұрын
coming shortly :) will make into a module and upload to github. Will share the link here after
@gokulmahendiran2477 Жыл бұрын
kindly share the code with me.
@openwalnut Жыл бұрын
coming shortly :) will make into a module and upload to github. Will share the link here after