Haha ... video itself has 1 hour 9 min duration and the interesting thing is video uploaded in UA-cam just 40 mins before....these disliked guys intuition level is other worldly....I think they better to disconnect from the youtube and whole internet 😂
tools are needed to get the job done fast. learn how things needs to be done and once you need to attain speed then you can learn a tool. there is no shame with manual stuff with beginners.
Love your content, by the way could you please show us how to mix different programming languages? For example, call C with Python and call python with JS, or stuff.
Thanks for watching and commenting Don't forget to hit the subscription button for more info.. consultation.;;......and advice on how to make millions in BTC make a note directly to me text me 👆What-app👆
Hey, using this resource to learn some pulumi and its really good, but at the 30:20 part, I'm hitting an error. As of April 2023, AWS has automatically blocked S3 acl public access, meaning I get a 403 error when accessing my website via the pulumi generated link. I can manually go into the bucket and change the permission to allow ACLs, but this is practice to automate everything so: The documentation for pulumi says now it requires aws.s3.BucketPublicAccessBlock with block_public_acls=False, but I don't understand where in the .py file this should go or the syntax for it to work. Any assistance would be appreciated
For the workaround I found, you need a new Pulumi Bucket object (BucketV2) and these configuration objects: BucketOwnershipControls BucketPublicAccessBlock BucketAclV2 BucketWebsiteConfigurationV2 with that I was able to properly configure a Bucket with ACL and view my website.
You can write Pulumi in a language you already know (Python, TypeScript, Javascript, etc.), but for Terraform you need to learn a specific Terraform language to write the code. Pulumi is newer so there's still more Terraform users than there are Pulumi users. Because of its ease-of-use, Pulumi is definitely better. At this point, Terraform is only going to be used for legacy reasons and people don't want to switch.
While infrastructure as code is a very important concept. I think it will be fair to state in the title that this course is about Pulumi, I feel cheated
You forgot to blur your AWS secret key in one instance of the video. Hope you already took the necessary steps to prevent others from exploiting it. Not linking the exact timestamp since I think that would make it worse.
Beau in the woods was really good
Beau Grillz
pls keep this channel free
Ok.
FreeCodeCamp rocks! Who the heck would hit the dislike button?
Haha ... video itself has 1 hour 9 min duration and the interesting thing is video uploaded in UA-cam just 40 mins before....these disliked guys intuition level is other worldly....I think they better to disconnect from the youtube and whole internet 😂
@@arunm5951 Totally agree haha
I think google does it to polarise people.
@@arunm5951what dislike?
This course shows me why I can't get a job. I am absolutely behind. I am still in the manual deployment.
This course absolutely rocks!
Thanks!
развивайся , братишка
@@ПавелНовиков-п6ь good luck
Deployment things are learnt at a job, you better become good at algorithms to easily get hired
@@dankondrtv
What algorithms you need for deployment? Algorithms are mainly used to program, not to deploy.
tools are needed to get the job done fast. learn how things needs to be done and once you need to attain speed then you can learn a tool. there is no shame with manual stuff with beginners.
Awesome intro to IAC. I would advise if you create another video with CI/CD pipeline setup for IAC package.
love the intro 🔥🔥🔥
I here got Awesome clarity for terms I heard so much on the internet
My man Beau exploring Trees As Code
Thank you for bringing this course out.
IaaS needed for mastering DevOps methodology. Much needed Gold Tier Content again from Beau 🔥🔥🔥🔥🔥🔥🔥🔥🙌🙌🙌🙌🙌🙌🙌🙌🙌🙌
Beau in the woods was beau ❤️🔥
Great topic! I was doing all manually, thanks a lot!
Another new way of introducing. I love green world that is why I give a big thumbd up
@WhatsApp➕❶❼❸❷❽❼❻❶❶❻❺ Where can I buy your paid courses please?
Love your content, by the way could you please show us how to mix different programming languages? For example, call C with Python and call python with JS, or stuff.
yes i think this would be helpful as well.
@@ononaokisama You can look up how to call a python program with bash
Amazing details
Wow 1 min ago uploaded and got 5k views good!
Amazing
Humble point ... I feel "software defined infrastructure" is more fitting ..
Thank you!!!!
Thank you so much sir
Thank you for your effort! I appreciate it
This guy is literally Steve jobs with coding
Thank you for the great content.
Cloud formation and Teraform !!! ❣️
Thanks for watching and commenting Don't forget to hit the subscription button for more info.. consultation.;;......and advice on how to make millions in BTC make a note directly to me text me 👆What-app👆
Great intro!!
This is awesome 👍
how much IAS should i know as a fresser going for cloud devops interview
Awesome!
Beau-tiful 😉
very good man
waiting or this !
Hey, using this resource to learn some pulumi and its really good, but at the 30:20 part, I'm hitting an error.
As of April 2023, AWS has automatically blocked S3 acl public access, meaning I get a 403 error when accessing my website via the pulumi generated link.
I can manually go into the bucket and change the permission to allow ACLs, but this is practice to automate everything so:
The documentation for pulumi says now it requires aws.s3.BucketPublicAccessBlock with block_public_acls=False, but I don't understand where in the .py file this should go or the syntax for it to work.
Any assistance would be appreciated
For the workaround I found, you need
a new Pulumi Bucket object (BucketV2)
and these configuration objects:
BucketOwnershipControls
BucketPublicAccessBlock
BucketAclV2
BucketWebsiteConfigurationV2
with that I was able to properly configure a Bucket with ACL and view my website.
Pulumi seems to have a seat for a longtime.
Kindly uploading the videos on ANSIBLE, PYTHON SCRIPT FOR AUTOMATION,BASH SCRIPT FOR AUTOMATION,
AWAITING FOR THE RESPONSE
Check the description in the video. There is a github repo
Just in time!!!!!!! 😭
I recognize you to start making
million in Bitcoin like I do,....Make a note to me directly on how to start 👆what-app👆
epic 🔥🔥🔥
Great video. I'm getting an error on line 4 "import pulumi_aws as aws ModuleNotFoundError: No module named 'pulumi_aws' I'm around the 40:00 mark.
any fix you found?
He could have gone to any hilly area where he can show cloud so that we can understand this course is about cloud.
Epic
❤️
I recognize you to start making
million in Bitcoin like I do,....Make a note to me directly on how to start 👆what-app👆
Must this be in python? Asking for those who dont write python
Hello sir
How does it compare to Terraform?
You can write Pulumi in a language you already know (Python, TypeScript, Javascript, etc.), but for Terraform you need to learn a specific Terraform language to write the code. Pulumi is newer so there's still more Terraform users than there are Pulumi users. Because of its ease-of-use, Pulumi is definitely better. At this point, Terraform is only going to be used for legacy reasons and people don't want to switch.
While infrastructure as code is a very important concept. I think it will be fair to state in the title that this course is about Pulumi, I feel cheated
You should revoke your credentials, as you showed them
Cloudformation >
🇳🇵🇳🇵🇳🇵
Sounds like ploumi ad
looks like you're learning for free
Aws access key is visible
I recognize you to start making
million in Bitcoin like I do,....Make a note to me directly on how to start 👆what-app👆
Entré en este video pensando que el de la miniatura era Salva Espín
this guy looks like steve jobs and talk like steve jobs!
Is he looks like steve Jobs?
helloUUUUU
Hello please help me to build web development and throw me some notes. And would like to request do help others?
You forgot to blur your AWS secret key in one instance of the video. Hope you already took the necessary steps to prevent others from exploiting it. Not linking the exact timestamp since I think that would make it worse.
think you should've DM'd him xD
I revoked the credentials right after creating the course. :)
Why didn't you just call this python/pulumi and I could have just skipped It.
You look a bit loke Steve Jobs and you have not so many emotions